oh yeah I figured out what that was a while ago. I guess I should have just looked at the name lol
This commit is contained in:
parent
c0ab52f1c3
commit
840ec2723b
|
@ -1,6 +1,7 @@
|
|||
#Lurkan
|
||||
notifs(){ getauth "user/replies" ".replies | reverse | $notifs"; }
|
||||
notifs2(){ getauth "user/mention" ".mentions | reverse | $notifs"; }
|
||||
notifs2(){ echo "use mentions instead"; }
|
||||
mentions(){ getauth "user/mention" ".mentions | reverse | $notifs"; }
|
||||
home(){ getauth "post/list" ".posts | $posts" "type_=Subscribed"; }
|
||||
#This has to get complex now -.-
|
||||
comments(){ getauth "post" "(.post_view | $showpost)" "id=$1"; getauth "comment/list" "(.comments | reverse | $comments_view)" "post_id=$1&sort=New"; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user