[PR #181] [MERGED] bookmark list output is not a valid JSON #150 #1551

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/181
Author: @kamtschatka
Created: 5/25/2024
Status: Merged
Merged: 6/9/2024
Merged by: @MohamedBassem

Base: mainHead: json-cli


📝 Commits (2)

  • 5721730 bookmark list output is not a valid JSON #150
  • abefce5 changed the logging to log created bookmarks as an array

📊 Changes

7 files changed (+241 additions, -78 deletions)

View changed files

📝 apps/cli/src/commands/bookmarks.ts (+70 -34)
📝 apps/cli/src/commands/lists.ts (+65 -26)
📝 apps/cli/src/commands/tags.ts (+34 -16)
📝 apps/cli/src/commands/whoami.ts (+9 -2)
📝 apps/cli/src/index.ts (+1 -0)
📝 apps/cli/src/lib/globals.ts (+1 -0)
apps/cli/src/lib/output.ts (+61 -0)

📄 Description

added a way to get proper json output


🔄 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/181 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 5/25/2024 **Status:** ✅ Merged **Merged:** 6/9/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `json-cli` --- ### 📝 Commits (2) - [`5721730`](https://github.com/karakeep-app/karakeep/commit/57217308ea0b19e60fe3c34899508f42d0820289) bookmark list output is not a valid JSON #150 - [`abefce5`](https://github.com/karakeep-app/karakeep/commit/abefce54d09047e983b86801fa84f1e69d16baf7) changed the logging to log created bookmarks as an array ### 📊 Changes **7 files changed** (+241 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `apps/cli/src/commands/bookmarks.ts` (+70 -34) 📝 `apps/cli/src/commands/lists.ts` (+65 -26) 📝 `apps/cli/src/commands/tags.ts` (+34 -16) 📝 `apps/cli/src/commands/whoami.ts` (+9 -2) 📝 `apps/cli/src/index.ts` (+1 -0) 📝 `apps/cli/src/lib/globals.ts` (+1 -0) ➕ `apps/cli/src/lib/output.ts` (+61 -0) </details> ### 📄 Description added a way to get proper json output --- <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:08 +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#1551
No description provided.