Skip to content
/ toss Public

throw and catch style moving and copying program

License

Notifications You must be signed in to change notification settings

scientiac/toss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

throw and catch style moving and copying program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published