nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 4ae1b99c92bedf8a886d05672426f8c2281a0e74
parent ebdb647450eb30dc73a3ac987b520e302000c9e6
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 27 May 2018 19:30:25 +0200

docs: mark the filtering of text through an external command as done

Diffstat:
MTODO | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/TODO b/TODO @@ -8,9 +8,6 @@ Somewhat urgent: - Allow color syntaxes to apply to more than just color, so that we can e.g. specify a different alternate spell checker depending on which file type we have open. -- Allow piping marked text to an external command and replacing it with - the command's output -- that is: generalize the spell-check flow. - See also https://savannah.gnu.org/bugs/?28993. Vague musings: - Add support for right-to-left text (RTL), through FriBidi? @@ -21,8 +18,10 @@ Vague musings: brackets inside comments? For version 2.9: -- Make undo/redo work also for indenting. [DONE] +- Allow piping (marked) text to an external command and replacing it with + the command's output. That is: implement filtering. [DONE] - Allow to record and replay a macro: a stored series of keystrokes. [DONE] +- Make undo/redo work also for indenting. [DONE] For version 2.8: - Allow text searches in the help viewer. [DONE]