Skip to content

πŸ“– [WIP] Store bookmarks with tags for fast lookup from the command line!

License

Notifications You must be signed in to change notification settings

rmccorm4/gomarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

(Work in Progress) Go-marks

πŸ“– Store bookmarks with tags for fast lookup from the command line!


Usage

via go build

go build .
./gomarks <url> <tag1> <tag2> ...

via go run

go run . <url> <tag1> <tag2> ...

Testing

go test -v

TODO

  • Add URLs/Tags without duplicates
  • List URLs by Tag, or ListAll with no args
  • 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?

About

πŸ“– [WIP] Store bookmarks with tags for fast lookup from the command line!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages