Releases: ConzZah/filebin-cli
Releases · ConzZah/filebin-cli
v0.2.3
====== 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
====== 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
====== 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
====== 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

