clemmy/commands/commands.sh

10 lines
345 B
Bash
Raw Normal View History

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.
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=$*"; }