Hacker News new | ask | show | jobs
by jrhawley 1832 days ago
I've been learning rust recently and trying to make a few CLIs/TUIs for simple tasks.

I have a simple CLI for handling the `$PATH` environment variable [0].

And I have a simple TUI for keeping track of financial statements for various accounts [1].

[0]: https://github.com/jrhawley/pad-path

[1]: https://github.com/jrhawley/quill