aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src/commands/bookmarks.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-05fix(sdk): Publish both esm and cjs modules for the sdkMohamed Bassem1-1/+4
2025-01-05feat(cli): Add title option for bookmarks in CLI commands (#831)Subodh Dahal1-3/+4
2024-07-27cli: Extract tag management into separate subcommandMohamedBassem1-20/+19
2024-07-27feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka1-11/+97
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka1-5/+8
2024-06-09fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181)kamtschatka1-34/+70
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