dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

messaging.talon (770B)


      1 tag: user.messaging
      2 -
      3 # Navigation
      4 previous (workspace | server): user.messaging_workspace_previous()
      5 next (workspace | server): user.messaging_workspace_next()
      6 channel: user.messaging_open_channel_picker()
      7 channel <user.text>:
      8     user.messaging_open_channel_picker()
      9     insert(user.formatted_text(user.text, "ALL_LOWERCASE"))
     10 channel up: user.messaging_channel_previous()
     11 channel down: user.messaging_channel_next()
     12 ([channel] unread last | gopreev): user.messaging_unread_previous()
     13 ([channel] unread next | goneck): user.messaging_unread_next()
     14 go (find | search): user.messaging_open_search()
     15 mark (all | workspace | server) read: user.messaging_mark_workspace_read()
     16 mark channel read: user.messaging_mark_channel_read()
     17 upload file: user.messaging_upload_file()