Skip to content

Chaitya62/notepadpw-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Known Issues

Windows doesn't support live reload - possible reason socketio is not supported

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

.

Releases

No releases published

Packages

No packages published