mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
22 lines
412 B
ReStructuredText
22 lines
412 B
ReStructuredText
![]() |
**Added:**
|
||
|
|
||
|
* ``_hist_get`` that uses generators to filter and fetch
|
||
|
the history commands of each session.
|
||
|
|
||
|
* ``-n`` option to the show subcommand to choose
|
||
|
to numerate the commands.
|
||
|
|
||
|
**Changed:**
|
||
|
|
||
|
* ``_hist_show`` now uses ``_hist_get`` to print out the commands.
|
||
|
|
||
|
**Deprecated:** None
|
||
|
|
||
|
**Removed:** None
|
||
|
|
||
|
**Fixed:**
|
||
|
|
||
|
* ``_zsh_hist_parser`` not parsing history files without timestamps.
|
||
|
|
||
|
**Security:** None
|