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
- Host: GitHub
- URL: https://github.com/deifyed/wstoggler
- Owner: deifyed
- Created: 2021-05-13T09:03:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T11:29:34.000Z (over 1 year ago)
- Last Synced: 2025-04-03T20:33:17.428Z (about 1 year ago)
- Language: Go
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- 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 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
```