From 0cd47fc0567770667b847941957ca6cde288415e Mon Sep 17 00:00:00 2001 From: Simon Let Date: Tue, 17 Dec 2019 15:18:43 +0100 Subject: [PATCH] minor changes --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f93b13..073f1f4 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,11 @@ Legend: - :heavy_check_mark: Record shell history with metadata - :heavy_check_mark: save it as JSON to `~/.resh_history.json` - - :x: save it to a database so we don't have to keep it all in memory - :white_check_mark: Provide bindings for arrow keys - bindings are too slow in bash so they are disabled by default (in bash) when you install resh - - :heavy_check_mark: imitate default behaviour (at first) - - :x: provide enhanced behaviour + - :heavy_check_mark: imitate default behaviour - :heavy_check_mark: save additional metadata (e.g. command was recalled using arrow keys) + - :x: provide enhanced behaviour - :x: Provide an application like [hstr](https://github.com/dvorka/hstr/) that allows searching history records based on both the command and metadata - :x: provide binding for Control+R