Add cpy-cli

This commit is contained in:
Adam Harris 2016-01-04 09:21:46 -07:00
parent cb7a8e5c30
commit e4c69bc56f
1 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Command Line Tools](#command-line-tools) - [Command Line Tools](#command-line-tools)
- [Data Manipulation](#data-manipulation) - [Data Manipulation](#data-manipulation)
- [Files and Directories](#files-and-directories) - [Files and Directories](#files-and-directories)
- [Deletion](#deletion) - [Deleting and Copying](#deleting-and-copying)
- [Files](#files) - [Files](#files)
- [Directory Navigation](#directory-navigation) - [Directory Navigation](#directory-navigation)
- [Version Control](#version-control) - [Version Control](#version-control)
@ -125,12 +125,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Files and Directories ## Files and Directories
### Deletion ### Deleting and Copying
- [trash-cli](https://github.com/sindresorhus/trash-cli) - Move files and directories to the trash. - [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. - [empty-trash-cli](https://github.com/sindresorhus/empty-trash-cli) - Empty the trash.
- [trashss](https://github.com/sotojuan/trashss) - ( only) Trash screenshots on desktop. - [trashss](https://github.com/sotojuan/trashss) - ( only) Trash screenshots on desktop.
- [del-cli](https://github.com/sindresorhus/del-cli) - Delete files and folders. - [del-cli](https://github.com/sindresorhus/del-cli) - Delete files and folders.
- [cpy-cli](https://github.com/sindresorhus/cpy-cli) - Copies files.
### Files ### Files