Core Commands
Core Commands
Section titled “Core Commands”These commands don’t follow the f + scope + action pattern. They are standalone utilities.
| Command | Description | Dependencies |
|---|---|---|
fh | Search and run from shell history | fzf |
fkp | Kill a process via fzf | fzf |
fbr | Checkout a git branch via fzf | fzf, git |
fh — History Search
Section titled “fh — History Search”Searches your Bash history and runs the selected command.
fh# Type to filter history# Select a command → it runs immediatelyfkp — Kill Process
Section titled “fkp — Kill Process”Lists running processes and kills the selected one.
fkp# Select a process → sends kill signalfbr — Branch Checkout
Section titled “fbr — Branch Checkout”Lists git branches and checks out the selected one.
fbr# Select a branch → runs git checkout