aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src/commands/lists.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-1/+1
|
* 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>
* 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
* feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka2024-07-271-17/+21
| | | | | | | | | | | | * 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(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181)kamtschatka2024-06-091-26/+65
| | | | | | | | | | | * 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>
* style(cli): Change all help messages to lowercaseMohamedBassem2024-04-241-10/+10
|
* build(cli): Prepare for publishing CLI to npmMohamedBassem2024-04-241-0/+74