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.
> npm install -g leap-to
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