Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Hidden files not displaying with ls -a #338

Closed
nashley opened this issue Aug 18, 2014 · 6 comments · Fixed by #361
Closed

Hidden files not displaying with ls -a #338

nashley opened this issue Aug 18, 2014 · 6 comments · Fixed by #361

Comments

@nashley
Copy link
Contributor

nashley commented Aug 18, 2014

Hidden files or directories (i.e., those prefaced with a period) do not show up when ls -a is run unless there is a non-hidden file or folder in the same directory.
Screenshot:
screenshot from 2014-08-17 22 17 30
Screenshot when a file is added that does not start with a period:
screenshot from 2014-08-17 22 20 00

@p-e-w p-e-w added the Bug label Aug 19, 2014
@p-e-w
Copy link
Owner

p-e-w commented Aug 19, 2014

Confirmed.

@p-e-w p-e-w added this to the Initial Stable Release milestone Aug 19, 2014
@cuttlebit
Copy link
Contributor

The problem is in "data/Termlets/ls"

for filename in *; do

" * " only finds non-hidden files in current directory.

@p-e-w
Copy link
Owner

p-e-w commented Sep 7, 2014

@carnassial: While this would explain why hidden files do not have semantic menus attached to their filenames, it does not explain why they aren't even shown.

nashley pushed a commit to nashley/finalterm that referenced this issue Sep 8, 2014
Not currently functional, but I can't see why it doesn't work
@cuttlebit
Copy link
Contributor

Oh... Yes. Ignore my commit there. It's broken.

I think I know what's going on now, gonna do some testing.

cuttlebit added a commit to cuttlebit/finalterm that referenced this issue Sep 9, 2014
'*' expands to itself if no expansions could be made, overriding every other file in ls_output.
@cuttlebit
Copy link
Contributor

Sorry, check the last commit.
Should be fixed now.

5_002

nashley pushed a commit to nashley/finalterm that referenced this issue Sep 14, 2014
Fix for p-e-w#338 (Thanks to Carnassial)
@nashley nashley mentioned this issue Sep 14, 2014
nashley pushed a commit to nashley/finalterm that referenced this issue Sep 25, 2014
'*' expands to itself if no expansions could be made, overriding every other file in ls_output.
Hidden files also have semantic menus now.
nashley pushed a commit to nashley/finalterm that referenced this issue Sep 25, 2014
'*' expands to itself if no expansions could be made, overriding every other file in ls_output.
Hidden files also have semantic menus now.
@p-e-w
Copy link
Owner

p-e-w commented Oct 14, 2014

Fixed by @carnassial.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants