On hiatus until further notice
Quota control is a cli gui tool. The tool is in active development at the moment and only features a simple overview of groups. Progress for this application is public.
There's only support for *nix systems
You can build the full tool with cargo build --release
You will require to have a folder in /home/quotas/
. You may also need a file such as the supplied /assets/beispiel.quota
(need to be in /home/quotas/
). You may also require to bei either part of the group root or of a group matching the regular expression [bghz]z.*
.
- csv (1.1.3) by Andrew Gallant under Unlicense/MIT
- ansi_term (0.12.1) by Josh Triplett, [email protected] and Ryan Scheel (Havvy) under MIT
- serde (1.0) by David Tolnay and Erick Tryzelaar under MIT OR Apache-2.0
- regex (1.3.9) by the Rust Project Developers under MIT OR Apache-2.0
- users (0.10.0) by Benjamin Sago under MIT
- tui (0.11.0) by Florian Dehau under MIT
- termion (1.5.5) by Ticki under MIT