-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Terminal prompt inject to insert; build fixes.
- Loading branch information
Showing
7 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
2021-12-03 Martin Dvorak <[email protected]> | ||
|
||
* Released v2.4.0 - ability to inject custom command to terminal prompt, | ||
* Released v2.4.0 - ability to insert custom command to terminal prompt, | ||
minor fixes. | ||
|
||
2020-11-19 Martin Dvorak <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ Print filtered history on standard output and exit | |
\fB-k --kill-last-command\fR | ||
Delete the last command from history and exit | ||
.TP | ||
\fB-i --inject-in-terminal=[command]\fR | ||
Inject custom command to terminal prompt and exit | ||
\fB-i --insert-in-terminal=[command]\fR | ||
Insert custom command to terminal prompt and exit | ||
.TP | ||
\fB-f --favorites\fR | ||
Show favorites view immediately | ||
|
@@ -225,7 +225,7 @@ bindkey -s "\eC\-r" "\eC\-a hstr \-\- \eC\-j" # bind hstr to Ctrl-r (for Vi mode | |
\fBhstr --show-blacklist\fR | ||
Show blacklist configured for history processing. | ||
.TP | ||
\fBhstr --inject-in-terminal="git add . && git diff --cached"\fR | ||
\fBhstr --insert-in-terminal="git add . && git diff --cached"\fR | ||
Insert command in terminal prompt and exit. | ||
.SH AUTHOR | ||
Written by Martin Dvorak <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters