https://github.com/lusingander/btox
my personal toolbox app 🧰
https://github.com/lusingander/btox
ratatui tui
Last synced: 9 days ago
JSON representation
my personal toolbox app 🧰
- Host: GitHub
- URL: https://github.com/lusingander/btox
- Owner: lusingander
- License: mit
- Created: 2022-04-10T09:08:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T00:27:13.000Z (8 months ago)
- Last Synced: 2025-03-28T00:01:33.333Z (26 days ago)
- Topics: ratatui, tui
- Language: Rust
- Homepage:
- Size: 3.33 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# btox
my personal toolbox app
## Usage
### Keybindings
| Key | Description |
| -------------------------------- | ------------ |
| Ctrl+n | cursor down |
| Ctrl+p | cursor up |
| Tab | toggle focus |
| Ctrl+C Esc | quit |## Features / Screenshots
### UUID
### Hash
### Unix time
Datetime output format follows [strftime](https://docs.rs/chrono/latest/chrono/format/strftime/index.html).
### Number base
## License
MIT