Color the file names in green if the file is executable #45
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/enhancement
Enhancement on current feature
How to test:
mkdir /tmp/test touch /tmp/test/executable touch /tmp/test/non_executable chmod 644 /tmp/test/non_executable chmod 777 /tmp/test/executable lsd /tmp/test # `executable` should be green and `non_executable` should yellow (the default color)
The text was updated successfully, but these errors were encountered: