#Lurkan notifs(){ get "user/replies" ".replies | reverse | $notifs_jq"; } notifs2(){ echo "use mentions instead"; } mentions(){ get "user/mention" ".mentions | reverse | $notifs_jq"; } home(){ get "post/list" ".posts | $posts_jq" "type_=Subscribed"; } #This has to get complex now -.- comments(){ get "post" "(.post_view | $full_post_jq)" "id=$1"; get "comment/list" "(.comments | reverse | $comments_jq)" "post_id=$1&sort=New"; }