# CTRL-T - Paste the selected file path into the command line
fsel(){
find ${1:-*}| fzf -m |whileread item;do
printf'%q '$item
printf'%q '"$item"
done
echo
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.