aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src/commands/bookmarks.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-24fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent in...kamtschatka1-0/+1
2024-05-05fix(cli): Remove limit from array length when listing bookmarks. Fixes #135MohamedBassem1-2/+4
2024-05-05fix(cli): Allow bookmark listing to fetch all pages instead of only the first...MohamedBassem1-3/+16
2024-04-24style(cli): Change all help messages to lowercaseMohamedBassem1-12/+12
2024-04-24build(cli): Prepare for publishing CLI to npmMohamedBassem1-1/+1
2024-04-24feature(cli): Add ability to manipulate lists, tags and update bookmarksMohamedBassem1-0/+23
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-1/+1
2024-04-02featuer: Introduce a new CLI for mass manipulation of bookmarksMohamedBassem1-0/+112