Shizcow / dmenu-rs

A pixel perfect port of dmenu, rewritten in Rust with extensive plugin support
GNU General Public License v3.0
197 stars 9 forks source link

fix: return filenames only with -l option #54

Closed maheshbansod closed 11 months ago

maheshbansod commented 11 months ago

The read_directory function is only available through either the contents_of_directory test or through the -l option, so I've modified the function directly. Closes #53