Open nikolaiwarner opened 6 years ago
+1
Le 17 août 2018 à 15:23, Nick Warner notifications@github.com a écrit :
The keyboard shortcuts and special message commands such as "/nick" or "/emote" are unknown to users. We should have a help screen in the app listing those features.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Maybe this can go next to emoji picker for now?
@nikolaiwarner let's continue working under this issue for including slash commands from the cli. Current list of commands from the cabal README are:
/channels
display channels you can join
/names
display a list of the people currently online
/join <channel>
join a channel
/j
alias for /join
/nick <new nick>
pick a new username
/n
alias for /nick
/emote <some text>
write an old-school text emote
/me
alias for /emote
/clear
clear the current backlog
/help
display a help message of the current commands
/quit
exit cabal
Here's some documentation on how other apps have implemented slash commands for people who use those apps:
The keyboard shortcuts and special message commands such as "/nick" or "/emote" are unknown to users. We should have a help screen in the app listing those features.