Show HN: Kmdr – Explains the syntax of CLI commands you select in the browser
1–9 of 9 posts
Re: Show HN: Kmdr – Explains the syntax of CLI commands you select in the browser
#2Start a free trial at https://chrome.google.com/webstore/detail/kmdr/lbigelojleemi...
Re: Show HN: Kmdr – Explains the syntax of CLI commands you select in the browser
#3Re: Show HN: Kmdr – Explains the syntax of CLI commands you select in the browser
#4What does this have that I can't already get for free?
[0] - https://explainshell.com/
[1] - https://github.com/pilotmoon/PopClip-Extensions/blob/master/...
Re: Show HN: Kmdr – Explains the syntax of CLI commands you select in the browser
#5Very slick. Nicely done. But this service is available for free [0] with a PopClip extension [1]. What does this have that I can't already get for free? [0] - https://explainshell.com/ [1] - https://github.com/pilotmoon/PopClip-Extensions/blob/master/...
Re: Show HN: Kmdr – Explains the syntax of CLI commands you select in the browser
#6I'm disappointed the cli version seems to be getting short shrift in the push to monetize. I'd be far more likely to want to use this from the cli or from another tool, than in a browser.
kmdr-cli[0] won't go away. It's definitely our base and when we launched with it initially, we learned that people are willing to install and wanting to have something that's running in their terminal. What prompted us to focus on the browser, was that a huge number of our queries (55%) were coming from our demo page on our website. We're a team of 3, so investing in the browser extension meant a hault to progress in kmdr-cli but we fully intend to re-invest there and bridge browser and kmdr-cli. This morning we updated the kmdr-cli to leverage the same definitions available on the browser extension. Next will be to leverage the same parser.
Re: Show HN: Kmdr – Explains the syntax of CLI commands you select in the browser
#7Very slick. Nicely done. But this service is available for free [0] with a PopClip extension [1]. What does this have that I can't already get for free? [0] - https://explainshell.com/ [1] - https://github.com/pilotmoon/PopClip-Extensions/blob/master/...
Thanks abendy. Explain shell is awesome, no doubt. But we saw it's limitations given the parser it is using and being based on manpages. With a different parser and separate backend of descriptions that we control and can improve upon, the differences today include being able to explain complex commands (docker, kubectl, npm, go, apt, etc) and more complicated bash constructs (multiline, variable assignments, command…
Re: Show HN: Kmdr – Explains the syntax of CLI commands you select in the browser
#8I'm disappointed the cli version seems to be getting short shrift in the push to monetize. I'd be far more likely to want to use this from the cli or from another tool, than in a browser.
hey abeyer, thanks for the feedback. kmdr-cli[0] won't go away. It's definitely our base and when we launched with it initially, we learned that people are willing to install and wanting to have something that's running in their terminal. What prompted us to focus on the browser, was that a huge number of our queries (55%) were coming from our demo page on our website. We're a team of 3, so investing in the browser e…
Re: Show HN: Kmdr – Explains the syntax of CLI commands you select in the browser
#9Earlier quoted context omitted.
hey abeyer, thanks for the feedback. kmdr-cli[0] won't go away. It's definitely our base and when we launched with it initially, we learned that people are willing to install and wanting to have something that's running in their terminal. What prompted us to focus on the browser, was that a huge number of our queries (55%) were coming from our demo page on our website. We're a team of 3, so investing in the browser e…
Cool, thanks! The FAQ still says that the cli uses the old parser/definitions...you might want to update that to reflect that you're changing that and it's not intentionally being left behind.