Skip to content

Defines a "transfer" alias to share file(s) and folder using transfer.sh

Notifications You must be signed in to change notification settings

winuxue/transfer.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

transfer.sh - bash script

Defines an alias to share file(s) and folder using transfer.sh

Installation

git clone https://github.com/winuxue/transfer.sh.git

cd transfer.sh

cat transfer.sh >> ~/.bashrc

. ~/.bashrc

optional requirements

  • xclip: allows copy the generated link to your clipboard.

Usage

  • for single file
transfer document.pdf
  • for two or more files
transfer document1.pdf document2.pdf
  • for files with spaces in it's name
transfer "document 1.pdf"
  • for directories
transfer mydir

About

Defines a "transfer" alias to share file(s) and folder using transfer.sh

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages