Re: [dev] dmc

2010-08-16 Thread Martin Kopta
I have read it many times. Am I missing something? Dne 16.8.2010 1:24 "Jacob Todd" napsal/a: On Sun, Aug 15, 2010 at 08:15:41PM +0200, Martin Kopta wrote: > does that thing actualy works? Read the README.

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread anonymous
On Sun, Aug 15, 2010 at 10:04:18PM +0200, Alexander Teinum wrote: > I realize that there are ways to do this that are closer to the Unix > way of thinking. Editor of choice for adding and editing. Instead of > tagging items, one would should have one file for university and > another one for work i

Re: [dev] dmc

2010-08-16 Thread pancake
dmc -e maybe? On 16/08/2010, at 09:03, Martin Kopta wrote: > I have read it many times. Am I missing something? > >> Dne 16.8.2010 1:24 "Jacob Todd" napsal/a: >> >> On Sun, Aug 15, 2010 at 08:15:41PM +0200, Martin Kopta wrote: >> > does that thing actualy works? >> >> Read the README. >

Re: [dev] dmc

2010-08-16 Thread Martin Kopta
Sorry, I didn't send the whole cmdlist but just the relevant part. Of course I have run -e before. Just asking if it should work (dmc). Dne 16.8.2010 9:41 "pancake" napsal/a: dmc -e maybe? On 16/08/2010, at 09:03, Martin Kopta wrote: > I have read it many times. Am I missing something? >> >

Re: [dev] [vp] A media website video player/fetcher

2010-08-16 Thread Szabolcs Nagy
* Kris Maglione [2010-08-15 05:18:55 -0400]: > This is a cleaned up version of some of the scripts I've been using > for a long time to play videos from sites like YouTube. I use a key this is my solution: http://repo.hu/projects/yget/ this only supports youtube, but knows a bit more can handle

[dev] dmc

2010-08-16 Thread carmen
http://i.imgur.com/I2lJa.png http://gitorious.org/element/element/blobs/master/ruby/W/mail.rb i'm pretty happy with this - if you have feature suggestions or questions mail me offlist

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread Alexander Teinum
> Tagging is easy to do with grep: you can add tags right into items > description text (like "[work] [university]" or ":w:u:") and then use > grep like "flo | grep :u:".  So you don't need one file for each tag. You’re right! I’ve removed tag support. flo just got one millisecond faster! It is h

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread Alexander Teinum
alias fg='flo | grep ' # add tagged item f :w meeting,d114-d11430 # list items of a tag fg :w # display today’s events fg d0 # display tomorrow’s events fg d1 Simplicity is so sweet. Alexander

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread Moritz Wilhelmy
In bourne-like shells, fg is absolutely necessary to manage job control. How do you put your jobs back into foreground?

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread Martin Kopta
\fg %jid ? Dne 16.8.2010 12:43 "Moritz Wilhelmy" napsal/a: In bourne-like shells, fg is absolutely necessary to manage job control. How do you put your jobs back into foreground?

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread Alexander Teinum
> In bourne-like shells, fg is absolutely necessary to manage job control. > How do you put your jobs back into foreground? I haven’t used Ctrl+Z and fg, but I probably should! I usually have lots of terminals in dwm that I alt+j/k between, and then I send the active one to the left. I would neve

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread Alexander Teinum
Or fp as in [f]lo gre[p]. It’s two characters, one doesn’t have to type the same character twice, and it alternates between the hands when typing fp d0 for instance. At least for those that use qwerty. :) Alexander

Re: [dev] [mkpkg] a suckless package manager

2010-08-16 Thread Jimmy Tang
On Sat, Aug 14, 2010 at 11:41:41AM +0200, pancake wrote: > Your idea is simpler and closer to gnu package system or pkgsrc. But without > reusing code. Which means that you have to specify the full compilation rules > for every pkg, this is also an issue if you plan to use other tools like > wge

[dev] [st] 256color info file?

2010-08-16 Thread Ramana Kumar
Is there a file st-256color.info missing from the st repo? I just downloaded hg version 85 and tried to make it, and it failed with "tic: Can't open st-256color.info".

[dev] [wmii] C configuration

2010-08-16 Thread Nikhilesh S
Any of you guys use a program in C with libixp for wmii configuration? -- Nikhilesh S http://nikki93.github.com/

Re: [dev] [st] 256color info file?

2010-08-16 Thread Nikhilesh S
On Tue, 17 Aug 2010, Ramana Kumar wrote: Is there a file st-256color.info missing from the st repo? I just downloaded hg version 85 and tried to make it, and it failed with "tic: Can't open st-256color.info". I had the same problem when I tried it. I did a 'touch st-256color.info' hoping it di

Re: [dev] [wmii] C configuration

2010-08-16 Thread Kris Maglione
On Tue, Aug 17, 2010 at 03:05:34AM +0300, Nikhilesh S wrote: Any of you guys use a program in C with libixp for wmii configuration? I have in the past, but not for my entire configuration, just for certain operations. -- Kris Maglione It is impossible to defeat an ignorant man in argument.

Re: [dev] [st] 256color info file?

2010-08-16 Thread Ramana Kumar
I just tried touching a st-256color.info, but it seems that my tic goes into an infinite loop trying to process an empty file. On Tue, Aug 17, 2010 at 10:24 AM, Nikhilesh S wrote: > On Tue, 17 Aug 2010, Ramana Kumar wrote: > >> Is there a file st-256color.info missing from the st repo? >> I just

Re: [dev] [wmii] wimenu custom completion

2010-08-16 Thread LuX
Hello! @Arian Kuschki: Thank you too, for the .inputrc trick. On Sun, 15 Aug 2010 18:51:55 -0400, Kris Maglione wrote: > Yes, I already fixed that problem when I made it into an example > file for distribution. Attached. I have a few unessential remarks, if you allow me: - Although I don't un

Re: [dev] [wmii] wimenu custom completion

2010-08-16 Thread Kris Maglione
On Tue, Aug 17, 2010 at 02:15:13AM +0200, LuX wrote: On Sun, 15 Aug 2010 18:51:55 -0400, Kris Maglione wrote: Yes, I already fixed that problem when I made it into an example file for distribution. Attached. I have a few unessential remarks, if you allow me: Of course. - Although I don't

Re: [dev] dmc

2010-08-16 Thread Andreas Wagner
I've packaged dmc for arch linux: http://aur.archlinux.org/packages.php?ID=39955 This was before I tried it and could not send or recieve mail. Maybe I packaged it too early? I would also like to know if I'm missing something. On Mon, Aug 16, 2010 at 3:43 AM, pancake wrote: > dmc -e maybe? > > O

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread David J Patrick
On 10-08-14 08:18 AM, Alexander Teinum wrote: I have been working on a program that makes it easy to keep myself, and perhaps others, in check. It’s inspired by suckless. I now consider it stable enough to share it with you. Sounds intriguing, and I'm going to check it out, but I have to admit

Re: [dev] flo - a command line program for organizing events, to-dos, and deadlines

2010-08-16 Thread Alexander Teinum
> Sounds intriguing, and I'm going to check it out, but I have to admit to > being the "Designer" of a competing bit of software at > http://taskwarrior.org I don’t have time to try it out right now, but I see how an interactive interface might be practical. Mine is more like a pure command line a