Quick reference for common commands and workflows
go install github.com/stanzinofree/redfish/cmd/redfish@latest
redfish git commit
Search for git commit commands
redfish "how do i list docker containers"
Use natural language queries (NLP-like)
redfish -l it "voglio listare i docker"
Search in Italian with synonym expansion
redfish -f kubernetes
Use fzf for interactive command selection
redfish -c
Interactive wizard to set default language and description mode
redfish -d short git pull
redfish -d long git pull
redfish -d none git pull
Choose between short, long, or no descriptions
redfish -v
Display version information
redfish -h
Display help and usage information
All cheatsheets available in English and Italian
Create ~/.redfish/{lang}/*.md files with your custom commands
mkdir -p ~/.redfish/en
echo "# My Commands..." > ~/.redfish/en/myapp.md
Enhanced Format (with descriptions):
## command name
**Tags**: tag1, tag2
**Keywords**: keyword1 keyword2
**Short_Description**: Brief one-line summary
**Long_Description**: Detailed explanation
```sh
command example
```
Note: Short_Description and Long_Description are optional. The old format (plain description) still works.
Automatically removes common words like "how", "do", "i", "want" from queries
Expands search terms with synonyms and verb forms (listareālist, dockerācontainer)
Multi-word searches require 70% token coverage for precise results
Title matches (10pt) > Tags (5pt) > Keywords (3pt) > Description (1pt)