ComputerCraft icon indicating copy to clipboard operation
ComputerCraft copied to clipboard

Add -a Option to list.lua

Open JakobDev opened this issue 8 years ago • 3 comments

This PR simple adds a -a Option to list.lua which allows you to see hidden Files, even if the list.show_hidden setting is false.

JakobDev avatar Dec 04 '17 16:12 JakobDev

What happens if you want to list files in the -a directory? You'd have to do ls -a -a for it to work, which would also show hidden files when you might not want them, or cd -a and then ls, which adds an extra command.

dmarcuse avatar Dec 04 '17 18:12 dmarcuse

@apemanzilla I believe you can just do ls ./-a then: that's what one does on Linux at least.

SquidDev avatar Dec 04 '17 18:12 SquidDev

Can one of the admins verify this patch?

thatcraniumguy avatar May 23 '18 00:05 thatcraniumguy