Metadata-Version: 2.4
Name: linx
Version: 0.2
Summary: Command line uploader for linx-server
Project-URL: Homepage, https://github.com/gabe565/linx-server
Author-email: Andrei Marcu <andrei@marcu.net>
License-File: LICENSE.txt
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Requires-Dist: requests
Description-Content-Type: text/markdown

Command line uploader for linx-server

Examples:

linx file.txt
    -> uploads file.txt with default options (requires LINX_INSTANCE env var)

linx -e 60 file.txt
    -> uploads file.txt with an expiration time of 60 seconds

linx --linx-instance https://linx.example.com file.txt
    -> uploads file.txt to a specific instance

echo "hello there" | linx --linx-instance https://linx.example.com
    -> uploads "hello there"

linx -d https://linx.example.com/3jah3.txt
    -> deletes 3jah3.txt from linx
