aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src/commands/bookmarks.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* cli: Extract tag management into separate subcommandMohamedBassem2024-07-271-20/+19
* feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka2024-07-271-11/+97
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-5/+8
* fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181)kamtschatka2024-06-091-34/+70
* fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent in...kamtschatka2024-05-241-0/+1
* fix(cli): Remove limit from array length when listing bookmarks. Fixes #135MohamedBassem2024-05-051-2/+4
* fix(cli): Allow bookmark listing to fetch all pages instead of only the first...MohamedBassem2024-05-051-3/+16
* style(cli): Change all help messages to lowercaseMohamedBassem2024-04-241-12/+12
* build(cli): Prepare for publishing CLI to npmMohamedBassem2024-04-241-0/+135