https://github.com/bwireman/shorts
simple CLI fuzzy search & bookmarks
https://github.com/bwireman/shorts
Last synced: over 1 year ago
JSON representation
simple CLI fuzzy search & bookmarks
- Host: GitHub
- URL: https://github.com/bwireman/shorts
- Owner: bwireman
- License: mit
- Created: 2022-10-23T23:00:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T15:30:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T15:19:08.806Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🩳 Shorts
Simple CLI fuzzy search & bookmarks for `*Unix`
[](https://asciinema.org/a/Qu7Ouu0PhIzfhP5RC01JK2txM)
Store your favorite sites
---
```json
// `$HOME/.shorts/paths.json`
{
"duck": "https://duckduckgo.com",
"social": {
"github": "https://github.com",
"youtube": "https://youtube.com",
"linkedin": "https://linkedin.com",
"hacker news": "https://news.ycombinator.com/"
}
}
```
Configure how it all works
---
```json
// `$HOME/.shorts/config.json`
{
// command and args to open sites
"BrowserCommand": ["xdg-open"],
// dedicated bin directory
"BinaryDirName": "bin",
// dedicated CD dir
"DirectoriesDirName": "directories"
}
```
Install
---
1. download and build
2. `alias shorts=$(~/bin/shorts)`
3. 🚀