this will list all the file and strip the extension using zsh
# print list files into txt file (this required zsh) print -rl -- *.blend(:r) > list.txt #copy the content of list.txt to clipboard (reqired xclip package) xclip -sel clip < list.txt