aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli (unfollow)
Commit message (Expand)AuthorFilesLines
2025-12-25fix(cli): migrate bookmark source in migration commandMohamed Bassem1-0/+1
2025-12-13release(cli): Bump CLI version to 0.29.1Mohamed Bassem1-1/+1
2025-12-08feat(cli): Add ability to list users for the admin in the CLIMohamed Bassem2-0/+91
2025-11-29release: cli, mcp and sdkMohamed Bassem1-1/+1
2025-10-12feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem1-3/+18
2025-09-28feat: Add tag search and pagination (#1987)Mohamed Bassem3-6/+17
2025-09-14release(cli): Bump CLI version to 0.27.1Mohamed Bassem1-1/+1
2025-09-14feat(cli): Give more targetting options for dump/migrate/wipeMohamed Bassem3-304/+419
2025-09-14release(cli): Bump CLI version to 0.27.0Mohamed Bassem1-1/+1
2025-09-14feat(cli): Implement a full account dump archiveMohamed Bassem2-0/+379
2025-09-14feat(cli): Implement a wipe command in the CLIMohamed Bassem2-0/+388
2025-09-14feat: Add scripts to migrate all content from one server to the otherMohamed Bassem3-0/+793
2025-07-27chore: More turbo fixesMohamedBassem1-2/+2
2025-07-27fix: Ensure that all packages are ESM packagesMohamedBassem1-0/+1
2025-07-26deps: Upgrade viteMohamed Bassem3-4/+13
2025-07-26deps: Upgrade trpcMohamed Bassem1-2/+2
2025-06-22chore: More oxlint changesMohamed Bassem1-4/+1
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz3-10/+25
2025-06-15release(cli): Bump CLI version to 0.25.0Mohamed Bassem1-1/+1
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem6-21/+22
2025-03-22deps: Upgrade trpc and react queryMohamed Bassem1-2/+2
2025-03-10fix: Revert the accidental upgrade of deps. #1107Mohamed Bassem1-1/+1
2025-03-09build(deps-dev): bump vite from 5.1.4 to 5.4.12 (#1103)dependabot[bot]1-1/+1
2025-02-02fix: Fix node22 error in worker container. Fixes #962Mohamed Bassem1-1/+1
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
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem1-2/+10
2024-12-31chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)1-0/+2
2024-12-28release(cli): Bump CLI version to 0.20.0Mohamed Bassem1-1/+1
2024-10-20fix: Improve field names in the tag APIsMohamed Bassem1-2/+2
2024-10-05feature(cli): Add ability to get all bookmark IDs of a list. Fixes #442 (#446)kamtschatka1-0/+18
2024-08-31build: Fix sherif failures by sorting depsMohamedBassem1-1/+1
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