fbeline / portal

With it, you can create your own portals

Repository from Github https://github.comfbeline/portalRepository from Github https://github.comfbeline/portal

[p]ortal Build Status

portal is a file system navigation tool inspired by autojump.

portal record your terminal usage and fast jump to your desired location.

portal-demo

prerequisite

  • go
  • bash or ZSH

Installation

go get github.com/fbeline/portal

copy the following code into your .bashrc or .zshrc file.

bash

source $GOPATH/src/github.com/fbeline/portal/portal.sh

zsh

source $GOPATH/src/github.com/fbeline/portal/portal.zsh

make sure that you have $GOPATH properly configured.

Usage

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

License

MIT

About

With it, you can create your own portals

License:MIT License


Languages

Language:Go 86.2%Language:Shell 13.8%