Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajan170/todo-cli
Minimalist Command Line Todo app built in Golang.
https://github.com/rajan170/todo-cli
cli go golang todoapp
Last synced: about 11 hours ago
JSON representation
Minimalist Command Line Todo app built in Golang.
- Host: GitHub
- URL: https://github.com/rajan170/todo-cli
- Owner: rajan170
- Created: 2023-12-16T21:00:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T18:29:05.000Z (about 1 year ago)
- Last Synced: 2024-12-30T21:20:57.530Z (about 2 months ago)
- Topics: cli, go, golang, todoapp
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Todo-Cli**
### Todo-Cli is a minimalist command-line todo app built in Go. It provides a straightforward way to manage your tasks right from the terminal.
## Features
- **Simple Interface:** Todo-Cli offers a clean and intuitive command-line interface designed for efficient task management. With just a few commands, you can add, list, complete, and remove tasks effortlessly.
- **Lightweight:** Stay focused on your tasks without unnecessary clutter.
- **Cross-Platform:** Whether you're using Windows, macOS, or Linux, Todo-Cli is built to work seamlessly across different platforms. Enjoy consistent task management, no matter your operating system.## Installation
```bash
go get -u github.com/rajan170/todo-cli
```## Help
```bash
todo -h
```## Usage
- ### Adding a Task
```bash
todo -add task1
```- ### List Tasks
```bash
todo -ls
```- ### Mark as completed
```bash
todo cpl -index
```- ### Removing a Task
```bash
todo del -index
```