From 534aeac7ba4c6b1b046e8bc75938534bcf818c9c Mon Sep 17 00:00:00 2001 From: Lavi Blumberg Date: Mon, 17 Dec 2018 12:08:28 -0500 Subject: [PATCH] Add todo_r to text processing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8549b72..9a4dd84 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) — combines the usability of The Silver Searcher with the raw speed of grep [](https://travis-ci.org/BurntSushi/ripgrep) * [BurntSushi/xsv](https://github.com/BurntSushi/xsv) — a fast CSV command line tool (slicing, indexing, selecting, searching, sampling, etc.) [](https://travis-ci.org/BurntSushi/xsv) * [TankerHQ/ruplacer](https://github.com/TankerHQ/ruplacer) — Find and replace text in source files [](https://travis-ci.org/TankerHQ/ruplacer) +* [lavifb/todo_r](https://github.com/lavifb/todo_r) — Find all your TODO notes with one command! [](https://travis-ci.org/lavifb/todo_r) * [whitfin/runiq](https://github.com/whitfin/runiq) — an efficient way to filter duplicate lines from unsorted input. ### Utilities