thanhvg / emacs-reddigg

Browse reddit in emacs org-mode.
GNU General Public License v3.0
43 stars 6 forks source link

+STARTUP: content indent

+title: View reddit in emacs org-mode

[[http://spacemacs.org][file:https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg]]

[[file:media/screenshot.png]]

[[file:media/screencast.gif]]

[[https://melpa.org/#/reddigg][file:https://melpa.org/packages/reddigg-badge.svg]]

Spacemacs layer:

https://github.com/thanhvg/spacemacs-eos

+begin_example elsip

(setq org-confirm-elisp-link-function nil)

+end_example

Or change it to ‘y-or-n-p’ if you want to confirm with a single keystroke rather than having to type "yes".

~reddigg-main~: show your subreddit list, enter on them will fetch the subreddit posts and show them on ~reddigg~. On ~reddigg~ when you enter on a post will fetch the comments and show them on ~reddigg-comments~ buffer.

~reddigg-view-sub~: prompt for a subreddits and show it,

~reddigg-view-frontpage~: view frontpage

~reddigg-view-comments~: prompt for a post (eg: ~r/emacs/comments/lfww57/weekly_tipstricketc_thread/~ or ~https://www.reddit.com/r/emacs/comments/lfww57/weekly_tipstricketc_thread/~) and show it.