node-u

CLI for opening URLs relevant to the current directory


License
GPL-3.0
Install
npm install node-u@0.0.1

Documentation

u

CLI for opening URLs relevant to the current directory. This is a node wrapper around willium/u for installation with npm.

How to use

Navigate to a URL

u [shortcut]

add a URL

u -s [SHORTCUT] -u [URL]

list available URLs

u -l

remove a URL

u -r [SHORTCUT]

manually

If you want add links manually, put a u.yaml file in an directory with key value associations between shortcuts and urls.

shortcut: https://example.com/

See this repo's u.yaml

Installation

npm install node-u -g