Add option –filter-failed Enabled filtering of failed commands when listing the history. Will filter out all commands that had a return code that is not 0.
Add –find-status arg When specified will find all commands with the given return code.
YBZK2M5ELOYR75XDCP7Z5OB4BM3R4KUOZKTMWSK7D7HBIW2AGCIQC 3JP2323H4QLS3LCFSY4JRKDSFCKTGE2FREYD7AIN6J74WZEIPKMAC ITPJ5ETTB45FJCKWRAZGBRQ6S233S72GDAF5UWZ5A7LNPEUBWB4AC AOO2RP56ASQ5DCMOR7LTSGSLVKLDYHJYQQHKOD5ULGLFJGEGLTRQC UQTIFK2AUMVSLXBXDPI4FD6OPDD6KO67Q6WZBN6QO6UEPWOQZORQC 2MZOVOEP2UL5GFIZDBVIIDAS5XPY75RGCIBNB65ZRWHQHVAWH7FQC 3QMGOJFEK5BU7VLPXKL2FBPEAVPSPNMHHRVFWIH36XMKIIQC3GAQC NUZR5GUPNHZFD3EDSFKXUOVUJDEYBKHBRMV4SWRBZJPCO66EWUNQC T2HK3ZSDLLLGHROM77MND4UZF663WSHT5J2CT7ZMXDH6MMIZFOAQC B2MSSEJB4GIBFA6F2HRMK7FXUHJBZIZFK6NOHY7YZUSHRB53URGQC VEN5WJYRT23IT77JAAZ5CJRSW3GUTTNMAECT3WVTHQA34HI4646AC CK2R6STAMMOQCX3HD676VNU6LCNG4BSIV2ZSEEFWVUWW4TPFW73AC FTI67CGF4MMPDFA6YJN6UKOADQLFAECKGYPTWSPSALVQK76BJMJAC F2QYIRKBFYFWSTB7Z5CNGSZVYI6XQO3MHPUHJLBHPGLIOG7UNVNQC IA2CJ4HDSST6MPDLX2FVE2ZZR7EP5O6AIAUFGZIMWJ6NODVMKOKAC WOYAD3FWIOSSZLM76DX6ZCRG6YILONICJ25UYMOJ52BGRLRPGRGAC L3I6AA6NRA3KLTUADBDDKYYJUT3YS2R34XSVBBCK3XAY7YO3ZVJAC * Add flag `--session` which allows to filter entries by the given session. Thesession of a history entry can be found using `--show-session`.
* Add flag `--session`. Allows to filter entries by the givensession. The session of a history entry can be found using`--show-session`.* Add flag `--filter-failed`. Enables filtering of failed commandswhen listing the history. Will filter out all commands that had areturn code that is not 0.* Add option `--find-status`. When specified will find all commandswith the given return code.
hostname: Option<String>,directory: Option<PathBuf>,command: Option<String>,no_subdirs: bool,command_text: Option<Regex>,count: usize,session: Option<Regex>,
pub hostname: Option<String>,pub directory: Option<PathBuf>,pub command: Option<String>,pub no_subdirs: bool,pub command_text: Option<Regex>,pub count: usize,pub session: Option<Regex>,pub filter_failed: bool,pub find_status: Option<u16>,