[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] Launching console apps with command completion
From: |
Bernhard R. Link |
Subject: |
Re: [RP] Launching console apps with command completion |
Date: |
Sat, 26 Jun 2010 10:42:28 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
* Carlos Pita <address@hidden> [100626 06:28]:
> For what I'm able to see this seems to be impossible, but just in case
> I'm missing something obvious I'm asking it anyway.
>
> How can I get shell command completion (just like with !) for a custom
> prefix as urxvt -e ? As it's evident from the question I want to be
> able to launch console applications the same that I launch x ones. The
> following doesn't provide completion:
>
> bind P colon exec urxvt -e
colon only asks for missing arguments. But there are no missing ones,
exec only expects at least one argument.
> I can't figure out how to get it without patching the sources.
try something like
bind P exec urxvt -e $(ratpoison -c 'prompt urxvt -e ')
Bernhard R. Link