add readme
parent
6072518f49
commit
a66448e300
@ -0,0 +1,3 @@
|
||||
host = "bsky.social"
|
||||
pass = ""
|
||||
user = ""
|
@ -0,0 +1,31 @@
|
||||
at clietn rust
|
||||
|
||||
```sh
|
||||
$ mkdir -p ~/.config/atr
|
||||
$ cp example.config.toml ~/.config/atr/config.toml
|
||||
```
|
||||
|
||||
```sh
|
||||
# status
|
||||
$ cargo build
|
||||
$ ./target/debug/atr s
|
||||
$ ./target/debug/atr s -u syui.bsky.social
|
||||
```
|
||||
|
||||
```sh
|
||||
# feed
|
||||
$ atr f
|
||||
$ atr f -u syui.bsky.social
|
||||
```
|
||||
|
||||
```sh
|
||||
# post
|
||||
$ ./target/debug/atr p "post message"
|
||||
# timeline
|
||||
$ ./target/debug/atr t
|
||||
|
||||
# media post
|
||||
$ ./target/debug/atr m ~/test.png
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue