aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem2025-10-121-3/+18
* feat: Add tag search and pagination (#1987)Mohamed Bassem2025-09-283-6/+17
* feat(cli): Give more targetting options for dump/migrate/wipeMohamed Bassem2025-09-143-304/+419
* feat(cli): Implement a full account dump archiveMohamed Bassem2025-09-142-0/+379
* feat(cli): Implement a wipe command in the CLIMohamed Bassem2025-09-142-0/+388
* feat: Add scripts to migrate all content from one server to the otherMohamed Bassem2025-09-143-0/+793
* deps: Upgrade viteMohamed Bassem2025-07-261-1/+0
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-221-1/+1
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-124-8/+8
* fix(sdk): Publish both esm and cjs modules for the sdkMohamed Bassem2025-01-051-1/+4
* feat(cli): Add title option for bookmarks in CLI commands (#831)Subodh Dahal2025-01-051-3/+4
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-2/+10
* fix: Improve field names in the tag APIsMohamed Bassem2024-10-201-2/+2
* feature(cli): Add ability to get all bookmark IDs of a list. Fixes #442 (#446)kamtschatka2024-10-051-0/+18
* cli: Extract tag management into separate subcommandMohamedBassem2024-07-271-20/+19
* feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka2024-07-272-28/+118
* fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)kamtschatka2024-07-131-0/+1
* 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-097-78/+241
* fix(cli): Fix CLI version in help message. Fixes #139MohamedBassem2024-06-092-1/+14
* 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-244-30/+30
* build(cli): Prepare for publishing CLI to npmMohamedBassem2024-04-247-0/+332