fileport

Crates.iofileport
lib.rsfileport
version0.1.1
sourcesrc
created_at2022-06-12 10:45:06.65086
updated_at2022-06-12 10:47:40.063219
descriptionA CLI tool to transfer your files from one directory to another built with rust 🦀
homepagehttps://github.com/Shridhar-dev/fileport
repositoryhttps://github.com/Shridhar-dev/fileport
max_upload_size
id604563
size6,876
Shridhar Kamat (Shridhar-dev)

documentation

https://github.com/Shridhar-dev/fileport

README

fileport 🎈

A CLI tool to transfer your files from one directory to another built with rust 🦀

banner

Installation

Make sure you have cargo installed!

 $  cargo install fileport

Commands

  • Copy/Paste
 $  fileport <FROM_FOLDER_PATH> <TO_FOLDER_PATH>
  • Cut/Paste
 $  fileport <FROM_FOLDER_PATH> <TO_FOLDER_PATH> -x

If the TO_FOLDER already exists, then it will delete the existing folder along with its contents and then create a new folder



License

MIT © Shridhar Kamat.

Commit count: 6

cargo fmt