What Tool To Use

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.

Future Goals:

Todo:

Current functionality

TODO: look into whether or I'll have to run cargo install wttu to update it, or if there's another way

``` $ # install the tool from Crates.io $ cargo install wttu

$ wttu

$ wttu --help $ wttu version-control

```

Contributing and publishing

``` $ cargo login $ cargo publish

```