-
Notifications
You must be signed in to change notification settings - Fork 139
Home
Welcome to Termdash - an open-source, cross-platform customizable terminal dashboard.
This wiki is the main source of documentation for users and developers working with or contributing to the Termdash project.
- Introduction
- API Reference
- Release Notes
- Examples
- Tutorials
- Widgets
- High-level design
Running the Termdash demo is the quickest way to start playing with Termdash. See the following paragraph for instruction on how to install Termdash and run the demo.
To explore more advanced use cases, refer to the Examples, the Tutorials and the API reference.
To install Termdash, run the following command:
go get -u github.com/mum4k/termdash
Next try running the termdashdemo.go binary.
go run github.com/mum4k/termdash/termdashdemo/termdashdemo.go
Termdash is a higher level library that relies on libraries that expose a cell view of the terminal. Termdash currently uses termbox-go. This means that Termdash supports all the environment that are supported by termbox-go.
Most mainstream systems with well defined tty interface will work without any issues.
Windows applications are supported, e.g. native command prompt or power shell. Unfortunately mintty and other cygwin style application aren't supported since termbox-go doesn't support them. See this issue for details.
See the Talk to us for different ways of getting in touch.
See a typo, something missing or outright wrong? Feel free to edit the Wiki pages directly, alternatively talk to us.