Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions fff
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,13 @@ key() {
open "$favourite"
;;

"?")
clear_screen
man fff | grep -A 54 "^Usage" | column
read -ern 1
open "$PWD"
;;

# Quit and store current directory in a file for CD on exit.
# Don't allow user to redefine 'q' so a bad keybinding doesn't
# remove the option to quit.
Expand Down