bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Non Incremental Nature of Custom Completion


From: Bastien Dejean
Subject: Non Incremental Nature of Custom Completion
Date: Tue, 6 Dec 2011 18:04:09 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

I've made a custom completion function for one of my tools:

    https://github.com/baskerville/owl

And I'd like `compgen -f` to behave like the default bash filename
completion, but it doesn't: for example, if I type `f` and if the only
file starting with `f` in the current directory is a directory named
`foo`, then, if I press `<Tab>`, I'll get `foo `, I'd like to get `foo/`
instead. 

Greetings,
-- 
 b.d
(| |)
 ^ ^



reply via email to

[Prev in Thread] Current Thread [Next in Thread]