cabal-desktop icon indicating copy to clipboard operation
cabal-desktop copied to clipboard

Add a help screen showing the message slash commands and keyboard shortcuts

Open nikolaiwarner opened this issue 6 years ago • 4 comments

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.

nikolaiwarner avatar Aug 17 '18 13:08 nikolaiwarner

+1

Le 17 août 2018 à 15:23, Nick Warner [email protected] 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.

cblgh avatar Aug 17 '18 14:08 cblgh

Maybe this can go next to emoji picker for now?

callil avatar Aug 17 '18 17:08 callil

@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

todrobbins avatar Jun 06 '19 22:06 todrobbins

Here's some documentation on how other apps have implemented slash commands for people who use those apps:

Mattermost

  • https://docs.mattermost.com/developer/slash-commands.html
  • https://developers.mattermost.com/integrate/slash-commands/

Slack

  • https://api.slack.com/slash-commands
  • https://medium.com/slack-developer-blog/slash-commands-style-guide-4e91272aa43a

todrobbins avatar Jun 06 '19 22:06 todrobbins