1.0.0 • Published 1 year ago

@xniva/terminal-shortcuts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Terminal Shortcuts

@xniva/terminal-shortcuts is a cli tool which provides shortcuts for the commanly used terminal commands.

Example:

use c for the clear(mac) or cls(windows) command to clear the terminal

Installation:

Install it globally using the command

npm i -g @xniva/terminal-shortcuts

List of available commands:

shortcut commandactual git commandaction
c or clsclearClear the terminal
reclear && exec zsh -lRestart the terminal session
dcdocker compose upStart running the docker container
nsnpm run startStart the script
ninpm installInstall the package