aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/catnote.fish
blob: 0e3541274b413be5cb77eaae637953fb22a2274f (plain) (blame)
1
2
3
function catnote --description 'cat a single file in Textnotes - must use completion!'
	cat $argv[1]
end