npw

A notepad.pw magician in your command line


Keywords
cli, commandline, notepadpw, pastebin, pip, python3, tool
License
GPL-3.0
Install
pip install npw==1.1.3

Documentation

Notepadpw CLI

made-with-python

A notepad.pw magician in your command line

Installing

To install the tool from pip

pip install npw

To install from source first clone the repo

git clone https://github.com/Chaitya62/notepadpw-cli.git
cd notepadpw-cli

Than install the requirements

pip install -r requirements.txt

Now install the package by running the following commands


python setup.py build
python setup.py install

Usage

To save contents of a file to https://notepad.pw/urlpath

npw -lo file_path urlpath

To watch the file for changes add --watch or -w flag

Example

npw -low file_path urlpath

To get the contents of a urlpath to a local file run the following command

npw -g file_path urlpath 

Note: Using other flags with g flag is redundant

Usage

Contributing

Please reach out to me if you wish to contribute to this project

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details

.