summaryrefslogtreecommitdiff
path: root/plugins/copydir
AgeCommit message (Collapse)Author
2022-02-22refactor(copydir)!: deprecate plugin in favor of `copypath`Marc Cornellà
BREAKING CHANGE: the `copydir` plugin is deprecated. Instead of using `copydir`, use `copypath` which also supports copying the path of other files or directories specified.
2018-05-07Add READMEs to plugins copydir and copyfile (#6802)Marc Cornellà
* Add README to copydir plugin * Add README to copyfile plugin
2015-10-05clip*: add xsel supportAndrew Janke
2015-08-18Add clipcopy() and clippaste() generic cross-platform CLI clipboard functions.Andrew Janke
Change copydir, copyfile, and coffee plugins to use them, instead of the Mac-only `pbcopy` command.
2013-04-08a plugin (function) which copies the current directory into the clipboardMarko Bauhardt