An open API service indexing awesome lists of open source software.

https://github.com/phaalonso/go_todoos


https://github.com/phaalonso/go_todoos

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# TODOOS

Simple task management app to help manage your task's, getting more done in less time!.

This is my first app created with Go Lang.

## Usage

1. Setup golang in your computer
2. Clone the project and cd to the base directory
3. Create a new build with `go build`
4. Have fun with `./todoos`

## Tasks
- [x] Add new tasks
- [x] Save tasks to json file
- [x] Save task items priority
- [x] Permit user to set a different data path
- [x] Mark tasks item as done
- [x] Delete specifc task item
- [x] Edit specific task item
- [x] List task item
- [x] List only done or not done task's using an argument `--done`
- [x] List all task's using an argument `--all`
- [ ] Load configs from a file
- [ ] Load configs from enviroment variables