Add demo
This commit is contained in:
parent
fcdc63ab57
commit
5720f807eb
15
README.md
15
README.md
@ -37,3 +37,18 @@ pip3 install --user get-my-pastebin
|
|||||||
``` bash
|
``` bash
|
||||||
pip3 install --user --upgrade get-my-pastebin
|
pip3 install --user --upgrade get-my-pastebin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Alias
|
||||||
|
|
||||||
|
Optimize with alias in your `.bashrc` or `.zshrc`.
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
alias gpaste='getmypastebin --api-key 123qwe456rty --username example --password 123'
|
||||||
|
```
|
||||||
|
|
||||||
|
Use.
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
gpaste python
|
||||||
|
```
|
||||||
|
|
||||||
|
4
demo.svg
Normal file
4
demo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 34 KiB |
4
setup.py
4
setup.py
@ -1,8 +1,8 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name = 'get-my-pastebin',
|
name = 'get-my-pastebin',
|
||||||
py_modules=['get-my-pastebin'],
|
py_modules=['get_my_pastebin'],
|
||||||
version = '1.0.9',
|
version = '1.0.10',
|
||||||
python_requires='>3.6',
|
python_requires='>3.6',
|
||||||
description = 'Terminal application to find and copy your own Paste for Pastebin.',
|
description = 'Terminal application to find and copy your own Paste for Pastebin.',
|
||||||
author = 'Andros Fenollosa',
|
author = 'Andros Fenollosa',
|
||||||
|
Loading…
Reference in New Issue
Block a user