2023-01-17 01:46:39 +11:00
|
|
|
actions="notifs notifs2 comments freepost shitpost follow unfollow home deref whoami login"
|
|
|
|
#Endpoints in other files mostly.
|
2023-04-25 03:08:54 +10:00
|
|
|
imps=$(dirname $(realpath $0))
|
|
|
|
|
|
|
|
source $imps/commands/accounts.sh
|
|
|
|
source $imps/commands/communities.sh
|
|
|
|
source $imps/commands/lurking.sh
|
|
|
|
source $imps/commands/posts.sh
|
2023-01-17 01:46:39 +11:00
|
|
|
#Misc
|
|
|
|
deref(){ getauth "resolve_object" "" "q=$*"; }
|