0.2.0 • Published 2 years ago

leap-to v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

leap-to

CLI for cd'ing to path aliases.

This is a PureScript reproduction of an old, quirky Perl script I wrote years ago and still use daily. The original can be found here.

Installation

> npm install -g leap-to

Basic usage

Register current directory as mypath:

> leap register mypath

Register path as mypath:

> leap register mypath ./path/to/register

Change directory to mypath:

> `leap mypath`

Print help text:

> leap --help