watson-perl
watson-perl copied to clipboard
if x is placed in todo [!] then move it to separate file [watson]
filename : watson line # : 12 tag : todo md5 : 00369dfcdb6f8c19ed6b7a5e1dd1f177
# [todo] - if x is placed in todo [!] then move it to separate file
# [todo] - store in separate file or parse every time? (thinking parse)
# [todo] - tell when directory changes with some header
# [todo] - change @IGNOREDIR to hash instead of array for efficiency
# [todo] - only allow user to check executing users files (setuid exploit)
# [todo] - wrap printed lines around 80 characters
# [todo] - command line option to remove remote repos
# [todo] - replace json parser with just grep? need to get status if failed
# [todo] - add ability to update issue if same title but different md5
# [todo] - implement local only reporting (make it default?)
# [todo] - progress bar for obtaining github/bitbucket issue list
# [todo] - local should be default, must use -r or remote flag to post and check?
# - maybe have it check against background unless -local is passed
# - but dont post unless --post is used (make it faster?)
# [todo] - add status indicator for remote requests
# - we know # of requests and which we are on, can do it that way
# [todo] - change github issue checks to -d instead of issue?key=val