It's a python script that prints to the console a Bash redirection cheat sheet in a table format for easy reading.
It can search by coincidences.
The cheat sheet was made by Peter Krumins.
python ./brcs.py <parameters...>
Parameters:
-j --jsearch (optional): List all results that have any word that matches coincidences with the search parameter.
-i --isearch (optional): List only the results that matches all the coincidences at the same time.
If no arguments are passed, it will show the entire sheet.
You can move this file to the PATH to execute from everywhere.