Skip to content

dev-harsh1998/Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transfer Codacy Badge Codeship Status for dev-harsh1998/Transfer

Transfer is a command line utility built as a wrapper around cURL for one purpose - Uploading files to transfer.sh. It abstracts away all the manual cURL syntax to make usage effortless. This utility even has the ability to upload multiple files with a single command or you can just use it to upload one, Transfer can adapt to your fingers.

How to use?

$ transfer myfile.file myflile2.flie ...
https://transfer.sh/t9a5Q/myfile.file
https://transfer.sh/ab069/myfile2.file
..

Installation

You can simply install transfer by following these instructions, make sure you have git and curl installed.

# Clone the repository.
git clone https://github.com/dev-harsh1998/Transfer
# Navigate to cloned directory.
cd Transfer
# Compile latest binary on your own machine!!.
make transfer
# Install it for direct access.
sudo make install

Additionally you can supply parameters to change the compiler and optimisation level, like CC=clang OPT_LEVEL=-O3 make transfer

BOOM! Easy right? There you are done you have successfully built and installed transfer on your machine.

Supported Platforms

  • Linux x86
  • Linux x86_64
  • macOS

Issue or feature request?

Please write about issues and feature request here.

About

a simple binary that takes any filetype as an argument and uploads it to transfer.sh

Resources

Stars

Watchers

Forks

Packages

No packages published