watson-perl
watson-perl copied to clipboard
change @IGNOREDIR to hash instead of array for efficiency [watson]
filename : watson line # : 15 tag : todo md5 : 36637a19be6ce91bf0f77abdc988538b
# [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
# [todo] - replace open/closed issue var with just all and closed?