Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.09 KB

filebin-cli

minimal filebin.net cli in bash

filebin-cli_v0 2

( self hosted filebins "should" also work, change the $fb variable and try )

FEATURES

  • every basic filebin action: (up/downloading of files, creating, locking, deleting of bins) including downloading whole bins as .zip or .tar files.
  • supports automatic sha256 diffing, (for both uploads and downloads)
  • ls implementation, allowing you to view filenames, total bin size, and expiration date (and even individual files) at a glance.
  • qr-code generation for bin urls (even shows them right in your terminal, if you have qrencode installed).
  • basic autocompletion for (remote) filenames

Keep in mind, this is at a very early stage, so expect the occasional bug.

if you are able to spot one, please open an issue / let me know.

Sincerely, ConzZah.

filebin-cli_v0.1