Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deifyed/wstoggler

Enables returning to the previous workspace
https://github.com/deifyed/wstoggler

Last synced: about 1 month ago
JSON representation

Enables returning to the previous workspace

Awesome Lists containing this project

README

        

# wstoggler

## Install
wstoggler requires `golang 1.16`

1. `git clone [email protected]:deifyed/wstoggler.git && cd wstoggler`
2. `make install`
1. Use INSTALL_DIR to customize installation directory. Default is `~/.local/bin`

## Usage
### Moving to workspace
```shell
# Syntax
wstoggler

# Example
wstoggler 1
```

### Move to previous workspace
```shell
# Syntax
wstoggler

# Example
wstoggler
```