2022-08-03 02:46:13 +02:00
|
|
|
# -*- mode: doom-docs-org -*-
|
2022-03-28 15:03:21 +02:00
|
|
|
#+title: :app twitter
|
|
|
|
#+subtitle: Be superficial in plain text
|
|
|
|
#+created: October 11, 2019
|
|
|
|
#+since: 2.0.0
|
2021-10-16 01:20:46 +02:00
|
|
|
|
|
|
|
* Description :unfold:
|
2019-10-11 03:04:08 +03:00
|
|
|
Enjoy twitter from emacs.
|
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
- 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
|
2019-10-11 03:04:08 +03:00
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
** Maintainers
|
|
|
|
/This module has no dedicated maintainers./ [[doom-contrib-maintainer:][Become a maintainer?]]
|
2019-10-11 03:04:08 +03:00
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
** Module flags
|
|
|
|
/This module has no flags./
|
2019-10-11 03:04:08 +03:00
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
** Packages
|
|
|
|
- [[doom-package:][avy]]
|
|
|
|
- [[doom-package:][twittering-mode]]
|
2019-10-11 03:04:08 +03:00
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
** Hacks
|
|
|
|
/No hacks documented for this module./
|
2019-10-11 03:04:08 +03:00
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
** TODO Changelog
|
|
|
|
# This section will be machine generated. Don't edit it by hand.
|
|
|
|
/This module does not have a changelog yet./
|
2019-10-11 11:56:33 +03:00
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
* Installation
|
|
|
|
[[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]]
|
2019-10-11 03:04:08 +03:00
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
This module requires:
|
|
|
|
- One of the following (for SSL connections; required by Twitter's API):
|
|
|
|
- [[http://curl.haxx.se/][cURL]]
|
|
|
|
- [[http://www.gnu.org/software/wget/][GNU Wget]]
|
|
|
|
- [[http://www.openssl.org/][OpenSSL]]
|
|
|
|
- [[http://www.gnu.org/software/gnutls/][GnuTLS]]
|
|
|
|
- [[http://www.gnupg.org/][GnuPG]], for encrypting the OAuth token, stored locally.
|
|
|
|
- [[http://www.gzip.org/][gzip]], for compressing retrieved profile pictures,
|
|
|
|
- [[http://www.imagemagick.org/][ImageMagick]], for displaying and resizing profile pictures.
|
2019-10-11 03:04:08 +03:00
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
Build Emacs with ImageMagick support using the ~--with-imagemagick~ flag ([[https://git.savannah.gnu.org/cgit/emacs.git/tree/INSTALL][how
|
|
|
|
to build Emacs from source]]).
|
2019-10-11 03:04:08 +03:00
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
* TODO Usage
|
|
|
|
#+begin_quote
|
|
|
|
🔨 This module has no usage documentation yet. [[doom-contrib-module:][Write some?]]
|
|
|
|
#+end_quote
|
|
|
|
|
|
|
|
* TODO Configuration
|
|
|
|
#+begin_quote
|
|
|
|
🔨 /This module's configuration documentation is incomplete./ [[doom-contrib-module:][Complete it?]]
|
|
|
|
#+end_quote
|
2019-10-11 03:04:08 +03:00
|
|
|
|
|
|
|
** Commands & Keybindings
|
|
|
|
Here is a list of available commands and their default keybindings (defined in
|
2021-10-16 01:20:46 +02:00
|
|
|
[[./config.el][config.el]]):
|
2019-10-11 03:04:08 +03:00
|
|
|
| command | key / ex command | description |
|
|
|
|
|---------------------+------------------+-------------------------------------------------------------|
|
2021-10-16 01:20:46 +02:00
|
|
|
| ~+twitter/quit~ | [[kbd:][q]] | Close current window |
|
|
|
|
| ~+twitter/quit-all~ | [[kbd:][Q]] | Close all twitter windows and buffers, and delete workspace |
|
2019-10-11 03:04:08 +03:00
|
|
|
|
2021-10-16 01:20:46 +02:00
|
|
|
And when [[doom-module:][:editor evil +everywhere]] is active:
|
2019-10-11 03:04:08 +03:00
|
|
|
| command | key / ex command | description |
|
|
|
|
|--------------------------------------------------+------------------+------------------------------------------------------------------|
|
2021-10-16 01:20:46 +02:00
|
|
|
| ~twittering-favorite~ | [[kbd:][f]] | Favorite/Like a tweet |
|
|
|
|
| ~twittering-unfavorite~ | [[kbd:][F]] | Un-favorite/Un-like a tweet |
|
|
|
|
| ~twittering-follow~ | [[kbd:][C-f]] | Follow user |
|
|
|
|
| ~twittering-unfollow~ | [[kbd:][C-F]] | Un-follow user |
|
|
|
|
| ~twittering-delete-status~ | [[kbd:][d]] | Delete a tweet |
|
|
|
|
| ~twittering-retweet~ | [[kbd:][r]] | Retweet |
|
|
|
|
| ~twittering-toggle-or-retrieve-replied-statuses~ | [[kbd:][R]] | Toggle or retrieve replies |
|
|
|
|
| ~twittering-update-status-interactive~ | [[kbd:][o]] | Update tweets |
|
|
|
|
| ~+twitter/ace-link~ | [[kbd:][O]] | Open some visible link from a ~twittering-mode~ buffer using ace |
|
|
|
|
| ~twittering-search~ | [[kbd:][/]] | Search |
|
|
|
|
| ~twittering-goto-next-status~ | [[kbd:][J]] | Go to next tweet |
|
|
|
|
| ~twittering-goto-previous-status~ | [[kbd:][K]] | Go to previous tweet |
|
|
|
|
| ~twittering-goto-first-status~ | [[kbd:][gg]] | Go to first tweet |
|
|
|
|
| ~twittering-goto-last-status~ | [[kbd:][G]] | Go to last tweet |
|
|
|
|
| ~twittering-goto-next-status-of-user~ | [[kbd:][gj]] | Go to next tweet of user |
|
|
|
|
| ~twittering-goto-previous-status-of-user)))~ | [[kbd:][gk]] | Go to previous tweet of user |
|
|
|
|
|
|
|
|
* Troubleshooting
|
|
|
|
[[doom-report:][Report an issue?]]
|
|
|
|
|
|
|
|
** ~twittering-mode~ overrides the [[kbd:][SPC]] key
|
|
|
|
Currently ~twittering-mode~ binds [[kbd:][SPC]], breaking its functionality as a leader
|
|
|
|
key for evil users. To work around this issue you may use [[kbd:][M-SPC]] instead.
|
|
|
|
|
|
|
|
* Frequently asked questions
|
|
|
|
/This module has no FAQs yet./ [[doom-suggest-faq:][Ask one?]]
|
|
|
|
|
|
|
|
* TODO Appendix
|
|
|
|
#+begin_quote
|
|
|
|
🔨 This module has no appendix yet. [[doom-contrib-module:][Write one?]]
|
|
|
|
#+end_quote
|
|
|
|
|