reorder readme

pull/143/head
Šimon Let 6 years ago committed by GitHub
parent 672a3c5348
commit 9f924ca400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      README.md

@ -54,14 +54,7 @@ Imagine being able to search your shell history based on both the command itself
- :heavy_check_mark: Record shell history with metadata
- :heavy_check_mark: save it as JSON to `~/.resh_history.json`
- :white_check_mark: Provide bindings for arrow keys
- :heavy_check_mark: imitate default behaviour
- :heavy_check_mark: save additional metadata (e.g. command was recalled using arrow keys)
- :x: use the context (metadata) when searching
- :heavy_check_mark: zsh
- :white_check_mark: bash *(performance issues)*
- :white_check_mark: Provide an app to search the history (launch it using `resh`)
- :white_check_mark: Provide an app to search the history
- :heavy_check_mark: provide binding for Control+R (enable it using `reshctl enable ctrl_r_binding_global`)
- :heavy_check_mark: use current context when searching
- :heavy_check_mark: allow searching completely without context
@ -69,6 +62,13 @@ Imagine being able to search your shell history based on both the command itself
- :x: include a help page with keybindings and onboarding in the app
- :x: allow explicitly searching by metadata
- :white_check_mark: Provide bindings for arrow keys
- :heavy_check_mark: imitate default behaviour
- :heavy_check_mark: save additional metadata (e.g. command was recalled using arrow keys)
- :x: use the context (metadata) when searching
- :heavy_check_mark: zsh
- :white_check_mark: bash *(performance issues)*
- :heavy_check_mark: Provide a `reshctl` utility to control and interact with the project
- :heavy_check_mark: zsh completion
- :heavy_check_mark: bash completion

Loading…
Cancel
Save