https://github.com/simonhdickson/devtools
https://github.com/simonhdickson/devtools
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonhdickson/devtools
- Owner: simonhdickson
- License: gpl-3.0
- Created: 2020-10-15T17:02:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T22:31:22.000Z (over 5 years ago)
- Last Synced: 2025-12-26T21:49:27.742Z (6 months ago)
- Language: Rust
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
devtools
========
A collection of useful dev tools to help avoid the need to type senstive data
into command line.
Also serves as a POC of having a central ViewModel supporting multiple different
types of front end.
Currently supported front ends: `cli`, `gtk4`, `iced` (iced is the most fully
featured currently).
To run:
```bash
cargo run --bin {cli,gtk4,iced}
```