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

https://github.com/deifyed/wstoggler

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

Last synced: 8 months 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 git@github.com: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
```