Yet another todo app.
A [very] simple todo list management cli tool for developers, with an optional gui. The fastest way I've found to go from needing to write something quickly (i.e during a meeting) to having it written down.
curl -fsSL https://raw.githubusercontent.com/Gnarus-G/mynd/main/install.sh | sh
This depends on you having installed bun and rust; git as well, but you
probably already have that.
Find the executables in the releases.
At any point you can pull up your terminal and add a todo item like so.
todo "todo message"
Start up the GUI.
todo gui
Or just call mynd directly, which is what todo gui does.
Very convenient when your manager is rapping requirements at you during a meeting.
Usage: todo [MESSAGE] [COMMAND]
Commands:
done Mark one or more todo items as done
rm Delete a todo item, regardless of if it's done or not
ls List all todos that aren't done
gui Launch the GUI (mynd). Assuming it's in the path
import Read and save todos from a given file
dump Dump all todos as json
config Manage global configuration values
help Print this message or the help of the given subcommand(s)
Arguments:
[MESSAGE] What to do
Options:
-h, --help Print help
-V, --version Print version
https://github.com/tauri-apps/tauri-docs/blob/8cdc0505ffb9e78be768a0216bd91980306206a5/docs/guides/distribution/sign-android.md