update with new town command path
This commit is contained in:
parent
c5e7ccdb4b
commit
b85c9c6c25
10
README.md
10
README.md
@ -6,7 +6,7 @@ serverless microblogging for tilde.town! bink is a small project i threw togethe
|
||||
|
||||
## command usage
|
||||
|
||||
`~nebula/bink`: show post list
|
||||
`town bink`: show post list
|
||||
|
||||
buttons used to navigate the list are similar to `less`. here are the keys you can use:
|
||||
* c: compose a new post in a text editor
|
||||
@ -18,13 +18,13 @@ buttons used to navigate the list are similar to `less`. here are the keys you c
|
||||
* g: go to top
|
||||
* G: go to bottom
|
||||
|
||||
`~nebula/bink --help`: returns a link to this page
|
||||
`town bink --help`: returns a link to this page
|
||||
|
||||
`~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
|
||||
`town bink this is my post!` or `town bink "this is also a post!"` will write all the words passed into it as a post for everyone else to see
|
||||
|
||||
`~nebula/bink --pipe`: allow standard input to be the post body, eg. `echo "hello world!" | ~nebula/bink --pipe`
|
||||
`town bink --pipe`: allow standard input to be the post body, eg. `echo "hello world!" | town bink --pipe`
|
||||
|
||||
`~nebula/bink --dump`: dumps all post data to a json object
|
||||
`town bink --dump`: dumps all post data to a json object
|
||||
|
||||
## object logic
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user