rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
build: Fix sherif failures by sorting deps MohamedBassem 6 -12/+12
cli: Extract tag management into separate subcommand MohamedBassem 2 -21/+20
release(cli): Bump CLI version to 0.13.6 MohamedBassem 1 -1/+1
feature(cli): Allow updating tags/lists from CLI (#211)
* 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>
kamtschatka 5 -47/+182
fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)
limiting the length of the URL for batched requests to prevent 431 errors
kamtschatka 3 -0/+3
refactor: added the bookmark type to the database (#256)
* 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>
kamtschatka 27 -120/+1266
release(cli): Bump CLI version to 0.13.5 MohamedBassem 1 -1/+1
release(cli): Bump CLI version to 0.13.4 MohamedBassem 1 -1/+1
fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181)
* 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>
kamtschatka 7 -78/+241
fix(cli): Fix CLI version in help message. Fixes #139 MohamedBassem 4 -2/+21
fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent…
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 1 -0/+1
docs: Change references from the old repo URL to the new one MohamedBassem 9 -21/+20
fix(cli): Remove limit from array length when listing bookmarks. Fixes #135 MohamedBassem 3 -4/+7
build: Add a workflow to auto publish the CLI to npm MohamedBassem 3 -1/+26
fix(cli): Allow bookmark listing to fetch all pages instead of only the first… MohamedBassem 2 -4/+17
style(cli): Change all help messages to lowercase MohamedBassem 5 -31/+31
build(cli): Prepare for publishing CLI to npm MohamedBassem 21 -366/+409
feature(cli): Add ability to manipulate lists, tags and update bookmarks MohamedBassem 6 -4/+186
refactor: Move the shared types to the shared package MohamedBassem 53 -241/+260
feature: Include server version in the admin UI. Fixes #66 MohamedBassem 8 -14/+92
featuer: Introduce a new CLI for mass manipulation of bookmarks MohamedBassem 11 -1/+340