A CLI pastebin tool.
Project description
PasteMe is a RESTful pastebin service. Install this CLI tool and paste right from your command-line interface.
docs |
|
---|---|
tests |
|
package |
Setup & Installation
Since PasteMe provides API endpoints, you can install the following Python package and paste your source codes and code snippets using your CLIs or Terminals.
$ pip install pasteme-cli
Usage
$ pasteme [OPTIONS] file.py
PASTE -> <URL>
To paste with the following attributes, run the command with the specified options and values.
title="Here is the Title"
paste_from=20
paste_till=35
language=C++
$ pasteme --start 20 --end 35 --title "Here is the Title" --language cpp program.cpp
Also visit the manual by typing $ pasteme --help and you have more hints on the options and arguments.
License
PasteMe is being licensed under the MIT License.
Special Thanks to
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pasteme-cli-0.0.5.tar.gz
(13.3 kB
view hashes)