toss

Crates.iotoss
lib.rstoss
version1.1.0
sourcesrc
created_at2024-11-17 14:54:24.152325
updated_at2024-11-28 08:37:59.262193
descriptionA throw-catch style move and copy program.
homepagehttps://github.com/scienaiac/toss.git
repositoryhttps://github.com/scientaic/toss
max_upload_size
id1451312
size53,981
scientiac (scientiac)

documentation

README

toss

throw and catch style moving and copying program

Why?

I love using the terminal and I normally use cp and mv to copy and move files between folders but when refactoring/cleaning the directories I want to organize files to respective folders in different places. Normally the Downloads folder. While doing that I don't want to type the path multiple times just to move files to a particular location from different places.

What I thought is.. why not just run a catcher in a destination path, and throw files from anywhere in the system. And when throwing the files, why not make it able to move some files and copy other files. This program does exactly that.

Usage

First run catch in the destination directory, then run throw <path>

Run --help for both programs for arguments and options.

# catch:
catch
# throw
throw <path>
Commit count: 0

cargo fmt