mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
news entry
This commit is contained in:
parent
ac14dca51e
commit
b612048c60
1 changed files with 25 additions and 0 deletions
25
news/history-timestamp-filtering.rst
Normal file
25
news/history-timestamp-filtering.rst
Normal file
|
@ -0,0 +1,25 @@
|
|||
**Added:**
|
||||
|
||||
* ``history show`` args ``-t``, ``-f``, ``-T`` ``+T`` to filter commands by timestamp
|
||||
|
||||
* ``ensure_timestamp`` in xonsh.tools to try and convert an object to a timestamp a.k.a float
|
||||
|
||||
* ``$XONSH_DATETIME_FORMAT`` envvar, the default format to be used with ``datetime.datetime.strptime()``
|
||||
|
||||
**Changed:**
|
||||
|
||||
* ``_hist_parse_args`` implementation refactor
|
||||
|
||||
* moved all parameter checking in ``_hist_get``
|
||||
|
||||
* ``_hist_show`` to handle numeration and timestamp printing of commands
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* ``ensure_slice`` bugfix for -1 index/slice
|
||||
|
||||
**Security:** None
|
Loading…
Add table
Reference in a new issue