TUI (Terminal User Interface)
Getting Started
To access the TUI interface, simply run:
devtui
This will open the main menu where you can select any of the available tools using arrow keys and Enter.
Common Key Bindings
Most TUI tools share these common key bindings:
- q/Ctrl+C - Quit and return to main menu
- ? - Toggle help view
- c - Copy output to clipboard
- v - Paste content from clipboard
- e - Edit content in external editor
- ↑/k - Navigate up
- ↓/j - Navigate down
Table of contents
- Base64 Decoder
- Base64 Encoder
- CSS Formatter
- CSV to JSON Converter
- CSV to Markdown Table Converter
- Cron Job Parser
- GraphQL Query Formatter
- HTML Formatter
- JSON Formatter
- JSON to Go Struct Converter
- JSON to TOML Converter
- Markdown Renderer
- Number Base Converter
- TOML Formatter
- TOML to JSON Converter
- TSV to Markdown Table Converter
- UUID Decoder
- UUID Generator
- XML Formatter
- YAML Formatter
- YAML to Go Struct Converter