sligodave / sublime_remote_edit

Open a file from a remote server locally, edit and save back remotely again.
MIT License
16 stars 10 forks source link

ls -aF should be ls -ap #5

Open juanfal opened 9 years ago

juanfal commented 9 years ago

using ls -aF it returns

* / @ | etc

after each file name of the listing and you don't know nor treat it appropriately.

ls -ap only adds / at the end of directory names

As it currently is (ls -aF) fetches the wrong file with for example .bash_profile and .bash_profile.old since both are executable and trying to fetch .bash_profile* fetches .bash_profile.old !!!