Skip to content

Latest commit

 

History

History
96 lines (80 loc) · 5.35 KB

README.org

File metadata and controls

96 lines (80 loc) · 5.35 KB

app/twitter

Table of Contents

Description

Enjoy twitter from emacs.

  • View various timelines side by side, e.g. user’s timeline, home, etc.
  • Post new tweets
  • Send direct messages
  • Retweet
  • Follow and un-follow users
  • Favorite tweets

Module Flags

This module provides no flags.

Plugins

Hacks

{A list of internal modifications to included packages}

Prerequisites

  • For SSL connection (required by Twitter’s API), one of the followings is required:
  • GnuPG is required for keeping the OAuth token encrypted in local storage.
  • twittering-icon-mode converts retrieved icons into XPM by default. To achieve this and for displaying icons in formats that are not supported by Emacs as well as for resizing icon images, ImageMagick is required.

    To build emacs with ImageMagick support the --with-imagemagick flag needs to be passed to the configure script, e.g. ./configure --with-imagemagick. For detailed instruction on how to build Emacs from source please refer to INSTALL in Emacs’ savannah repository.

  • For keeping retrieved icons in local storage, gzip is required.

Features

An in-depth list of features, how to use them, and their dependencies.

Configuration

How to configure this module, including common problems and how to address them.

Troubleshooting

Currently twittering-mode binds SPC, breaking its functionality as a leader key. To work around this issue you may use M-SPC instead when in twittering-mode.

Appendix

Commands & Keybindings

Here is a list of available commands and their default keybindings (defined in config.el).

commandkey / ex commanddescription
+twitter/quitqClose current window
+twitter/quit-allQClose all twitter windows and buffers, and delete workspace

And when :editor evil +everywhere is active:

commandkey / ex commanddescription
twittering-favoritefFavorite/Like a tweet
twittering-unfavoriteFUn-favorite/Un-like a tweet
twittering-followC-fFollow user
twittering-unfollowC-FUn-follow user
twittering-delete-statusdDelete a tweet
twittering-retweetrRetweet
twittering-toggle-or-retrieve-replied-statusesRToggle or retrieve replies
twittering-update-status-interactiveoUpdate tweets
+twitter/ace-linkOOpen some visible link from a twittering-mode buffer using ace
twittering-search/Search
twittering-goto-next-statusJGo to next tweet
twittering-goto-previous-statusKGo to previous tweet
twittering-goto-first-statusggGo to first tweet
twittering-goto-last-statusGGo to last tweet
twittering-goto-next-status-of-usergjGo to next tweet of user
twittering-goto-previous-status-of-user)))gkGo to previous tweet of user