Crates.io | Emily |
lib.rs | Emily |
version | 0.1.1 |
source | src |
created_at | 2023-01-12 21:55:14.149323 |
updated_at | 2023-01-12 22:34:22.093824 |
description | A TODOs tracker |
homepage | |
repository | https://github.com/WasixXD/Emily |
max_upload_size | |
id | 757465 |
size | 41,777 |
A simple TODOs tracker that find unreported todos and submit them as an issue on the repo
[ x ] User can see TODOs without reporting them to github
[ x ] Script create a issue with the file name and TODOs description
[ x ] Issues doesn't repeat
[ x ] Work from
The app receive the directory path and start searching for TODOs index through the files, them if the --push is activated it get all issues on the repo and report the unrepetead ones on github
Have sure to have cargo on your terminal and run
$ cargo install Emily
The todo have 2 main things to work:
1 console.log("Hello Reality");
2 // #TODO Use World instead of Reality
3
The counts with the following flags:
--dir (The dir path) [Required]
--name (Your github name) [Only required if you will report the TODOs]
--repo (The repository that the TODOs will be reported [Only required if you will report the TODOs]
--key (the github api key / see how to get one : https://securitysenses.com/videos/obtaining-api-key-github-api [Only required if you will report the TODOs]
--push (this determine if the app will make the reports or will only show them in terminal) [Only required if you will report the TODOs]