5 lines
311 B
Bash
5 lines
311 B
Bash
|
#Lurkan
|
||
|
notifs(){ getauth "user/replies" ".replies | reverse | $notifs"; }
|
||
|
notifs2(){ getauth "user/mention" ".mentions | reverse | $notifs"; }
|
||
|
home(){ getauth "post/list" ".posts | $posts" "type_=Subscribed"; }
|
||
|
comments(){ getauth "post" "(.post_view | $showpost), (.comments | reverse | $comments)" "id=$1"; }
|