portal is a file system navigation tool inspired by autojump.
portal record your terminal usage and fast jump to your desired location.
- go
- bash or ZSH
go get github.com/fbeline/portal
copy the following code into your .bashrc or .zshrc file.
source $GOPATH/src/github.com/fbeline/portal/portal.sh
source $GOPATH/src/github.com/fbeline/portal/portal.zsh
make sure that you have $GOPATH properly configured.
Directories must be visited first before you are able to jump.
Jump to a directory that contains doc
.
p doc
Jump to a Child directory that contains test
.
pc test
Return the matched directory path without jumping to it.
portal doc
List saved paths and the relative scores.
portal l
for more information.
portal -h
MIT