logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Cut/Copy/Paste - Command-Line Editing | Online Free DevTools by Hexmos

Control cut, copy, and paste operations with xcv, a command-line editing tool. Manage files efficiently using simple commands. Free online tool, no registration required.

xcv

Cut, copy, and paste in the command-line. More information: https://github.com/busterc/xcv.

  • 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

See Also