clemmy/commands/commands.sh

12 lines
395 B
Bash
Raw Normal View History

2023-06-19 00:07:45 +10:00
actions="notifs notifs2 comments freepost shitpost follow unfollow home deref whoami login pendcount pending"
2023-01-17 01:46:39 +11:00
#Endpoints in other files mostly.
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-06-19 00:07:45 +10:00
source $imps/commands/admin.sh
2023-01-17 01:46:39 +11:00
#Misc
deref(){ getauth "resolve_object" "" "q=$*"; }