Skip to content

Releases: ConzZah/filebin-cli

latest

Choose a tag to compare

@ConzZah ConzZah released this 15 Jun 22:34
5bbb4d7

complete rewrite

you know how it goes by now.

in case you dont:

  • bash is no longer required, bourne's all we need
  • no echo's, only printf's
  • refactored everything
  • now uses /run/user/1000 for tmpfiles if available (runs in ram baby, no reads/writes to disk)

it's been over 1 year since i last worked on this, time to put to use what i learned during this time.

Full Changelog: v0.2.3...latest

Cheers, ConzZah

v0.2.3 [LEGACY]

v0.2.3 [LEGACY] Pre-release
Pre-release

Choose a tag to compare

@ConzZah ConzZah released this 04 Jan 07:13
ac26532

====== CHANGELOG v0.2.3 ======

  • fixed ls to show the correct link to files
  • updated reformatting / replaced the while-loop portion with paste

(we are now (marginally) faster. )

for example: times when listing files:


(NEW) v0.2.3: 

real    0m0.146s
user    0m0.064s
sys     0m0.016s



(OLD) v0.2.2:

real   0m0.201s
user   0m0.122s
sys    0m0.038s

Thank you for using my Software,

Sincerely, ConzZah.

v0.2.2 [LEGACY]

v0.2.2 [LEGACY] Pre-release
Pre-release

Choose a tag to compare

@ConzZah ConzZah released this 01 Jan 05:38
246fa70

====== CHANGELOG v0.2.2 ======

  • added support for spaces (and brackets) in filenames
  • fixed a bug that prevented the download of bins in zip/tar format
  • fixed a bug in ls that showed metadata for multiple files if they had the same prefix

Thank you for using my Software,

Happy New Year.

Sincerely, ConzZah.

v0.2.1 [LEGACY]

v0.2.1 [LEGACY] Pre-release
Pre-release

Choose a tag to compare

@ConzZah ConzZah released this 31 Dec 04:57
e5b8877

====== CHANGELOG v0.2.1 ======

  • fixed a critical bug that led to more than one filename being assigned to the $remote_filename variable when using autocompletion.
  • added -o switch / the ability to specify a different output directory for downloaded files.
  • reverted default output dir back to $pwd
  • ls will no longer try to list empty bins
  • other mini fixes

Thank you for using my Software.

Sincerely, ConzZah.

v0.2 [LEGACY]

v0.2 [LEGACY] Pre-release
Pre-release

Choose a tag to compare

@ConzZah ConzZah released this 30 Dec 01:45
cd4fcfb

====== CHANGELOG v0.2 ======

  • added option to delete individual files from bin
  • changed the default download directory to: "$HOME/filebin-cli_downloads"
  • added qr-code support (+ viewing them directly in ur terminal if u have qrencode installed)
  • updated ls to show info for individual files when you specify the name (or part of it) after the ls command
  • added (semi)autocompletion for "$remote_filename(s)" (meaning: you can now type part of a filename and it'll match the first one it finds, if any).
  • ls now shows filesize and filetype by default
  • added dependency checks

if you find any bugs, pls open an issue and i'll fix it (if i find any time).

Thank you for using my Software,

Sincerely, ConzZah.

Full Changelog: v0.1...v0.2

filebin-cli_v0 2

v0.1 [LEGACY]

v0.1 [LEGACY] Pre-release
Pre-release

Choose a tag to compare

@ConzZah ConzZah released this 26 Dec 23:23
e91c248

this is "ground zero" if u will.
filebin-cli_v0 1