Skip to content

Python script that searches all bash commands that are related to a word of your choice. 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.

Notifications You must be signed in to change notification settings

Donny-GUI/bash-command-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

bash-command-search 🐧 πŸ”¦ 🐚

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.

Features πŸ’Ž

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.

Usage πŸ”§

python3 command_search.py list

output looks like this

cs

Other Searchs

python3 command_search.py http
python3 command_search.py execute

About

Python script that searches all bash commands that are related to a word of your choice. 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages