Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Enables returning to the previous workspace
- Host: GitHub
- URL: https://github.com/deifyed/wstoggler
- Owner: deifyed
- Created: 2021-05-13T09:03:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T11:29:34.000Z (2 months ago)
- Last Synced: 2024-11-24T12:26:30.276Z (2 months ago)
- Language: Go
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```