An open API service indexing awesome lists of open source software.

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

A CLI tool to transfer your files from one directory to another built with rust 🦀
https://github.com/shridhar-dev/fileport

cli command-line-tool filesystem rust

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          


# fileport 🎈

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

![banner](https://picsum.photos/id/174/1200/450)

## Installation
Make sure you have cargo installed!

```bash
$ cargo install fileport
```

## Commands

- Copy/Paste
```bash
$ fileport
```

- Cut/Paste
```bash
$ fileport -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.](../LICENSE)