Devlog 5:
I finally did it! It’s now a cli tool!
What changed:
It’s a Cli. So, to use it just try the --help/-h flag to get the usage.
Also, I restructured the project into a core lib and the cli bin crates using a cargo workspace. This should allow me to more easily develop the Tui later.
I also set up two github workflows, one that audits my used packages using the actions-rust-lang/audit action. The other one builds me the cli for a lot of different targets using the dtolnay/rust-toolchain action.
I also started writing some instructions to try the project, but this is still an area of active development.
Next up
I defiantly need to document the protocol that I’m using.
Also, as I have mentioned I want to create a tui. Maybe later a gui would be a great addition but that’s something I’m not quite sure about.