Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayugestudio/easy_task
Simple Task Visualization Tool
https://github.com/mayugestudio/easy_task
todo todo-list
Last synced: about 1 month ago
JSON representation
Simple Task Visualization Tool
- Host: GitHub
- URL: https://github.com/mayugestudio/easy_task
- Owner: MayugeStudio
- License: mit
- Created: 2023-11-12T17:06:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T20:05:20.000Z (about 1 year ago)
- Last Synced: 2024-11-10T08:32:36.361Z (3 months ago)
- Topics: todo, todo-list
- Language: Go
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy-Task
The tool makes task visualization a breeze!
## Usage
For example, let's say you have a file named `example.md````markdown
- [ ] Create project tracker
- [ ] Write Go code
- [X] Build visualization
- Learn React
- [X] Go to react example site.
- [ ] Create simple todo app.
```In command line, simply use:
```shell
etask example.md
```And voilà ! It will display:
```text
[ ] Create project tracker
[ ] Write Go code
[X] Build visualization
Learn React
[X] Go to react example site.
[ ] Create simple todo app.
[########## ]50%
[################ ]40%
```**🚀 Stay tuned for the next update!**