mirror of
https://github.com/rivo/tview.git
synced 2024-11-15 06:12:46 +00:00
Merge pull request #454 from wkoszek/feature/tview_apps
Add list of projects using tview.
This commit is contained in:
commit
25aecd0c3a
34
README.md
34
README.md
@ -49,6 +49,40 @@ Check out the [GitHub Wiki](https://github.com/rivo/tview/wiki) for more example
|
||||
|
||||
For a presentation highlighting this package, compile and run the program found in the "demos/presentation" subdirectory.
|
||||
|
||||
## Projects using tview
|
||||
|
||||
- [password manager](https://github.com/7onetella/password)
|
||||
- [CLI bookmark manager](https://github.com/Endi1/drawer)
|
||||
- [A caving database interface written in Go](https://github.com/IdlePhysicist/cave-logger)
|
||||
- [App for rental of electic bikes](https://github.com/MrDienns/bike-commerce)
|
||||
- [interactive file browse and exec any command.](https://github.com/bannzai/itree)
|
||||
- [A simple CRM](https://github.com/broadcastle/crm)
|
||||
- [Terminal UI for todist](https://github.com/cyberdummy/todoista)
|
||||
- [graphical kubectl wrapper](https://github.com/dcaiafa/kpick)
|
||||
- [Decred Decentralized Exchange ](https://github.com/decred/dcrdex)
|
||||
- [Kubernetes CLI To Manage Your Clusters In Style! ](https://github.com/derailed/k9s)
|
||||
- [A CLI file browser for Raspberry PI](https://github.com/destinmoulton/pixi)
|
||||
- [A tool to manage projects.](https://github.com/divramod/dp)
|
||||
- [A simple app for BMI monitoring](https://github.com/erleene/go-bmi)
|
||||
- [Stream TIDAL from command line](https://github.com/godsic/vibe)
|
||||
- [Secure solution for fully decentralized password management](https://github.com/guillaumemichel/passtor/)
|
||||
- [A growing collection of convenient little tools to work with systemd services](https://github.com/muesli/service-tools/)
|
||||
- [A terminal based browser for Redis written in Go](https://github.com/nitishm/redis-terminal)
|
||||
- [First project for the Computer Networks course.](https://github.com/pablogadhi/XMPPClient)
|
||||
- [CLI tool build in Golang for managing ssh connection](https://github.com/patilsuraj767/connection-master)
|
||||
- [Test your typing speed in the terminal!](https://github.com/shilangyu/typer-go)
|
||||
- [TUI Client for Docker](https://github.com/skanehira/docui)
|
||||
- [SSH client using certificates signed by HashiCorp Vault](https://github.com/stephane-martin/vssh)
|
||||
- [A go terminal based pos software.](https://github.com/thebmw/y2kpos)
|
||||
- [VMware vCenter Text UI](https://github.com/thebsdbox/vctui)
|
||||
- [Bookmarks on terminal](https://github.com/tryffel/bookmarker)
|
||||
- [A UDP testing utility](https://github.com/vaelen/udp-tester)
|
||||
- [A simple Kanban board for your terminal](https://github.com/witchard/toukan)
|
||||
- [The personal information dashboard for your terminal. ](https://github.com/wtfutil/wtf)
|
||||
- [MySQL database to Golang struct](https://github.com/xxjwxc/gormt)
|
||||
- [Cryptowatch Go SDK](https://github.com/y3sh/cw-sdk-go)
|
||||
- [Discord, TUI and SIXEL.](https://gitlab.com/diamondburned/6cord)
|
||||
|
||||
## Documentation
|
||||
|
||||
Refer to https://pkg.go.dev/github.com/rivo/tview for the package's documentation.
|
||||
|
Loading…
Reference in New Issue
Block a user