Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wardpearce/paaster-cli
Encrypted Pastes from Your Terminal
https://github.com/wardpearce/paaster-cli
client desktop paaster pastebin shortcut
Last synced: 19 days ago
JSON representation
Encrypted Pastes from Your Terminal
- Host: GitHub
- URL: https://github.com/wardpearce/paaster-cli
- Owner: WardPearce
- License: gpl-3.0
- Created: 2022-03-31T14:27:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T21:27:30.000Z (3 months ago)
- Last Synced: 2024-10-11T03:19:16.331Z (about 1 month ago)
- Topics: client, desktop, paaster, pastebin, shortcut
- Language: Python
- Homepage: https://paaster.io
- Size: 130 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paaster CLI: Encrypted Pastes from Your Terminal
## Support
- Linux (Tested)
- Windows (Tested)
- MacOS (Not tested, please submit an issue if it works or not)## Installation
- `pip3 install paaster`## Commands
- `paaster --help`: Shows available commands.
- `paaster upload`: Upload locally encrypted clipboard to the API.Options:
- `-m, --mode TEXT`: Specify the mode for the paste, choose from "clipboard", "file", or "inline". (default: clipboard)
- `-ctc, --copy_to_clipboard BOOLEAN`: Overwrite COPY_URL_TO_CLIPBOARD setting.
- `-ob, --open_browser BOOLEAN`: Overwrite OPEN_URL_IN_BROWSER setting.
- `-eu, --echo_url BOOLEAN`: Overwrite ECHO_URL setting.- `paaster set --name "" --value ""`: Set config parameters.
## Parameters
- `API_URL`: Backend URL, type: string.
- `FRONTEND_URL`: Frontend URL, type: string.
- `COPY_URL_TO_CLIPBOARD`: Copy URL to clipboard, type: "true/false".
- `OPEN_URL_IN_BROWSER`: Open paste in the browser, type: "true/false".
- `ECHO_URL`: Echo the paste URL in terminal, type: "true/false"