mirror of
https://github.com/aurc/loggo.git
synced 2026-04-26 16:35:55 +03:00
[PR #1] [MERGED] Feature/tui poc #11
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#11
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/1
Author: @aurc
Created: 6/17/2022
Status: ✅ Merged
Merged: 6/17/2022
Merged by: @aurc
Base:
main← Head:feature/tui_poc📝 Commits (10+)
f121ef8Initial TUI proof of concept and learning.ee903c2Addition of context helpa29c94cImproved fuzz search navigationcc2985dRebuilt new ui - more functional2c828bcRebuilt new ui - more functionalc01433fImproved ui and add initial template view implementation9cc8c0dImproved060f1e3Added ability to move entries arround55d7fa7Cleanupa0c5569Color picker view📊 Changes
47 files changed (+4973 additions, -2 deletions)
View changed files
📝
.gitignore(+2 -1)➕
Makefile(+3 -0)📝
README.md(+35 -1)➕
cmd/root.go(+61 -0)➕
cmd/stream.go(+63 -0)➕
cmd/template.go(+81 -0)➕
config-sample/gcp.yaml(+32 -0)➕
go.mod(+29 -0)➕
go.sum(+55 -0)➕
img/loggo.kra(+0 -0)➕
img/loggo.png(+0 -0)➕
internal/char/canvas.go(+147 -0)➕
internal/char/canvas_test.go(+154 -0)➕
internal/char/char.go(+213 -0)➕
internal/color/color.go(+48 -0)➕
internal/config/adpatative_log_confiig.go(+129 -0)➕
internal/config/log_config.go(+225 -0)➕
internal/config/log_config_test.go(+176 -0)➕
internal/loggo/app.go(+72 -0)➕
internal/loggo/app_scaffold.go(+144 -0)...and 27 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.