Releases: jhspetersson/fselect
Releases · jhspetersson/fselect
0.6.7
0.6.6
- improved nested functions behavior
- added
HEX
andOCT
converting functions - added alias
notrx
for!=~
operator - updated list of known file extensions
- removed escaping functionalities for strings as it confused users (kind of a breaking change)
- misc fixes and improvements
Thanks to @roryokane for the bug report!
0.6.5
0.6.4
line_count
columnsha3
column--nocolor
option- support config file
- bugs fixed
Big thanks to @delucks and @udgithub for bug reports!
Really appreciate @Roguelazer's PR with a man page (to be included into future .deb and other packages)
0.6.3
- added
is_binary
,is_text
, andmime
fields duration
for MP3 filesBASE64
function- treat PSB, PSD, and TIFF files as images (for
is_image
) - improved
.gitignore
support on Windows - PowerShell fixes
Thanks to @PhiLhoSoft, @seeba8, and @Suleman-Elahi for bug reports, testing, and suggestions!
0.6.2
- fixes for Windows
0.6.1
- color filenames (with respect to NO_COLOR env variable) #38
.hgignore
support (experimental)!=~
andnotlike
operators (to negate regex and LIKE operands) #44HAS_XATTR
andXATTR
functions
Thanks to @JeffCarpenter for reporting the case not covered with query operators at that moment!
0.6.0
- improved query parsing #43
- improved
.gitignore
support #42 CONTAINS
function for text search within files #41- bugfixes and docs updates
Many thanks to @bwalter, @giodamelio, @itkovian, @sudo-nice, and @tdotu for their issues, questions, and suggestions!
0.5.2
suid
andsgid
columnsabspath
column for absolute path, simplypath
remains to depend on search root definition style, absolute or relative #36sha1
column for SHA-1 file hash,sha256
andsha512
for SHA-2 file hashes- added HTML output format
Thank you, @Boscop, for pointing out an issue with abs/relative paths!