Tagged Questions

1
vote
6answers
84 views

Bash Completion: What can we do with it, what lies in the future.

Bash lets you complete commands names and names of files in the arguments with the TAB key. But why not also common options to commands? Why not, even better, a completion system that tells you what …
2
votes
2answers
95 views

Tab-completion of filenames as arguments for MATLAB scripts

We all know MATLAB provides tab-completion for filenames used as arguments in MATLAB function like importdata,imread. How do we do that for the functions we create? EDIT: Displays the files and …
1
vote
2answers
96 views

Emacs: Tab completion of file name appends an extra i:\cygwin

I am facing some strange behavior with file-name completion in emacs. C-x C-f to find file opens up the minibuffer with i:/cygwin/home/rrajagop/StockScreener/working_copy/master_repo/stock_screener/. …
0
votes
1answer
66 views

How to do brace expansion tab-completion, for filenames in vim?

In vim (and bash), you can specify alternatives in filenames, eg: :arga project/html/{index,sitemap}.html This expands to "project/html/index.html" and "project/html/sitemap.html" (the :arga …
0
votes
2answers
76 views

IPython tab completes only some modules

I'm using the EPD version of python and IPython. After installing some modules using easy_install I notice that, although they can be imported, they cannot be tab completed. They exist on the path …
1
vote
4answers
130 views

How would one implement bash-like tab completion?

I'm trying to determine how the system prints characters to standard input -- that is, how it prints characters which the user can delete and which are considered input if the user hits "Enter." I …
3
votes
2answers
165 views

Tcsh and/or bash directory completion with variable hidden root prefix

I'm trying to set up directory completion in tcsh and/or bash (both are used at my site) with a slight twist: for a particular command "foo", I'd like to have completion use a custom function to match …
2
votes
4answers
117 views

How to enable auto compleation in Ruby’s IRB

When I use Merb's built in console, I get tab auto-completion similar to a standard bash prompt. I find this useful and would like to enable it in non-merb IRB sessions. How do I get auto-completion …
2
votes
1answer
128 views

raw_input without leaving a history in readline

Is there a way of using raw_input without leaving a sign in the readline history, so that it don't show when tab-completing?
0
votes
3answers
197 views

TAB completion and mc problems

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.10 DISTRIB_CODENAME=intrepid DISTRIB_DESCRIPTION="Ubuntu 8.10" This is the server version. When I ssh into it, I encounter the following problems: Problem 1 …
2
votes
2answers
128 views

How can I customize tab completion in Perl’s Term::Shell?

I am using Term::Shell package to implement a CLI tool. This package provides a API: comp_CMD. This function is invoked whenever the user presses the TAB. My requirement here is: shell> stackTAB …
2
votes
4answers
232 views

How do I do tab completion in Perl’s Term::Shell?

I am using the Term::Shell package in Perl for implementing a CLI tool. I am not able to do the tab completion of a command part with that. comp_CMD() - which is a API provided by this Term::Shell, …
0
votes
1answer
60 views

Programming customized tab completion for zsh

Sorry if my google fu is too weak, but: I simply want to adjust zsh so that I can tab complete someappname -s using the contents (filenames) of ~/somedir For example: someapp -s f<tab> …
1
vote
3answers
200 views

python tab completion in windows

I'm writing a cross-platform shell like program in python and I'd like to add custom tab-completion actions. On Unix systems I can use the built-in readline module and use code like the following to …
1
vote
3answers
238 views

How can I hook into tcsh’s TAB completion on Linux

I have some directories with a number of "hidden" files. One example of this is I'm in a source controlled sandbox and some of the files have not been checked out yet. When I hit TAB, I'd like the …

1 2 next
15 30 50 per page