https://github.com/rmccorm4/gomarks
📖 [WIP] Store bookmarks with tags for fast lookup from the command line!
https://github.com/rmccorm4/gomarks
bookmark bookmarks cli go golang keywords lookup search subcommand tags
Last synced: 6 days ago
JSON representation
📖 [WIP] Store bookmarks with tags for fast lookup from the command line!
- Host: GitHub
- URL: https://github.com/rmccorm4/gomarks
- Owner: rmccorm4
- License: mit
- Created: 2019-08-14T05:31:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T19:22:39.000Z (over 6 years ago)
- Last Synced: 2025-05-25T08:41:41.918Z (about 1 year ago)
- Topics: bookmark, bookmarks, cli, go, golang, keywords, lookup, search, subcommand, tags
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# (Work in Progress) Go-marks
📖 Store bookmarks with tags for fast lookup from the command line!
----
## Usage
via `go build`
```bash
go build .
./gomarks ...
```
via `go run`
```bash
go run . ...
```
## Testing
```bash
go test -v
```
## TODO
- [x] Add URLs/Tags without duplicates
- [x] List URLs by Tag, or ListAll with no args
- [x] Store in a ~/.config/gomarks location
- [ ] Switch to use CLI library
- [ ] Add subcommand
- [ ] List subcommand
- [ ] Ability to delete tags
- [ ] Ability to delete URLs
- [ ] Make config file location configurable
- [ ] Create package to import
- [ ] Auto generate keywords for links with some naive text processing
- [ ] Grab tags from github repos via GitHub API
- [ ] Unit Tests
- [ ] CI/CD (TravisCI, Github Actions?)
- [ ] Code Coverage
- [ ] Badges
- [ ] BadgerDB or other database?