- Remove more unwraps to fix issues with elements without filenames or parentes
- Look for directory before searching anything about the filename
- Various Dependencies Updates
- Removed unwrap when
PathBuf::file_namereturned none - Improve Directory support by leaning on PathBuf's impl
- More Icons, Colored Icons, Shorter Directoies and more!
- Github PR#951
@Shuraken007 made their first contribution in #951
- Various Dependencies Updates
- Pass through non-UTF8 encoded input without modification
- Github PR#901
- Refactor the Errors and Types a bit. Add
thiserrorandmiette- Github PR#901
- Various Dependencies Updates
- Icons updated to match
vim-deviconsand correct Material Designs icons- Github PR #899
- Various Dependencies Updates
- Clippy and rustfmt changes
- Github PR #900
- Updated
regexfrom1.3.6to1.5.4
Various other dependencies of dependencies, and dev dependencies, were also updated
- Added Ability to use a regex for finding the filename
- Github PR #356
- Added Ability to prefix deliminator for finding the filename
- Github PR #356
Various other dependencies of dependencies, and dev dependencies, were updated
- Updated
lazy_staticfrom1.3.0to1.4.0 - Updated
phffrom0.7.24to0.8.0 - Updated
regexfrom1.16to1.3.6
Various other dependencies of dependencies, and dev dependencies, were also updated
- Updated
coloredfrom1.7.0to1.8.0 - Updated
regexfrom1.1.5to1.1.6
Various other dependencies of dependencies were also updated
- Fixed issue that caused a panic when it encountered a broken pipe
- Fixes Github Issue #9
- Updated
regexfrom1.1.2to1.1.5 - [Dev] Updated
assert_cmdfrom0.6.0to0.11.1
Various other dependencies of dependencies were also updated
- Added option to strip ansi color codes before parsing extension
- Added help and version commands
- Went back again to
rust-phfsince that was NOT what made this slow - Removed my debugging sleep 🤦
- Yanked due to having a 1.0 second delay on startup, because of accidental thread sleep
- Reverted to
lazy-staticas after releasing I realized0.3.0has a noticeable startup lag
viicon was incorrectly marked asvim
- Yanked due to having a 1.0 second delay on startup, because of accidental thread sleep
- Using
phfto do a compile time hash - Added Tests
- Use default icon for txt files
- Initial Release