Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityanagar10/too-doo
A command-line application for managing your to-do list efficiently.
https://github.com/adityanagar10/too-doo
cli-app homebrew open-source
Last synced: 22 days ago
JSON representation
A command-line application for managing your to-do list efficiently.
- Host: GitHub
- URL: https://github.com/adityanagar10/too-doo
- Owner: adityanagar10
- License: mit
- Created: 2024-05-07T18:17:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T06:11:22.000Z (6 months ago)
- Last Synced: 2024-10-04T21:42:24.976Z (about 1 month ago)
- Topics: cli-app, homebrew, open-source
- Language: Go
- Homepage: https://toodoo-cli.vercel.app
- Size: 5.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
Welcome to the comprehensive documentation hub for Too-Doo CLI! Here, you will uncover detailed guides, step-by-step tutorials, and thorough API references, meticulously crafted to elevate your proficiency with Too-Doo CLI to new heights.
# Installation
At present, our installation process exclusively supports Homebrew for seamless command-line integration. Fear not! The binaries you seek are just a click away. Let us delve into installing Too-Doo via Homebrew, a process as straightforward as:
```
brew tap adityanagar10/adityanagar10
brew install adityanagar10/adityanagar10/too-doo
```And voilà! You are all set to embark on your Too-Doo journey.
# Usage
`too-doo --help`
To kickstart your Too-Doo experience, invoke the command. It offers an exhaustive compendium of commands, each accompanied by detailed descriptions for seamless navigation and comprehension.`too-doo add`
Adding Tasks: Utilize, followed by a succinct message, to append a new task to your to-do list effortlessly.`too-doo complete TaskID`
Marking Tasks as Complete: Indicate task completion with , appending the unique ID for the task for streamlined task management.`too-doo delete TaskID`
Deleting Tasks: Eradicate a task swiftly using , specifying its unique task ID. Once removed, tasks are irretrievable, ensuring your list remains clutter-free and efficient.`too-doo list`
Listing Available Tasks: Gain instant access to all available to-dos with the succinct command, providing a comprehensive overview of your tasks at a glance.