Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crashmoney/read-txt.vim

A lightweight Vim plugin for syntax-highlighting my plain-text reading list.
https://github.com/crashmoney/read-txt.vim

reading reading-list vim vim-plugin

Last synced: about 2 months ago
JSON representation

A lightweight Vim plugin for syntax-highlighting my plain-text reading list.

Awesome Lists containing this project

README

        

# read-txt.vim

A lightweight Vim plugin for syntax-highlighting my `read.txt` file.

## Syntax

- series name and number in square brackets
- title and author separated by an em-dash (`option + -` on MacOS)
- date read enclosed in parenthesis
- ownership status at the end of the line
- `#`: borrowed, from a friend or library
- `+`: owned

All together, it looks something like:

`[The Hunger Games 1] The Hunger Games – Suzanne Collins (2024-03-14)#`

## Credits

Inspired by [Jamie Rubin's reading list](https://jamierubin.net/2014/01/18/automating-my-reading-list-a-case-study-in-the-versatility-of-text-files/).