From 9789baf09dc314f30b8d34ab15d21fee1a19798f Mon Sep 17 00:00:00 2001 From: Antu Acharjee <35660520+iamantu93@users.noreply.github.com> Date: Sat, 24 Nov 2018 21:48:52 +0600 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Plugins.md b/Plugins.md index 8b27ebb..aa27aa7 100644 --- a/Plugins.md +++ b/Plugins.md @@ -43,6 +43,7 @@ Below is a list of bundled plugins - [coffee](#coffee) - [common-aliases](#common-aliases) - [compleat](#compleat) +- [copyfile](#copyfile) - [cpanm](#cpanm) - [debian](#debian) - [dircycle](#dircycle) @@ -571,6 +572,17 @@ See this [blog post about compleat](http://limpet.net/mbrubeck/2009/10/30/comple --- +## copyfile + +Copies content of a file into clipboard + +``` +copyfile index.php + +``` + +--- + ## cpanm **Maintainer:** [robbyrussell](https://github.com/robbyrussell)