blog | ~yassin

a blog about ~yassin

Using 0x0 comfortably

January 06, 2020 — ~yassin

This tilde instance provides a filehosting and URL shortening service, powered by The Null Pointer.

You can upload files via HTTP POST, such as curl -F'file=@yourfile.png' https://envs.sh. Though, at times it can be cumbersome to type the whole path in your terminal. In these cases, fuzzy finders such as fzf or skim can come handy: curl -F'file=@'(fzf) https://envs.sh.

Tags: envs.net, tools, 0x0, file.upload