From e4c69bc56f4a0186e3ceb11abcb260857b6a9853 Mon Sep 17 00:00:00 2001 From: Adam Harris Date: Mon, 4 Jan 2016 09:21:46 -0700 Subject: [PATCH] Add cpy-cli --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b36e4a..072da2e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Command Line Tools](#command-line-tools) - [Data Manipulation](#data-manipulation) - [Files and Directories](#files-and-directories) - - [Deletion](#deletion) + - [Deleting and Copying](#deleting-and-copying) - [Files](#files) - [Directory Navigation](#directory-navigation) - [Version Control](#version-control) @@ -125,12 +125,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Files and Directories -### Deletion +### Deleting and Copying - [trash-cli](https://github.com/sindresorhus/trash-cli) - Move files and directories to the trash. - [empty-trash-cli](https://github.com/sindresorhus/empty-trash-cli) - Empty the trash. - [trashss](https://github.com/sotojuan/trashss) - ( only) Trash screenshots on desktop. - [del-cli](https://github.com/sindresorhus/del-cli) - Delete files and folders. +- [cpy-cli](https://github.com/sindresorhus/cpy-cli) - Copies files. ### Files