- 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_name
returned 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
thiserror
andmiette
- Github PR#901
- Various Dependencies Updates
- Icons updated to match
vim-devicons
and correct Material Designs icons- Github PR #899
- Various Dependencies Updates
- Clippy and rustfmt changes
- Github PR #900
- Updated
regex
from1.3.6
to1.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_static
from1.3.0
to1.4.0
- Updated
phf
from0.7.24
to0.8.0
- Updated
regex
from1.16
to1.3.6
Various other dependencies of dependencies, and dev dependencies, were also updated
- Updated
colored
from1.7.0
to1.8.0
- Updated
regex
from1.1.5
to1.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
regex
from1.1.2
to1.1.5
- [Dev] Updated
assert_cmd
from0.6.0
to0.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-phf
since 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-static
as after releasing I realized0.3.0
has a noticeable startup lag
vi
icon was incorrectly marked asvim
- Yanked due to having a 1.0 second delay on startup, because of accidental thread sleep
- Using
phf
to do a compile time hash - Added Tests
- Use default icon for txt files
- Initial Release