watson-perl
watson-perl copied to clipboard
add text editor/jump to code for each item in .html report [watson]
filename : watson line # : 11 tag : todo md5 : 4017f4cb31f5f7bfd313f40f9d631247
# [todo] - add text editor/jump to code for each item in .html report
# [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