0.0.1 • Published 8 years ago

node-u v0.0.1

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
8 years ago

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