Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tempfil.es command line tool CI

This tool is intended to provide command line access to the ephemeral/anonymous file sharing service Tempfil.es.

Installation

pip install tempfiles_cmdline

Or install from source:

pip install -e .

Usage

tempfiles -u file_path       upload mode
tempfiles -d URL [DEST]      download mode
tempfiles -v                 show version

Examples

Upload a file:

$ tempfiles -u ~/myfile.zip
Uploading myfile.zip to https://tempfil.es
[{'download_link': 'https://tempfil.es/filedownload/link.cZIByw'}]

Download a file:

$ tempfiles -d https://tempfil.es/filedownload/link.cZIByw
Download of "myfile.zip" complete!

Releases

Packages

Used by

Contributors

Languages