Commit graph

4 commits

Author SHA1 Message Date
Nuri Jung
d47df7208a
fix(plugins/copyfile): don't fail with empty filename
clipcopy interprets empty filename as stdin, but the current "error
handling" breaks its behavior.

This bug was introduced in ohmyzsh/ohmyzsh#13248.
2025-09-19 21:16:40 +09:00
0xHouss
736632228a
feat(copyfile): add error handling (#13248) 2025-08-16 21:31:40 +02:00
Andrew Janke
5c8b0cc0c1 Add clipcopy() and clippaste() generic cross-platform CLI clipboard functions.
Change copydir, copyfile, and coffee plugins to use them, instead of the Mac-only `pbcopy` command.
2015-08-18 03:49:51 -04:00
Marko Bauhardt
0854b18cdf a plugin (function) which copies the content of a file into the clipboard 2013-04-08 22:32:00 +02:00