DEV Community

Discussion on: Bash: How To Teleport In The Terminal

Collapse
 
bimlas profile image
bimlas

This shell script could be handy if you want to jump to a specified directory to execute only a single command: github.com/bimlas/bash-mosh

For developers who running the same command in different directories repeatedly, Mosh is a productivity tool that saves time by executing the command without having to change the directory. Unlike other similar tools, Mosh does not bound to a certain software (like Git for example), it can execute any shell command. It works on any Bash-compitable shell (Bash, Zsh, Git Bash on Windows, etc.).