jgarte / leap-to

CLI for cd'ing to path aliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CLI for cd'ing to path aliases

License:MIT License


Languages

Language:PureScript 64.4%Language:Dhall 30.7%Language:JavaScript 4.9%