aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com>
* 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
| | | Added a command that returns the ids of the bookmarks in a list
* 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
| | | | | | | | | | | | * Improve the CLI #209 added the possibility to assign tags to bookmarks while creating added the possibility to assign a newly created to a list right away added the possibility to add and remove tags from bookmarks * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)kamtschatka2024-07-131-0/+1
| | | limiting the length of the URL for batched requests to prevent 431 errors
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-5/+8
| | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181)kamtschatka2024-06-097-78/+241
| | | | | | | | | | | * bookmark list output is not a valid JSON #150 Reworked the cli to switch over to json output * changed the logging to log created bookmarks as an array switch all log output that is just a status to stderr --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at>
* 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 ↵kamtschatka2024-05-241-0/+1
| | | | | infinite loops (#176) Co-authored-by: kamtschatka <simon.schatka@gmx.at>
* 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 ↵MohamedBassem2024-05-051-3/+16
| | | | first one. Fixes #135
* style(cli): Change all help messages to lowercaseMohamedBassem2024-04-244-30/+30
|
* build(cli): Prepare for publishing CLI to npmMohamedBassem2024-04-247-0/+332