Skip to content
/ cxp Public

Bring the Copy, Cut, and Paste functionalities from your GUI file manager to your Terminal.

License

Notifications You must be signed in to change notification settings

SteveLauC/cxp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cxp

BUILD crates.io Crates.io License

Bring the Copy, Cut and Paste functionalities from your GUI file manager to your Terminal.

This is basically a Rust port of xcv, with cross-platform data directories support.

Usage and Demo

USAGE:
cxp command [operand]

    where `command` can be:
        c: copy files
        x: cut files
        p: paste files into $PWD
        l: list files
        t: list files in a tree format
        e: empty file buffer

demo

Installation

$ cargo install cxp

Contributing

Contributions of all forms are welcome, feel free to file an issue or make a pull request!

Test before your commit

  1. Pass the tests

    $ cargo test
  2. Format your code

    $ cargo fmt

About

Bring the Copy, Cut, and Paste functionalities from your GUI file manager to your Terminal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages