glib/gio/completion
Ondrej Holy 3a1492ec4f gio: Fix completion of URIs without hostname part
Currently, "gio list file:///h<tab>" doesn't complete "file:///home"
because the result of "dirname file:///h" is not "file:///" but "file:/",
which breaks the consequent logic. Let's subtract basename from the
path in order to workaround this issue.
2019-10-07 09:21:09 +02:00
..
.gitignore gio: Add bash completion for gio tool 2018-06-15 12:34:10 +02:00
gapplication New gapplication(1) tool 2013-10-17 10:12:27 -04:00
gdbus Install bash completion files in /usr/share/ 2012-06-21 06:11:58 -04:00
gio gio: Fix completion of URIs without hostname part 2019-10-07 09:21:09 +02:00
gresource Install bash completion files in /usr/share/ 2012-06-21 06:11:58 -04:00
gsettings Add ‘gsettings list-schemas --print-paths’ option 2018-01-05 13:01:03 +00:00