Python script that searches all bash commands that are related to a word or words of your choice.
The word doesnt have to be a command name, it can be related to that word in some manner.
Ex: list -> will list all the commands related to listing stuff.
Will find commands by name π.
If not found by name will print out commands related to the words you have used β¨ .
Searchs for all string variations of the word, uppercase, lowercase, allcaps etc.
python3 command_search.py list
output looks like this
python3 command_search.py http
python3 command_search.py execute