From 506867a6b590b623174f127a3d453e410f231c54 Mon Sep 17 00:00:00 2001 From: wyldphyre Date: Sun, 26 Apr 2015 10:32:01 +0800 Subject: [PATCH] Add information on the History plugin --- Plugins.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Plugins.md b/Plugins.md index f326ac1..e87492c 100644 --- a/Plugins.md +++ b/Plugins.md @@ -705,6 +705,19 @@ httpie Adds completion for [HTTPie](http://httpie.org), which is a command line HTTP client, a user-friendly cURL replacement. +history +---- + +**Maintainer:** [r-darwish](https://github.com/r-darwish) + +Provides a couple of convenient aliases for using the `history` command to examine your command line history. + +### Aliases + +- `h`: List your command history. Equivalent to using `history` +- `hsi $SearchText`: performs a **case insensitive** `grep` search on your command history, looking for commands that match the argument provided +- `hsi`: When called without an argument you will get help on `grep` arguments + jira ----