XTTMDCTRU6VZNQ6H7S2E6M526ER3LQTH5LZTUWY4BBKPFPNK6VOAC
HPIXQZASRTMIQLMP3FB3DC6KQDMY4QG5SJV7ENG7SPLKTW5Q3QRQC
set choice (cat $tmp_file | fzf | rg -o $lpass_id_regex)
set choice (cat $tmp_file | fzf) if test $status -eq 130 # fzf was quit without a choice return 0 end set choice (echo $choice | rg -o $lpass_id_regex)
set choice (cat $tmp_file | fzf)
if test $status -eq 130
# fzf was quit without a choice
return 0
end
set choice (echo $choice | rg -o $lpass_id_regex)