tldr/pages/common/xcv.md

21 lines
272 B
Markdown
Raw Normal View History

2016-02-23 05:20:11 +00:00
# xcv
> Cut, copy, and paste in the command-line.
> More information: <https://github.com/busterc/xcv>.
2016-02-23 05:20:11 +00:00
- Cut a file:
`xcv x {{input_file}}`
- Copy a file:
`xcv c {{input_file}}`
- Paste a file:
`xcv v {{output_file}}`
- List files available for pasting:
`xcv l`