A terminal based todo app for devs. Written in go using bubbletea, lipgloss and bubbles from charm_. Initially built this for myself because I used to write todos in a TODO.txt, which was inefficient as I'm mostly using my terminal.
Head over to the release page and download the todo.exe binary.
Warning
Windows may flag the binary as a virus, but that is a false positive, you can turn off defender if it causes issues while installing.
- Move todo.exe to a desired folder on your computer
- Search "Edit the system environment variables" and press enter.
- Click "Environment Variables" and then double click PATH under the user heading.
- Copy the path to your folder where you stored todo.exe
- Add a new path and paste in the copied path.
- Enter and keep clicking OK till you exit out of System Properties
- You can now run the app by running the command "todo" from a terminal
After downloading the binary from the release. (Please use the linux release)
- Open the terminal in the place where you have stored todo binary i.e Downloads.
- Run the following command:
sudo mv todo /usr/local/bin