https://github.com/phaalonso/go_todoos
https://github.com/phaalonso/go_todoos
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phaalonso/go_todoos
- Owner: phaalonso
- License: other
- Created: 2022-08-07T22:31:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T03:47:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T09:49:22.442Z (over 1 year ago)
- Language: Go
- Size: 9.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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