Update most libraries to latest versions
- Move crate specifications all into workspace to ensure everything uses the same versions.
- Also updated to use
clap
instead ofargh
for argument parsing. - Renamed CLI to
kiku
and server tokiku-server
since you type the CLI command more often. - Added some more commands to CLI.
- I think I have the sorting fixed for when you select "<All something>" in the TUI.
- Consolidated and expanded TODO lists.
Edited by Jason Heard