antonmedv / walk

Terminal file manager
MIT License
3.22k stars 89 forks source link

modify the location bar and filter bar display style #57

Closed fzdwx closed 1 year ago

fzdwx commented 1 year ago
  1. on windows replace "\\/" to "\" and replace "/" to "\"
  2. on search mode, trim the original separator
Details ## windows prev ![image](https://user-images.githubusercontent.com/65269574/204705752-a519af67-1c5c-45dd-97ce-72d09a308605.png) now ![image](https://user-images.githubusercontent.com/65269574/204706051-d22ef1f4-c422-4567-91f6-10cdca52c1ae.png) ## linux prev ![image](https://user-images.githubusercontent.com/65269574/204706531-bb02fb5f-59a2-484b-937c-50d73468b3f2.png) now ![image](https://user-images.githubusercontent.com/65269574/204706572-d43a242e-9c69-4fde-9cb1-5c4dbb8ad830.png)