[Bash-completion-devel] [bash-completion-Bugs][314774] fusermount won't complete directories

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Tue Jul 29 08:21:27 UTC 2014


bash-completion-Bugs item #314774, was opened at 2014-07-29 18:21 by Adam Nielsen
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=314774&group_id=100114

Status: Open
Priority: 3
Submitted By: Adam Nielsen (malvineous-guest)
Assigned to: Nobody (None)
Summary: fusermount won't complete directories 
Distribution: --Distribution-Agnostic--
Originally reported in: None
Milestone: None
Status: None
Original bug number: 


Initial Comment:
If you use FUSE to mount a directory, you can't unmount it by giving the directory name:

  $ mkdir test1234567890
  $ fusermount -u test<tab>

Even when test1234567890 is actually mounted (via fstab or not) it won't autocomplete.

I believe the completion needs to change so that either it will autocomplete directory names, or it will autocomplete any path that is an active mountpoint (e.g. listed in /etc/mtab)

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=314774&group_id=100114



More information about the Bash-completion-devel mailing list