Re: [dev] [ANNOUNCE] dlauncher - dmenu based launcher

2014-05-12 Thread Xinhao Yuan
Just a notice that I've made significant change to it. Now the main part is completely in C (except the CMake build system), and it support external plugins through unix socket IPC. So to some degree it is no longer "monolithic" :) On Mon, May 12, 2014 at 9:11 AM, Amadeus Folego wrote: > Hi Xinha

Re: [dev] [ANNOUNCE] dlauncher - dmenu based launcher

2014-05-12 Thread Amadeus Folego
Hi Xinhao Yuan! I've been using dmenu with yeganesh[1] for quite some time and I am trying dlauncher now. One thing that I found strange was the listing and use of available plugins. But let's see how I get used to it. Thanks for the release! [1]: http://dmwit.com/yeganesh/ On Sat, May 10, 201

Re: [dev] [ANNOUNCE] dlauncher - dmenu based launcher

2014-05-11 Thread Xinhao Yuan
Thanks for advice! I've fixed the crash bug and ssh_config parsing issue you mentioned. I didn't test much on -l mode, so there may be bugs hidden. For `dir' plugin, the current way to enter a directory is to append '/' at the end of the directory name. For example, input `dir_` you will get compl

Re: [dev] [ANNOUNCE] dlauncher - dmenu based launcher

2014-05-11 Thread Ciprian Dorin Craciun
On Sun, May 11, 2014 at 4:29 AM, Xinhao Yuan wrote: > I would like to announce dlauncher, a dmenu based launcher I wrote to > replace synapse(https://launchpad.net/synapse-project) which is no > longer in development. dlauncher reuses the minimalist dmenu UI and > supports plugins that provide dyn