Giter Site home page Giter Site logo

nmahadkar / atom-gitter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from glavin001/atom-gitter

0.0 2.0 0.0 868 KB

(UNMAINTAINED) :calling: Gitter chat integration with Atom.io

Home Page: https://atom.io/packages/gitter

License: MIT License

CoffeeScript 96.88% CSS 3.12%

atom-gitter's Introduction

Gitter chat

Gitter chat integration with Atom.io.


Install

Atom Package: https://atom.io/packages/gitter

apm install gitter

Or Settings/Preferences ➔ Packages ➔ Search for gitter

Then go to https://developer.gitter.im/apps and retrieve your Personal Access Token.
Enter your Token in the Package Settings. Go to Settings/Preferences ➔ Search for installed package gitter ➔ Enter your Token.

Features

Open Closed
Send Selected Code

Package Settings

  • Token - Your Gitter Personal Access Token.
  • Open On New Message - On receiving a new message, force open the messages panel.
  • Recent Messages At Top - Order of displaying the messages. If true, the most recent message will be at the top.
  • Display Snapshot Messages - After joining a group, display a snapshot of the previous messages.

Keyboard Shortcuts & Commands

By default, there are no existing keyboard shortcuts. See issue for discussion about default keyboard shortcuts.

To add your own custom keyboard shortcuts, go to AtomOpen Your Keymap.

  • gitter:toggle-compose-message - Toggle (open/close) the top panel to compose a new message.
  • gitter:send-selected-code - Send the currently selected source code over Gitter.
  • gitter:send-message - Send the current message in the compose panel.
  • gitter:open-messages - Open the Messages panel.
  • gitter:close-messages - Close the Messages panel.
  • gitter:restart - Restart Gitter, including logging in and joining the project room.
  • gitter:clear-messages - Clear all messages.
  • gitter:toggle-messages - Toggle (open/close) the bottom panel for displaying all messages.
  • gitter:switch-room - Open input for entering a new room URI to switch into.

See Keymaps In-Depth for more details.

Example

For example, this is @Glavin001's personal keymap.cson for Atom.

'.editor': # Available from Editor only
  'cmd-ctrl-c': 'gitter:send-selected-code'
'.workspace': # Available Globally
  'cmd-ctrl-x': 'gitter:toggle-compose-message'
  'cmd-ctrl-z': 'gitter:switch-room'
'.gitter.panel': # Available from within the Gitter compose message panel
  'cmd-ctrl-s': 'gitter:send-message'

atom-gitter's People

Contributors

glavin001 avatar wesleycoder avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.