Skip to content

deadblackclover/twtxt-el

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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