Skip to content
/ toGo Public

toGo is a lightweight and user-friendly command-line interface (CLI) tool designed to help users efficiently manage their tasks and notes.

License

Notifications You must be signed in to change notification settings

Akulalu07/toGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toGo - CLI for Task Management

Gopher

toGo is a simple and convenient CLI tool for managing notes and tasks. With it, you can save and delete notes and tasks, making it an ideal assistant for organizing your time.

Features

  • Add, delete, and view tasks
  • Simple command-line interface

Prerequisites

Make sure you have the following installed:

  • git
  • bash

Installation

To install toGo, simply download the repository and run the build.sh script:

git clone https://github.com/Akulalu07/toGo.git
cd toGo
./build.sh

Usage

Here are some examples of commands you can use with toGo:

  • Add a task:
    toGo add "Buy milk"
  • Delete a task:
    toGo del 1
  • View all tasks:
    toGo list

Error Handling

If you encounter issues with the database, you can try running:

sudo toGo [command]

(Note: This command is intended to display the logo.)

About

toGo is a lightweight and user-friendly command-line interface (CLI) tool designed to help users efficiently manage their tasks and notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published