An open API service indexing awesome lists of open source software.

https://github.com/willium/u

CLI for opening URLs relevant to the current directory
https://github.com/willium/u

bash cli command-line-tool developer-tools

Last synced: about 1 month ago
JSON representation

CLI for opening URLs relevant to the current directory

Awesome Lists containing this project

README

          

# u
CLI for opening URLs relevant to the current directory

## 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](u.yaml)

## Installation
[Download the binary] then add it to your path. That easy.