spacemacs/layers/+web-services/twitter/README.org

83 lines
3.2 KiB
Org Mode
Raw Normal View History

#+TITLE: Twitter layer
2019-05-02 21:49:30 +00:00
#+TAGS: layer|web service
2015-08-31 14:54:35 +00:00
[[file:img/twitter.png]]
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
2017-08-28 21:58:10 +00:00
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
- [[#configuration][Configuration]]
- [[#key-bindings][Key bindings]]
2015-08-31 14:54:35 +00:00
* Description
This layer adds Twitter support to Spacemacs via the package [[https://github.com/hayamiz/twittering-mode][twittering-mode]].
2015-08-31 14:54:35 +00:00
2017-08-28 21:58:10 +00:00
** Features:
2015-08-31 14:54:35 +00:00
- Activities on Twitter
- Viewing various timelines
- Home timeline
- Replies
- User's timeline
2015-08-31 14:54:35 +00:00
- Public timeline
- Favorites timeline
- Retweets timeline
- Merged timeline
- Timeline without tweets satisfying a condition
- Posting tweets
- Direct message
- ReTweet
- Hash tag
- Signature
- Following and removing users
- Marking tweets as favorites
- HTTP Proxy support
- Secure connection via HTTPS (cURL, GNU Wget, OpenSSL or GnuTLS is required)
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =twitter= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Configuration
Exhaustive configuration documentation can be found on the README page of the
package [[https://github.com/hayamiz/twittering-mode][here]].
You can authenticate easily via a PIN number, or you can use GnuPG by setting
the variable =twittering-use-master-password= to =t= in the =user-config=
function of your dotfile.
2015-08-31 14:54:35 +00:00
* Key bindings
2015-08-31 14:54:35 +00:00
| Key binding | Description |
|-------------+------------------------------------------|
| ~?~ | Open/Quit transient state |
| ~/~ | Search |
| ~a~ | Toggle auto-refresh |
| ~b~ | Heart |
| ~B~ | Unheart |
| ~d~ | Direct message to user around point |
| ~e~ | Edit tweet |
| ~f~ | Follow user around point |
| ~F~ | Unfollow user around point |
| ~g~ | First tweet |
| ~G~ | Last tweet |
| ~i~ | View user profile around point |
| ~I~ | toggle user icons |
| ~q~ | Quit transient state |
| ~Q~ | Quit twittering mode |
| ~j~ | Next tweet |
| ~J~ | Next tweet of same user around point |
| ~k~ | Previous tweet |
| ~K~ | Previous tweet of same user around point |
| ~n~ | New tweet |
| ~o~ | Open URL |
| ~r~ | Retweet (native) |
| ~R~ | Retweet (organic) |
| ~t~ | View tweet replies |
| ~u~ | Update timeline |
| ~X~ | Delete tweet |
| ~y~ | Copy tweet URI |
| ~Y~ | Copy tweet content |