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
- Host: GitHub
- URL: https://github.com/willium/u
- Owner: willium
- License: gpl-3.0
- Created: 2017-02-24T21:07:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T20:40:13.000Z (almost 9 years ago)
- Last Synced: 2025-01-25T08:26:50.589Z (over 1 year ago)
- Topics: bash, cli, command-line-tool, developer-tools
- Language: Shell
- Size: 14.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.