portal

command module
v0.0.0-...-0ca7876 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2018 License: MIT Imports: 9 Imported by: 0

README

[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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL