[PR #211] [MERGED] Cli improvement #1555

Closed
opened 2026-03-02 11:58:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/211
Author: @kamtschatka
Created: 6/8/2024
Status: Merged
Merged: 7/27/2024
Merged by: @MohamedBassem

Base: mainHead: cli-improvement


📝 Commits (5)

  • e15cf01 Improve the CLI #209
  • 052b9a0 Merge branch 'hoarder-app:main' into cli-improvement
  • e25c404 Merge branch 'hoarder-app:main' into cli-improvement
  • 5cc9de9 Merge branch 'main' into cli-improvement
  • 33cde15 minor tweaks

📊 Changes

5 files changed (+182 additions, -47 deletions)

View changed files

📝 apps/browser-extension/src/components/TagsSelector.tsx (+2 -2)
📝 apps/cli/src/commands/bookmarks.ts (+97 -11)
📝 apps/cli/src/commands/lists.ts (+21 -17)
📝 packages/trpc/routers/bookmarks.test.ts (+19 -5)
📝 packages/trpc/routers/bookmarks.ts (+43 -12)

📄 Description

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

Depends on the previous changes for the CLI to allow JSON output: #181


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/211 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 6/8/2024 **Status:** ✅ Merged **Merged:** 7/27/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `cli-improvement` --- ### 📝 Commits (5) - [`e15cf01`](https://github.com/karakeep-app/karakeep/commit/e15cf010669cc3cf4f073794699e68282289cc26) Improve the CLI #209 - [`052b9a0`](https://github.com/karakeep-app/karakeep/commit/052b9a0f35f3b217b3abc1bcdd7f335204bd631a) Merge branch 'hoarder-app:main' into cli-improvement - [`e25c404`](https://github.com/karakeep-app/karakeep/commit/e25c40449a9cd795c48d62edfa4c79d806838eca) Merge branch 'hoarder-app:main' into cli-improvement - [`5cc9de9`](https://github.com/karakeep-app/karakeep/commit/5cc9de9082b9fe544e813de01d2cc90004f61f7c) Merge branch 'main' into cli-improvement - [`33cde15`](https://github.com/karakeep-app/karakeep/commit/33cde15ffd84f533985798a408cf602ff52fe566) minor tweaks ### 📊 Changes **5 files changed** (+182 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `apps/browser-extension/src/components/TagsSelector.tsx` (+2 -2) 📝 `apps/cli/src/commands/bookmarks.ts` (+97 -11) 📝 `apps/cli/src/commands/lists.ts` (+21 -17) 📝 `packages/trpc/routers/bookmarks.test.ts` (+19 -5) 📝 `packages/trpc/routers/bookmarks.ts` (+43 -12) </details> ### 📄 Description 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 Depends on the previous changes for the CLI to allow JSON output: #181 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1555
No description provided.