https://github.com/tabsdata/tabsdata-console
Tabsdata Repo for VM configs
https://github.com/tabsdata/tabsdata-console
Last synced: 25 days ago
JSON representation
Tabsdata Repo for VM configs
- Host: GitHub
- URL: https://github.com/tabsdata/tabsdata-console
- Owner: tabsdata
- Created: 2025-11-12T19:45:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-23T06:01:59.000Z (about 1 month ago)
- Last Synced: 2026-01-23T15:57:19.101Z (about 1 month ago)
- Language: Python
- Size: 770 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# tabsdata-tui
A CLI Utility that introduces a TUI (Terminal User Interface) for interacting with Tabsdata
---
## Install (from GitHub)
```bash
pip install git+https://github.com/tabsdata/tabsdata-console.git
```
---
### How to use
### 2. Run the tdconsole command
```bash
tdconsole
```
The TUI allows for arrow based or mouse based navigation.
To go back a page within the TUI, use ctrl + b
To exit the TUI, use ctrl + c OR click on the command pallet on the bottom right of the terminal and select "Quit the Application"