add lazyjournal (#262)
Some checks failed
Ruby / build (push) Has been cancelled

This commit is contained in:
Alex Kup 2024-12-19 21:58:45 +03:00 committed by GitHub
parent 819b4d08b0
commit f7581343f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,7 @@ List of projects that provide terminal user interfaces
- [jqp](https://github.com/noahgorstein/jqp) A TUI playground to experiment with jq - [jqp](https://github.com/noahgorstein/jqp) A TUI playground to experiment with jq
- [lazygit](https://github.com/jesseduffield/lazygit) Simple terminal UI for git commands - [lazygit](https://github.com/jesseduffield/lazygit) Simple terminal UI for git commands
- [lazysql](https://github.com/jorgerojas26/lazysql) A cross-platform TUI database management tool written in Go. - [lazysql](https://github.com/jorgerojas26/lazysql) A cross-platform TUI database management tool written in Go.
- [lazyjournal](https://github.com/Lifailon/lazyjournal) TUI for journalctl, file system logs, as well Docker and Podman containers for quick viewing and filtering
- [logshark](https://github.com/ugosan/logshark) A debugger CLI for JSON logs written in Go - [logshark](https://github.com/ugosan/logshark) A debugger CLI for JSON logs written in Go
- [mitmproxy](https://www.mitmproxy.org) A free and open source interactive HTTPS proxy - [mitmproxy](https://www.mitmproxy.org) A free and open source interactive HTTPS proxy
- [nap](https://github.com/maaslalani/nap) Code snippets in your terminal - [nap](https://github.com/maaslalani/nap) Code snippets in your terminal