Metadata-Version: 2.1
Name: paaster
Version: 1.0.0
Summary: Upload locally encrypted pastes to paaster.io from your desktop.
Home-page: https://github.com/WardPearce/paaster-cli
Author: WardPearce
Author-email: wardpearce@pm.me
License: GPL-3.0
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Paaster CLI
Upload locally encrypted pastes to paaster.io from your desktop.

## Support
- Linux (Tested)
- Windows (Tested)
- MacOS (Not test, please submit issue if works or not)

## Installing
- `pip3 install paaster`

## Commands
- paaster --help
    - Shows commands
- paaster upload
    - Upload locally encrypted clipboard to API.
- paaster set --name "" --value ""
    - Sets config parameters

## Parameters
- API_URL
    - Backend URL, type string
- FRONTEND_URL
    - Frontend URL, type string
- COPY_URL_TO_CLIPBOARD
    - If to copy URL to clipboard, type "true/false"
- OPEN_URL_IN_BROWSER
    - If to open paste in browser, type "true/false"
