Thanks very much for the README adjustment. I have added a package in pkgsrc (sysutils/seednaut), which will likely appear at https://pkgsrc.se/sysutils/seednaut in not very long.
This went very smoothly (pkgsrc has code to automatically package rust programs that use the normal idioms). A few tiny things I noticed that don't seem worth individual tickets (happy to do it if you want):
- There are license files at top level and in a license directory. This doesn't make sense to me.
- It was non-obvious what the project license is. I guessed AND (that it combined code from both), but from REUSE.toml I think it's OR. The README is silent.
- In the README, I suggest including iodé in the list.
- This says "CLI" but it seems more like "TUI". CLI implies to me that you run a program with arguments and it then does something, rather than something which is conceptually more like a GUI except it uses curses instead of gtk :-)
- There's no man page.
Thanks very much for the README adjustment. I have added a package in pkgsrc (sysutils/seednaut), which will likely appear at https://pkgsrc.se/sysutils/seednaut in not very long.
This went very smoothly (pkgsrc has code to automatically package rust programs that use the normal idioms). A few tiny things I noticed that don't seem worth individual tickets (happy to do it if you want):