FZF_(HEAD|TAIL) refactor to FZF_USER_INPUT

This commit is contained in:
2024-02-12 23:44:43 -07:00
parent 432593a0f3
commit b6b4f2e5b8
5 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@ use office/memo
#####################################################################
MAIN() {
local MEMO_NAME=$(MEMO__LIST_ALL | FZF_TAIL 'select/create a memo')
local MEMO_NAME=$(MEMO__LIST_ALL | FZF_USER_INPUT 'select/create a memo')
[ ! "$MEMO_NAME" ] && ABORT
MEMO_FILE="$MEMO__DIR/$MEMO_NAME.$MEMO__FILETYPE"