about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-05-31 03:38:50 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-31 03:38:50 +0200
commitc7d5efbc1a86d1ea276ab242349d1a3026e62690 (patch)
tree00d617a3ea0290be696f0b3c7cd4a020f37da0f4
parent1917f317a491df4b80afd2e806d182e8af78d9f1 (diff)
README.md: Update features section
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index d386862..15f2d50 100644
--- a/README.md
+++ b/README.md
@@ -39,16 +39,13 @@ Silly, buggy, and incomplete prototype implementation.
 
 By focusing on line-based input in the terminal emulator a variety of
 things can be simplified and improved. `saneterm` is presently just a
-prototype and currently provides only the following features:
+prototype and provides basic implementations of the following features:
 
 * Full Unicode support
-* Support for readline-like line editing
+* Support for readline-like line editing keybindings
 * Editing history support directly in the terminal emulator
-
-Planned features include:
-
-* Features to replace pagers (search for strings, …)
-* And more (see `TODO.txt`)
+* File name completions
+* Pager-like text handling (scrolling, searching, …)
 
 ## Installation