Skip to content

Core Commands

These commands don’t follow the f + scope + action pattern. They are standalone utilities.

CommandDescriptionDependencies
fhSearch and run from shell historyfzf
fkpKill a process via fzffzf
fbrCheckout a git branch via fzffzf, git

Searches your Bash history and runs the selected command.

Terminal window
fh
# Type to filter history
# Select a command → it runs immediately

Lists running processes and kills the selected one.

Terminal window
fkp
# Select a process → sends kill signal

Lists git branches and checks out the selected one.

Terminal window
fbr
# Select a branch → runs git checkout