We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059046d commit 0449ccfCopy full SHA for 0449ccf
README.md
@@ -13,6 +13,13 @@ pasty is a cli for pastebin.com. With it you can:
13
14
first, login:
15
16
+- visit [pastebin.com](https://pastebin.com/) and login
17
+- visit [https://pastebin.com/doc_api#1](https://pastebin.com/api_doc)
18
+- save your api key in a file called `pasty.api` in your home directory (`~/.pasty.api`)
19
+ - the contents of your `.pasty.api` should just be the key, nothing else
20
+
21
+then run
22
23
```
24
$ pasty login <username>
25
@@ -52,7 +59,7 @@ $ pasty get <unique id>
52
59
get info about signed in user:
53
60
54
61
55
-$ pasty user-info
62
+$ pasty user
56
63
57
64
58
65
logout:
0 commit comments