Closed maheshbansod closed 1 year ago
Ahh, the -l
makes sense. I checked the behavior and your explanation all looks correct. Looks like we just need the contents of your old PR + the command line switch.
Now to see which one of us finds the time to fix this first :+1:
I'm on it. :)
Hi, regarding the issue discussed in PR #52, I noticed today that the actual difference is with the
-l
option of stest, though, in theman
, it's justTest the contents of a directory given as an argument.
and no information about filepaths vs filename.Original stest:
dmenu-rs stest:
i.e. apparently the original
stest
has a different behaviour than usual with the-l
option - the original stest does not print the path, just the filename. And this is affecting thedmenu_path
script causing full paths indmenu_run
.Also, probably unrelated but the outputs of
stest .
andstest ./*
are different for original and dmenu-rs. in case of the original, there is no output ( which actually feels weird for the./*
case).