#directory #built #another #transfer #tool #command-line-tool #🦀

app fileport

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

2 releases

0.1.1 Jun 12, 2022
0.1.0 Jun 12, 2022

#16 in #🦀

MIT license

5KB
59 lines

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.

Dependencies

~240KB