🚀 Features
- Add a CLI command to create a tag (#21)
- Add CLI command to get a single tag (#20)
- Add CLI command to get all tags (#19)
- Add CLI commands to archive/unarchive a bookmark (#18)
- Add CLI command to update a bookmark (#17)
- Add CLI command to delete a bookmark (#16)
- Add CLI command to create a bookmark (#13)
- Add CLI command to get a single bookmark (#10)
- Add additional flags to the
bookmarks allcommand (#8) - Add CLI command to get archived bookmarks (#6)
- Add CLI command to get all bookmarks (#4)
- Add ability to load config from a JSON or YAML file (#3)
- Add token and URL configuration options (#2)
- Create base CLI (#1)
🧰 Maintenance
- Make debug logger less automagical (#15)
- Extract bookmark creation logic to also work for future update functionality (#14)
- Smarten up logic of bookmark tests (#12)
- Generalize
log_exceptionhelper (#11) - Simplify command architecture (#9)
- Update to smarter bookmarks tests (#7)
- Architect subcommands for bookmarks and tags (#5)