ghantoos / lshell

lshell is a shell coded in Python, that lets you restrict a user's environment to limited sets of commands, choose to enable/disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restriction, and more.
GNU General Public License v3.0
436 stars 112 forks source link

Autocomplete breaks on "-" #26

Closed omega8cc closed 11 years ago

omega8cc commented 12 years ago

While it works fine for alphanumeric directory names, it stops proper autocomplete suggestions when you use something like:

$ cd name- (tab)

If there are many directories starting with name- it will suggest all directories instead of those starting with name-

omega8cc commented 11 years ago

Pull request submitted: https://github.com/ghantoos/lshell/pull/35

ghantoos commented 11 years ago

Seems I forgot to close this merge request.

I was merged a while ago. Thanks for your contribution to lshell!