loqusion / hyprshade

Hyprland shader configuration tool
MIT License
222 stars 7 forks source link

`ls` edge case #20

Closed loqusion closed 6 months ago

loqusion commented 6 months ago

If any of the directories ls searches has any subdirectories, they will be treated as regular files due to the implementation of ls_dirs. This means any shader files within subdirectories will not be listed, and it also means that if you run the command with -l, it will panic.