From de4baa52041137e0d04fc44abadf1dcbe2d8b54a Mon Sep 17 00:00:00 2001 From: Simon Let Date: Wed, 22 Jan 2020 01:16:59 +0100 Subject: [PATCH] readme minor change --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 22c8f08..2e9a196 100644 --- a/README.md +++ b/README.md @@ -113,20 +113,6 @@ curl -fsSL https://raw.githubusercontent.com/curusarn/resh/master/scripts/rawins ## Examples -### View the recorded history - -Resh history is saved to `~/.resh_history.json` - -Each line is a JSON that represents one executed command line. - -This is how I view it `tail -f ~/.resh_history.json | jq` or `jq < ~/.resh_history.json`. - -You can install `jq` using your favourite package manager or you can use other JSON parser to view the history. - -![screenshot](img/screen.png) - -*Recorded metadata will be reduced to only include useful information in the future.* - ### Update Check for updates and update @@ -204,6 +190,20 @@ See what your current setting is: reshctl status ``` +### View the recorded history + +Resh history is saved to `~/.resh_history.json` + +Each line is a JSON that represents one executed command line. + +This is how I view it `tail -f ~/.resh_history.json | jq` or `jq < ~/.resh_history.json`. + +You can install `jq` using your favourite package manager or you can use other JSON parser to view the history. + +![screenshot](img/screen.png) + +*Recorded metadata will be reduced to only include useful information in the future.* + ### Graphs :clock10: *coming soon-ish (working on other parts of the project atm)*