natecraddock / zf

a commandline fuzzy finder and zig package designed for filtering filepaths
MIT License
451 stars 14 forks source link

Use os-specific path separators #32

Closed natecraddock closed 1 year ago

natecraddock commented 1 year ago

the zf UI only supports unix. But the zf library is cross-platform. There are many hard-coded / path separators. These should be fixed before the 0.8.0 release so the library doesn't break on Windows.