add readme

test
syui 3 months ago
parent 6072518f49
commit a66448e300
Signed by: syui
GPG Key ID: 67AC97A939D3EA19

@ -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…
Cancel
Save