aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: More turbo fixesMohamedBassem2025-07-271-2/+2
* fix: Ensure that all packages are ESM packagesMohamedBassem2025-07-271-0/+1
* deps: Upgrade viteMohamed Bassem2025-07-263-4/+13
* deps: Upgrade trpcMohamed Bassem2025-07-261-2/+2
* chore: More oxlint changesMohamed Bassem2025-06-221-4/+1
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-223-10/+25
* release(cli): Bump CLI version to 0.25.0Mohamed Bassem2025-06-151-1/+1
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-126-21/+22
* deps: Upgrade trpc and react queryMohamed Bassem2025-03-221-2/+2
* fix: Revert the accidental upgrade of deps. #1107Mohamed Bassem2025-03-101-1/+1
* build(deps-dev): bump vite from 5.1.4 to 5.4.12 (#1103)dependabot[bot]2025-03-091-1/+1
* fix: Fix node22 error in worker container. Fixes #962Mohamed Bassem2025-02-021-1/+1
* 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
* chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)2024-12-311-0/+2
* release(cli): Bump CLI version to 0.20.0Mohamed Bassem2024-12-281-1/+1
* 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
* build: Fix sherif failures by sorting depsMohamedBassem2024-08-311-1/+1
* cli: Extract tag management into separate subcommandMohamedBassem2024-07-272-21/+20
* release(cli): Bump CLI version to 0.13.6MohamedBassem2024-07-271-1/+1
* 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
* release(cli): Bump CLI version to 0.13.5MohamedBassem2024-06-091-1/+1
* release(cli): Bump CLI version to 0.13.4MohamedBassem2024-06-091-1/+1
* 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-094-2/+21
* fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent in...kamtschatka2024-05-241-0/+1
* docs: Change references from the old repo URL to the new oneMohamedBassem2024-05-191-1/+1
* fix(cli): Remove limit from array length when listing bookmarks. Fixes #135MohamedBassem2024-05-052-3/+5
* build: Add a workflow to auto publish the CLI to npmMohamedBassem2024-05-051-1/+1
* fix(cli): Allow bookmark listing to fetch all pages instead of only the first...MohamedBassem2024-05-052-4/+17
* style(cli): Change all help messages to lowercaseMohamedBassem2024-04-245-31/+31
* build(cli): Prepare for publishing CLI to npmMohamedBassem2024-04-2412-23/+66
* feature(cli): Add ability to manipulate lists, tags and update bookmarksMohamedBassem2024-04-245-4/+146
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-182-1/+2
* feature: Include server version in the admin UI. Fixes #66MohamedBassem2024-04-021-1/+1
* featuer: Introduce a new CLI for mass manipulation of bookmarksMohamedBassem2024-04-027-0/+237