mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Updated release notes for new history syntax
This commit is contained in:
parent
3836bfe5a1
commit
9bf8a5e877
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ li {
|
|||
<li>A <b>history builtin</b>, and associated interactive function that enables deleting history items. Example usage:
|
||||
|
||||
<ul>
|
||||
<li>Print all history items beginning with echo: <span class="mono">history --search --prefix echo</span></li>
|
||||
<li>Print all history items containing foo: <span class="mono">history --search --contains foo</span></li>
|
||||
<li>Print all history items beginning with echo: <span class="mono">history --prefix echo</span></li>
|
||||
<li>Print all history items containing foo: <span class="mono">history --contains foo</span></li>
|
||||
<li>Interactively delete some items containing foo: <span class="mono">history --delete --contains foo</span></li>
|
||||
</ul><br>
|
||||
Credit to Siteshwar for implementation. Thanks Siteshwar!
|
||||
|
|
Loading…
Reference in a new issue