Live data from Hacker News

Show HN: GitKit – A Toolbar App for Searching GitHub Pull Requests and Issues

gitkit.io

1–4 of 4 posts

Re: Show HN: GitKit – A Toolbar App for Searching GitHub Pull Requests and Issues

#2
I get the use-case for this application, however I don't think I would want to run another browser in the background as a 290MB toolbar app to be searching GitHub PRs and issues makes sense to me. As a native app, yes but something like Electron is overkill for this use case.

After all, I still have too many Electron apps running on my Macbook hitting my swap space while I use Chrome to browse the web, so I can't have yet another one doing the same thing.

Re: Show HN: GitKit – A Toolbar App for Searching GitHub Pull Requests and Issues

#3
post #2

I get the use-case for this application, however I don't think I would want to run another browser in the background as a 290MB toolbar app to be searching GitHub PRs and issues makes sense to me. As a native app, yes but something like Electron is overkill for this use case. After all, I still have too many Electron apps running on my Macbook hitting my swap space while I use Chrome to browse the web, so I can't hav…

Fair enough. To each their own. My MacBook is running 32gb of ram so I'm not as concerned over a few hundred mb. But noted.. I'll have to make one in native code for you.. ;)