code-hunger / pskype

Programmers skype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSkype

PSkype is a modification of webskype that aims to make Skype usable from the keyboard without the mouse. It also adds some other bits and pieces. Screenshot

Documentation

PSkype is modal (like Vim!), there are 3 modes:

  • Chat mode
  • Browse mode
  • Find mode

Chat mode

In chat mode the chat box is selected, and you can write messages. Pressing escape puts you in browse mode.

Browse mode

The chat is selected, and you can press:

  • j to scroll down
  • k to scroll up
  • d to scroll half a page down
  • e to scroll half a page up
  • g to scroll to the very top
  • G to scroll to the very bottom
  • i to enter chat mode
  • f to enter find mode

Find mode

In find mode you have letters next to your conversations. Type a letter to go to that conversation and enter chat mode. Screenshot

Other bits and pieces

Vim editor

Pressing Ctrl+i in any mode brings up a text editor with Vim emulation. :w writes the change to the chat box. It is still a work in progress

Inline syntax highlighting

If you send a message starting with [CODE], this happens: Screenshot

Greentexting

Any message starting with > will become green Screenshot

Inline snippet things!

Anything inside backticks will become inline snippet things Screenshot

Run Haskell

Write [haskell] and your code
Screenshot
Screenshot
And you can also not do IO operations, so it is compleatly safe

About

Programmers skype

License:GNU General Public License v3.0


Languages

Language:JavaScript 57.7%Language:CSS 25.7%Language:HTML 15.8%Language:Makefile 0.9%