Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal
1–10 of 59 posts
Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal
#2Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal
#3Made 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 interruptedRe: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal
#4Looks great! This coupled with tldr would prove incredibly useful for some of my friends trying to get used to Linux.
Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal
#5Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal
#6There's another 'howdoi' already, FYI: https://github.com/gleitz/howdoi
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
#7Firstly, 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)
Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal
#8Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal
#9No source, huh? And all the world's an x86, I suppose. Why would anyone want to put a closed binary on their systems?
Re: Show HN: Get help on any Linux command by typing 'howdoi –' in your terminal
#10No source, huh? And all the world's an x86, I suppose. Why would anyone want to put a closed binary on their systems?