A notepad.pw magician in your command line
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
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
Windows doesn't support live reload - possible reason socketio is not supported
Please reach out to me if you wish to contribute to this project
- Chaitya Shah - Chaitya62
See also the list of contributors who participated in this project.
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details
.