Re: Prompt run

2010-09-15 Thread Torsten Andre
velociraptor Genjix schrieb:
 How can I change the behaviour of the run prompt so that it stops at the 
 greedy match, rather than just completing as the first entry?
 I get typing a program name, tabbing, getting some random other program and 
 insta-hitting enter.
 Could I change it like the terminal behaves? Couldn't find anything in the 
 API.
 Thanks  

Personally I use dmenu. You might give that a try.

http://awesome.naquadah.org/wiki/Using_dmenu

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.


Re: Prompt run

2010-09-15 Thread Anurag Priyam
Hi DiRaven,

 I use slightly modified regular zshell session as a launcher. It does most
 of the completing job, and does it good.


I am interested. Please could you post how you do it? Where can I find
your configs?

-- 
Anurag Priyam,
3rd Year Undergraduate,
Department of Mechanical Engineering,
IIT Kharagpur.
+91-9775550642

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.


Re: Prompt run

2010-09-15 Thread DiRaven

On 09/15/2010 02:59 PM, Anurag Priyam wrote:

I use slightly modified regular zshell session as a launcher. It does most
of the completing job, and does it good.



I am interested. Please could you post how you do it? Where can I find
your configs?



Ok, I found some discussion on it in the archives( search - bashrun ).
Will have a look and bug later if in need of help :).


I did not finish the job, but what I have is already working and doing 
80% of the job. It is somelike bashrun, but more simple and based on the 
zshell instead of bash.


You can check latest configs and scripts here:
http://code.google.com/p/linuxtools/source/browse/#svn/trunk/zshrun

--
Best regards,
DiRaven

--
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.


Re: Prompt run

2010-09-15 Thread Anurag Priyam
 I did not finish the job, but what I have is already working and doing 80%
 of the job. It is somelike bashrun, but more simple and based on the zshell
 instead of bash.

 You can check latest configs and scripts here:
 http://code.google.com/p/linuxtools/source/browse/#svn/trunk/zshrun

Thanks. I got it running.



-- 
Anurag Priyam,
3rd Year Undergraduate,
Department of Mechanical Engineering,
IIT Kharagpur.
+91-9775550642

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.


Prompt run

2010-09-14 Thread velociraptor Genjix

How can I change the behaviour of the run prompt so that it stops at the greedy 
match, rather than just completing as the first entry?
I get typing a program name, tabbing, getting some random other program and 
insta-hitting enter.
Could I change it like the terminal behaves? Couldn't find anything in the API.
Thanks