██████╗ ██╗███╗ ██╗ ██╗ ██╗███╗ ███╗██╗███╗ ██╗ █████╗ ██╗ ██╔══██╗██║████╗ ██║ ██║ ██║████╗ ████║██║████╗ ██║██╔══██╗██║ ██████╔╝██║██╔██╗ ██║ ██║ ██║██╔████╔██║██║██╔██╗ ██║███████║██║ ██╔══██╗██║██║╚██╗██║ ██║ ██║██║╚██╔╝██║██║██║╚██╗██║██╔══██║██║ ██████╔╝██║██║ ╚████║██╗███████╗██║██║ ╚═╝ ██║██║██║ ╚████║██║ ██║███████╗ ╚═════╝ ╚═╝╚═╝ ╚═══╝╚═╝╚══════╝╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚══════╝ Your friendly temporary file hosting service. The server administrator might remove any pastes that they do not personally want to host. By default, pastes expire after 6 hours. Add the following to your .rc file: lbinf() { curl -F "file=@$1" -H "Authorization: " "https://bin.liminal.cafe" } lbinu() { curl -F "$1=$2" -H "Authorization: " "https://bin.liminal.cafe" } Example Usages: - lbinf example.txt // Uploads a file and generates a link to it. - lbinu oneshot_url https://example.com // One shot URLs - lbinu url https://example.com // Generate a shortened URL for a long url. - lbinu remote https://example.com/file.png // Paste file from remote url