# Defined in /tmp/fish.x1oNhc/ftnotes.fish @ line 2
function ftnotes --description 'Use find to identify file names in Textnotes directory' --argument pattern
	find ~/Nextcloud/Notes/ -type f -iname "*$pattern*" | cut -f6 -d/
end