A simplistic tool for users who might be new or have forgotten which tools they should use for doing straight forward things around their system with offline first in mind. Currently it just prints general sugestions around what are some typical apps around Unix-esque systems and does not take account of the underlining OS.
This is a work in progress. I don't develop on Windows or Mac often, so those tools might be out of date or missing, am looking into suggestions from other developers. Also, this will be a rolling release, so feel free to update often, contribute by opening a pull request or sending me an email with any suggestions
maybe look into this great repo by @agarrharr
Ideally be able to incorperate it into tldr or cheat, so the output of wttu can be used at the input,
``` $ # install the tool from Crates.io $ cargo install wttu
$ wttu
$ wttu --help $ wttu version-control
```
update the main.rs file,
update Cargo.toml file to next semver
```
$ cargo login
```