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.
Need to research the top tools for which problem to solve, would be nice if there was an api to just grab that from
Ideally be able to incorperate it into tldr, so the output of wttu can be used at the input of tldr,
tree shake unused dependencies
need to go over the cli-apps-in-rust project to see how to execute the binary directly instead of running cargo run command
```
$ cargo run
$ cargo run compress
$ cargo run encrypt $ cargo run version-control
```