[PR #1] [MERGED] Feature/tui poc #11

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

📋 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: mainHead: feature/tui_poc


📝 Commits (10+)

  • f121ef8 Initial TUI proof of concept and learning.
  • ee903c2 Addition of context help
  • a29c94c Improved fuzz search navigation
  • cc2985d Rebuilt new ui - more functional
  • 2c828bc Rebuilt new ui - more functional
  • c01433f Improved ui and add initial template view implementation
  • 9cc8c0d Improved
  • 060f1e3 Added ability to move entries arround
  • 55d7fa7 Cleanup
  • a0c5569 Color 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.

## 📋 Pull Request Information **Original PR:** https://github.com/aurc/loggo/pull/1 **Author:** [@aurc](https://github.com/aurc) **Created:** 6/17/2022 **Status:** ✅ Merged **Merged:** 6/17/2022 **Merged by:** [@aurc](https://github.com/aurc) **Base:** `main` ← **Head:** `feature/tui_poc` --- ### 📝 Commits (10+) - [`f121ef8`](https://github.com/aurc/loggo/commit/f121ef80664789bf5948bc8cfe31e19a7be85097) Initial TUI proof of concept and learning. - [`ee903c2`](https://github.com/aurc/loggo/commit/ee903c2ecfac0112bfce8f4712dac8ff19bf306d) Addition of context help - [`a29c94c`](https://github.com/aurc/loggo/commit/a29c94c795bd2858aae82b28b50282b326905702) Improved fuzz search navigation - [`cc2985d`](https://github.com/aurc/loggo/commit/cc2985dfbed56e6e3e969799d232b602ab8f3d0d) Rebuilt new ui - more functional - [`2c828bc`](https://github.com/aurc/loggo/commit/2c828bc166d341b84fd9ec42be82ede9937f78ff) Rebuilt new ui - more functional - [`c01433f`](https://github.com/aurc/loggo/commit/c01433f9d07501a427e6a2626cf1f9f06a10d478) Improved ui and add initial template view implementation - [`9cc8c0d`](https://github.com/aurc/loggo/commit/9cc8c0d4aba585cb6653755a6cf110807882a0d5) Improved - [`060f1e3`](https://github.com/aurc/loggo/commit/060f1e34b0b70257db53c75e9f674bc2953aadd9) Added ability to move entries arround - [`55d7fa7`](https://github.com/aurc/loggo/commit/55d7fa75be4e45e4a4219845bf915d6410f176e9) Cleanup - [`a0c5569`](https://github.com/aurc/loggo/commit/a0c556918b45fdc472f95503f8a5feb7592266e4) Color picker view ### 📊 Changes **47 files changed** (+4973 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <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:07 +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#11
No description provided.