copyfile.plugin.zsh 148 Bytes EditWeb IDE 1 2 3 4 5 6 7 # Copies the contents of a given file to the system or X Windows clipboard # # copyfile <file> function copyfile { emulate -L zsh clipcopy $1 }