aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-27cli: Extract tag management into separate subcommandMohamedBassem2-21/+20
2024-07-27release(cli): Bump CLI version to 0.13.6MohamedBassem1-1/+1
2024-07-27feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka2-28/+118
2024-07-13fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)kamtschatka1-0/+1
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka1-5/+8
2024-06-09release(cli): Bump CLI version to 0.13.5MohamedBassem1-1/+1
2024-06-09release(cli): Bump CLI version to 0.13.4MohamedBassem1-1/+1
2024-06-09fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181)kamtschatka7-77/+240
2024-06-09fix(cli): Fix CLI version in help message. Fixes #139MohamedBassem4-2/+21
2024-05-24fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent in...kamtschatka1-0/+1
2024-05-19docs: Change references from the old repo URL to the new oneMohamedBassem1-1/+1
2024-05-05fix(cli): Remove limit from array length when listing bookmarks. Fixes #135MohamedBassem2-3/+5
2024-05-05build: Add a workflow to auto publish the CLI to npmMohamedBassem1-1/+1
2024-05-05fix(cli): Allow bookmark listing to fetch all pages instead of only the first...MohamedBassem2-4/+17
2024-04-24style(cli): Change all help messages to lowercaseMohamedBassem5-31/+31
2024-04-24build(cli): Prepare for publishing CLI to npmMohamedBassem12-23/+66
2024-04-24feature(cli): Add ability to manipulate lists, tags and update bookmarksMohamedBassem5-4/+146
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem2-1/+2
2024-04-02feature: Include server version in the admin UI. Fixes #66MohamedBassem1-1/+1
2024-04-02featuer: Introduce a new CLI for mass manipulation of bookmarksMohamedBassem7-0/+237