wsh-edit
v1.0.1
Published
A CLI tool that uses `wsh` commands to open or edit files in a wave shell environment.
Readme
wsh-edit
A CLI tool that uses wsh commands to open or edit files in a wave shell environment.
Requirements
wsh- Wave Shell must be installed and on your system's PATH- If
wshis not in your PATH, this tool will try a fallback location - Otherwise, you will see an error
- If
Installation
npm install -g wsh-editUsage
wshedit file.txt
# Or
wshedit file.txt [blockID]Examples
wshedit file.txt # Will open in new terminal block
wshedit file.txt 4 # Will open in block 4