Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azisuazusa/todo-cli
CLI Based Todo App. Integrated with JIRA, Dropbox, etc
https://github.com/azisuazusa/todo-cli
cli cli-app jira todo todo-list todoapp todolist
Last synced: about 2 months ago
JSON representation
CLI Based Todo App. Integrated with JIRA, Dropbox, etc
- Host: GitHub
- URL: https://github.com/azisuazusa/todo-cli
- Owner: azisuazusa
- License: mit
- Created: 2024-01-05T16:39:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T17:17:14.000Z (11 months ago)
- Last Synced: 2024-11-07T11:53:04.647Z (3 months ago)
- Topics: cli, cli-app, jira, todo, todo-list, todoapp, todolist
- Language: Go
- Homepage:
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo-CLI
![Screenshot 2024-03-11 23:59:29](https://github.com/azisuazusa/todo-cli/assets/18085025/085cb209-ae83-43df-9dcc-91848102e0a3)Todo-CLI is a command-line task management application designed to streamline your productivity and task management. Integrating seamlessly with tools like JIRA and Dropbox, it offers a robust solution for tracking your todos directly from your terminal.
## Features
- CLI-Based Management: Easily add, remove, and update tasks through straightforward commands.
- JIRA Integration: Synchronize your tasks with JIRA to keep all your project management in one place.
- Dropbox Sync: Backup and sync your tasks across devices using Dropbox.## Installation
### Install from source
```
git clone [email protected]:azisuazusa/todo-cli.git
cd todo-cli
go build -o todo
todo setup
```## Integrations
### JIRA Integration
```
todo project add
todo project add-integration
```### Dropbox Integration
```
todo setting sync-integration
```## TODOs
- [ ] Integrate with GitHub Issue for task synchronization
- [ ] Integrate with Slack for update status whenever with start working on a task