watson-perl
watson-perl copied to clipboard
store in separate file or parse every time? (thinking parse) [watson]
filename : watson line # : 13 tag : todo md5 : 369c95f2d135db2624df3700654e9500
# [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
# [todo] - add remote / local options and necessary logic