deadblackclover / twtxt-el

A twtxt client for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twtxt-el

https://melpa.org/packages/twtxt-badge.svg https://img.shields.io/badge/GNU%20Emacs-25.1-b48ead.svg

A twtxt client for Emacs

Install

Melpa

twtxt-el is available from Melpa. After setting up Melpa as a repository and update the local package list, you can install twtxt-el and its dependencies using M-x package-install twtxt-el.

Manually

Add twtxt-el to your load-path and require. Something like:

(add-to-list 'load-path "path/to/twtxt-el/")
(require 'twtxt)

Setup

(setq twtxt-file "~/my/twtxt") ;; Path to twtxt file. Default "~/twtxt"

;; List following
(setq twtxt-following (list (list "alice" "https://example.org/alice.txt")
                            (list "bob" "http://bobsplace.xyz/twtxt"))

Usage

View your timeline

M-x twtxt-timeline

Post a status update

M-x twtxt-post

About

A twtxt client for Emacs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%