mirror of
https://github.com/aurc/loggo.git
synced 2026-04-26 16:35:55 +03:00
[PR #10] [MERGED] Added ability to copy log entry to the clipboard. #16
Labels
No labels
need more info
need more info
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/loggo#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/copy_log📝 Commits (1)
40c1a9dAdded 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.