goto-bash
goto-terminal
goto-command
goto-function
--
Go to folder, then bookmark it like so:
go -s <bookmark name>
When you want to go to a bookmark:
go <bookmark name>
To view list of all bookmarks :
go
or
go -list
For using auto-completion feature, simply press [tab]:
go app[tab]
You can use opent
command instead of open
directory in Finder Tab instead of new window.
opent
brew install goto
git clone https://github.com/sirpooya/goto.git goto-bash
sudo cp goto-bash/goto.sh /usr/local/bin
sudo wget -O /usr/local/bin/goto.sh https://raw.githubusercontent.com/sirpooya/goto-bash/master/goto.sh
-
Download and extract archive, then copy file:
sudo cp goto-bash/goto.sh ~/bin
-
source it in
.bashrc
or.bash_profile
(or other bash startup file):source ~/bin/goto.sh
-
make sure its executable :
sudo chmod +x goto.sh
-
Change your
$PATH
:#export PATH=$PATH":$HOME/bin"
--
Using this service you can open Finder path in Terminal tab.
-
Copy
Open in Terminal Tab.workflow
file to Services folder:/Users/sirrichard/Library/Services
-
Create a shortcut for this service in Prefrences:
If you find this interesting, you should follow me on Twitter or visit my personal website to learn about the other things I do.