Tagged Questions

3
votes
2answers
147 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
2answers
81 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 …
2
votes
4answers
102 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
126 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?
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
208 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, …
2
votes
2answers
234 views

Bash TAB-completion inside double-quoted string

Problem I'm writing a Twitter client for the command line (in C). I'm currently working on doing TAB-completion for Twitter screen names, like so: tweet "@s<TAB> @sourcebits @spolsky …
2
votes
4answers
581 views

Tab-completion in Python interpreter in OS X Terminal

Several months ago, I wrote a blog post detailing how to achieve tab-completion in the standard Python interactive interpreter--a feature I once thought only available in IPython. I've found it …
2
votes
3answers
208 views

CVS tab completion for modules under Linux

How can I get tab completion to work for selecting CVS modules under Linux (preferably using bash) ? For example, "cvs co " + tab would list the modules I can checkout. I've heard it's easy to do …
1
vote
2answers
87 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/. …
1
vote
4answers
123 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 …
1
vote
3answers
192 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
221 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 …
0
votes
1answer
61 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
72 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 2 next
15 30 50 per page