TLTR: Shortcut - record, save & execute your most used scripts in the terminal.
Example:
sc fe be # Boots your fe and be project in two separate terminal tabs
sc my_dir # Instead of typing N cd, move stright to the directorySUPPORTS: iTerm, Terminal
A cli tool enhancing your terminal usage by allowing you to save your most used commands/scripts and then executing them in no time.
-
You record your script or copy an existing one to the directory.
-
Execute saved script - it will open in a separate tab/s.
brew tap babilonczyk/shortcut
brew install shortcutTo troubleshoot install issues:
brew install --build-from-source --verbose --debug shortcutbrew update
brew upgrade shortcutsc <script_name> - executes the saved script
sc --record - turns on the record mode and allows you to add a script to the directory
sc --delete - deletes the script from the directory
sc --list - lists all saved scripts
sc --edit - allows to edit the script
sc --help - lists all sc commands
sc --licence - displays the content of LICENCE file
sc --version - displays the current version
Use bin/shortcut instead of shortcut or sc
When contributing remember to update the CHANGELOG and update version.rb
