[PR #10] [MERGED] Added ability to copy log entry to the clipboard. #16

Closed
opened 2026-03-03 00:06:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aurc/loggo/pull/10
Author: @aurc
Created: 7/9/2022
Status: Merged
Merged: 7/9/2022
Merged by: @aurc

Base: mainHead: feature/copy_log


📝 Commits (1)

  • 40c1a9d Added ability to copy log entry to the clipboard.

📊 Changes

8 files changed (+116 additions, -9 deletions)

View changed files

📝 README.md (+6 -3)
📝 go.mod (+4 -0)
📝 go.sum (+36 -0)
img/copy_clipboard.png (+0 -0)
📝 img/log_entry.png (+0 -0)
📝 internal/loggo/app.go (+1 -0)
📝 internal/loggo/app_scaffold.go (+26 -1)
📝 internal/loggo/json_view.go (+43 -5)

📄 Description

This feature allows users to copy the selected log entry to the clipboard.


🔄 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/aurc/loggo/pull/10 **Author:** [@aurc](https://github.com/aurc) **Created:** 7/9/2022 **Status:** ✅ Merged **Merged:** 7/9/2022 **Merged by:** [@aurc](https://github.com/aurc) **Base:** `main` ← **Head:** `feature/copy_log` --- ### 📝 Commits (1) - [`40c1a9d`](https://github.com/aurc/loggo/commit/40c1a9dfc347a1f448a08ffa1480fd450152a8c9) Added ability to copy log entry to the clipboard. ### 📊 Changes **8 files changed** (+116 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -3) 📝 `go.mod` (+4 -0) 📝 `go.sum` (+36 -0) ➕ `img/copy_clipboard.png` (+0 -0) 📝 `img/log_entry.png` (+0 -0) 📝 `internal/loggo/app.go` (+1 -0) 📝 `internal/loggo/app_scaffold.go` (+26 -1) 📝 `internal/loggo/json_view.go` (+43 -5) </details> ### 📄 Description This feature allows users to copy the selected log entry to the clipboard. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:06:09 +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/loggo#16
No description provided.