Live data from Hacker News

Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal

github.com

1–10 of 59 posts

Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal

#3
Hi HN,

Made this quick little utility to help you when you forgot to do something in linux terminal, like:

    - the arguments for extracting a bz2 file
    - the command to reattach to a screen 
    - the latest ppa for a software program
    - to something as simple as which linux distro / version i'm running
The concept is simple. Just download the script and now anytime from your terminal you can write

    $ howdoi see my linux version
    
    $ howdoi upgrade php

    $ howdoi unzip a file
And it will search the internet and try to give you the most relevant search result so that you can do whatever it is you're doing without being interrupted

Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal

#6
post #5

There's another 'howdoi' already, FYI: https://github.com/gleitz/howdoi

Oh no.. you're right! I will rename mine.

Edit: Though that looks for programming related questions and mine is for more general linux related questions.

Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal

#7
On OSX, the "StackExchange Search" workflow for Alfred is also fantastic for doing this.

Firstly, you can bind it to a hotkey, so don't have to type "how do i" before the query

Secondly, it updates the list of results as you type. Then you can select the one that seems to be the most relevant to open it in the browser (with a hotkey)

https://github.com/deanishe/alfred-stackoverflow

Post reply on HN