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 🦀
- Host: GitHub
- URL: https://github.com/shridhar-dev/fileport
- Owner: Shridhar-dev
- License: mit
- Created: 2022-06-05T12:06:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T10:47:33.000Z (about 4 years ago)
- Last Synced: 2025-02-28T12:41:44.249Z (over 1 year ago)
- Topics: cli, command-line-tool, filesystem, rust
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fileport 🎈
### A CLI tool to transfer your files from one directory to another built with rust 🦀

## 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)