Update README.md

pull/58/head
Šimon Let 6 years ago committed by GitHub
parent c6f4a681e5
commit f6d7fd5624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      README.md

@ -1,8 +1,6 @@
# Rich Enhanced Shell History # Rich Enhanced Shell History
Context-based replacement/enhancement for zsh and bash shell history Context-based replacement/enhancement for zsh and bash shell history - :warning: *Work in progress*
:warning: *Work in progress*
## Motivation ## Motivation
@ -27,6 +25,10 @@ Why not synchronize your shell history accross your devices and add some metadat
- Hostname - Hostname
- Username - Username
- Machine ID - Machine ID
- OS
- etc ...
Imagine being able to search your shell history based on both the command itself and all this additional metadata.
## What this project does ## What this project does
@ -44,9 +46,9 @@ Why not synchronize your shell history accross your devices and add some metadat
- :white_check_mark: Provide bindings for arrow keys - :white_check_mark: Provide bindings for arrow keys
- :heavy_check_mark: imitate default behaviour - :heavy_check_mark: imitate default behaviour
- :heavy_check_mark: save additional metadata (e.g. command was recalled using arrow keys) - :heavy_check_mark: save additional metadata (e.g. command was recalled using arrow keys)
- :x: provide enhanced behaviour - :x: use the context (metadata) when searching
- :heavy_check_mark: for zsh - :heavy_check_mark: zsh
- :white_check_mark: for bash - :white_check_mark: bash *(performance issues)*
- :x: Provide an app to search the history (similar to [hstr](https://github.com/dvorka/hstr/)) - :x: Provide an app to search the history (similar to [hstr](https://github.com/dvorka/hstr/))
- :x: provide binding for Control+R - :x: provide binding for Control+R
@ -57,13 +59,14 @@ Why not synchronize your shell history accross your devices and add some metadat
- :x: Provide an API to make resh extendable - :x: Provide an API to make resh extendable
- :heavy_check_mark: Be compatible with zsh and bash
- :heavy_check_mark: Be compatible with Linux and macOS
- :white_check_mark: Show cool graphs based on shell history - :white_check_mark: Show cool graphs based on shell history
- :heavy_check_mark: Provide a tool to sanitize the recorded history - :heavy_check_mark: Provide a tool to sanitize the recorded history
- :heavy_check_mark: Be compatible with zsh and bash
- :heavy_check_mark: Be compatible with Linux and macOS
## Data sanitization and analysis ## Data sanitization and analysis

Loading…
Cancel
Save