Contents

To Top | To Home

This page is ~1.7KB small.

Micro RSS Feed (uFeed)

Micro RSS feed parser for POSIX [git]

uFeed has no networking, no display capabilities, and does no string manipulation. It extracts meaningful information from a RSS stream into TSV format for convenient use by other programs.

Ex// Open NASA's photo of the day: curl -s https://www.nasa.gov/feeds/iotd-feed/ | ufeed | dmenu | cut -f2 | xargs firefox

Simple Spaced Repetition Software (ssrs)

Simple Spaced Repetition Software [git]

SSRS provides a unified spaced repetition interface which can be accessed through the single header file or through a provided CLI.

Return to top