Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color the file names in green if the file is executable #45

Closed
Peltoche opened this issue Dec 9, 2018 · 0 comments
Closed

Color the file names in green if the file is executable #45

Peltoche opened this issue Dec 9, 2018 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/enhancement Enhancement on current feature

Comments

@Peltoche
Copy link
Collaborator

Peltoche commented Dec 9, 2018

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)
@Peltoche Peltoche assigned Peltoche and unassigned Peltoche Dec 9, 2018
@Peltoche Peltoche added the kind/enhancement Enhancement on current feature label Dec 9, 2018
@Peltoche Peltoche added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/enhancement Enhancement on current feature
Projects
None yet
Development

No branches or pull requests

1 participant