Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 856 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 856 Bytes

mypaste-cli

Tests

CLI for uploading files to mypaste.dev directly from the terminal.

Usage

mypaste file-to-upload.js

The CLI will require your API key (available in your account settings) the first time and then store it in your system vault for later usage.

Run mypaste --help for the remaining options.

Installation

Python 3.10 or greater is required.

Since we are alpha software, installation needs to be done from this repository using pipx, which will install the CLI in an isolated environment (that's great!):

pipx git+https://github.com/fvicent/mypaste-cli.git