railsware / upterm

A terminal emulator for the 21st century.
MIT License
19.24k stars 618 forks source link

Auto complete symlinks #1014

Open chrismcclellan opened 7 years ago

chrismcclellan commented 7 years ago

Autocomplete not listing symbolic links on mac. Awesome emulator tho!

vlad-shatskyi commented 7 years ago

Could you please provide steps to reproduce? If I create a symbolic link foo, typing cat f does list it.

andrew-t commented 7 years ago

I don't know if this is @chrismcclellan's same issue, but I find that symlinks are treated as files regardless of where they point — if I have a symlink foo pointing to a directory then cat f will autocomplete but cd f will not, even though cd foo works and cat foo does not.

chrismcclellan commented 7 years ago

Sorry for the delay. Created a symlink ln -s ... to a directory in this situation. It does not show up on the autocomplete tooltip when typing.

vlad-shatskyi commented 7 years ago

@chrismcclellan I'm still not sure what you mean. Would it be possible for you to write the exact steps to reproduce, expected behavior and actual behavior?

chrismcclellan commented 7 years ago

@vlad-shatskyi so i uninstalled... so bare with me... I keep all code on thumb drives so this was an inconvenience for sure.

$ ln -s /Volumes/Thumb/Code ~/Code

When typing in emulator cd ~/Cor anything resembling the symlink - nothing appears in the auto complete tooltip

Cygnusfear commented 6 years ago

This is also happening for me; specifically with a symlinked folder in my home directory to a dropbox folder.

kelostrada commented 6 years ago

up for me too