@@ -0,0 +1,8 @@
#!/usr/bin/env bash
## FZF helpers
FZF_OPTS=(--read0 --select-1 --exit-0 --print0)
run_fzf() {
fzf "${FZF_OPTS[@]}" -- "$@"
}
The note is not visible to the blocked user.