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: stest: file name while writing with l option #55

Closed maheshbansod closed 10 months ago

maheshbansod commented 10 months ago

The PR #54 was not the correct fix for #53 - since the file paths are being passed for further processing.
This PR fixes that and uses file names only while printing only if the -l option is used.

maheshbansod commented 10 months ago

@Shizcow messed up with the last PR . sorry about that. please review this and merge if ok.

Shizcow commented 10 months ago

Thanks for the fix @maheshbansod, and thanks for helping with review @benjaminedwardwebb!