An open API service indexing awesome lists of open source software.

https://github.com/simonhdickson/devtools


https://github.com/simonhdickson/devtools

Last synced: 28 days ago
JSON representation

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}
```