Live data from Hacker News

Show HN: Watson – inline issue manager with GitHub support

goosecode.com

11–20 of 41 posts

Re: Show HN: Watson – inline issue manager with GitHub support

#13

Great idea! I've wanted something like this for a while, but never quite realised it. What languages does it support? From the look of the front pages, C-based languages (C/C++/Obj-C) are ok. Have you thought about offering this as a service? You could probably hook into Github and sync issues on commit using the same API that Jenkins uses.

As mentioned below, it currently has support for parsing C / C++, Java, C#, Bash, Ruby, Perl, and Python files

It is pretty trivial to add support for any other language or comment type however, take a look at #get_comment_type in lib/watson/parser.rb

Never, thought about offering this as a service, having this as a commit hook is a very interesting idea though, thanks!

Re: Show HN: Watson – inline issue manager with GitHub support

#19
post #5
post #4

Screenshots make this thing really interesting. Need to support more languages than just Ruby and Perl!

Thanks! The app is written in both Ruby and Perl but it currently has support for parsing C / C++, Java, C#, Bash, Ruby, Perl, and Python files

Should be pretty simple to get it working with PHP right? Also, any plans for GitLab issues support? If not, that might be fun to hack on this weekend...

Re: Show HN: Watson – inline issue manager with GitHub support

#20
Super nice. Combining this with most support for updating issues via commit messages this makes it stupid easy to almost never leave the code. The only thing you likely can't easily do is deal with issue comments but that would be killer too. Never having to use the githib UI would be the ultimate workflow boon. I'm never a fan of needing to access websites and remember their UI as it feels disjointed from my typical working experience.
Post reply on HN