| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: added the bookmark type to the database (#256) | kamtschatka | 2024-07-01 | 1 | -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) | kamtschatka | 2024-06-09 | 4 | -78/+178 |
| | | | | | | | | | | | | * 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): Switched to cursorV2 to make use of the fix for #140 and prevent ↵ | kamtschatka | 2024-05-24 | 1 | -0/+1 |
| | | | | | | infinite loops (#176) Co-authored-by: kamtschatka <simon.schatka@gmx.at> | ||||
| * | fix(cli): Remove limit from array length when listing bookmarks. Fixes #135 | MohamedBassem | 2024-05-05 | 1 | -2/+4 |
| | | |||||
| * | fix(cli): Allow bookmark listing to fetch all pages instead of only the ↵ | MohamedBassem | 2024-05-05 | 1 | -3/+16 |
| | | | | | first one. Fixes #135 | ||||
| * | style(cli): Change all help messages to lowercase | MohamedBassem | 2024-04-24 | 3 | -26/+26 |
| | | |||||
| * | build(cli): Prepare for publishing CLI to npm | MohamedBassem | 2024-04-24 | 4 | -0/+259 |
