Script that executes multiple searches at once by opening automatically a new firefox window with multiple tabs each of which corresponds to a search result.
- Open a terminal window
> git clone https://github.com/Imod7/fast-but-not-furious.git
> cd fast-but-not-furious
- Before running the commands below, please replace
keyword1
andkeyword2
with the keywords you are looking for. 4.1> sh fast-but-not-furious-firefox.sh keyword1 keyword2
4.2> sh fast-but-not-furious-chrome.sh keyword1 keyword2
Note : You can also search for a combination of keywords as follows :
sh fast-but-not-furious.sh keyword+keyword2
You can change the arrays defined in the script so that the searches adjust to your needs.
You can change the :
- Github organizations
- Github repos
- Web searches
by changing the contents of the arrays defined in the beginning of the script.