update readme
This commit is contained in:
parent
0b7765d868
commit
7740535ca2
@ -4,7 +4,7 @@ serverless microblogging for tilde.town
|
||||
|
||||
## command usage
|
||||
|
||||
`bink`: show post list
|
||||
`~nebula/bink`: show post list
|
||||
|
||||
buttons used to navigate the list are similar to `less`. here are the keys you can use:
|
||||
* space, page down: scroll down one whole screen
|
||||
@ -14,9 +14,11 @@ buttons used to navigate the list are similar to `less`. here are the keys you c
|
||||
* g: go to top
|
||||
* G: go to bottom
|
||||
|
||||
`bink pipe`: allow standard input to be the post body, eg. `echo "hello world!" | bink pipe`
|
||||
`~nebula/bink this is my post!` or `~nebula/bink "this is also a post!"` will write all the words passed into it as a post for everyone else to see
|
||||
|
||||
`bink dump`: dumps all post data to a json object
|
||||
`~nebula/bink pipe`: allow standard input to be the post body, eg. `echo "hello world!" | ~nebula/bink pipe`
|
||||
|
||||
`~nebula/bink dump`: dumps all post data to a json object
|
||||
|
||||
## object logic
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user