Re: [dev] [announce] mle: a small terminal-based text editor

2017-03-31 Thread Snobb
On 30/03/17 10:02P, Kamil Cholewiński wrote: > On Wed, 29 Mar 2017, Snobb wrote: > > So without lua, the editor goes with default hard-coded settings and > > no way for even minor customisation like number of spaces per tab, > > tabs or spaces, etc. > > Same for dwm.

Re: [dev] [announce] mle: a small terminal-based text editor

2017-03-29 Thread Snobb
On 29/03/17 10:53P, Marc André Tanner wrote: > On Wed, Mar 29, 2017 at 08:22:04PM +0100, Snobb wrote: > > I liked the idea of vis in its early stage until it went the "lua" way. > > I'm sorry that you feel that way, but you can still completely disable Lua > duri

Re: [dev] [announce] mle: a small terminal-based text editor

2017-03-29 Thread Snobb
The idea of having php installed just to have my editor working terrifies me (or a mandatory dependency of any language interpreter for that matter). I liked the idea of vis in its early stage until it went the "lua" way. The termbox requires python for compilation. So to get this editor working o

Re: [dev] looking for a simple music player

2017-02-09 Thread Snobb
eird to me. > I think I should try it one more time. > > > Snobb wrote: > > > I'm surprised nobody mentioned cmus (https://cmus.github.io/) > > I only used library/playlist pane, and I changed formats to > simply %{filename}. Also, for some reason it didn'

Re: [dev] looking for a simple music player

2017-02-09 Thread Snobb
cool but the interface looked kinda weird to me. > I think I should try it one more time. > > > Snobb wrote: > > > I'm surprised nobody mentioned cmus (https://cmus.github.io/) > > I only used library/playlist pane, and I changed formats to > simply %{filenam

Re: [dev] looking for a simple music player

2017-02-08 Thread Snobb
I'm surprised nobody mentioned cmus (https://cmus.github.io/) On 07/02/17 08:25pm, Cág wrote: > Hi, > > I'm looking for something that looks like noice when I'm in my music > folder: basically a list of file names and the current song's name and > length at the bottom. No need for colours and al

Re: [dev] [st/dwm] Alt-Shift-C and Mod1-Shift-C

2017-01-13 Thread Snobb
On 13/01/17 08:52P, Eric Pruitt wrote: > On Thu, Jan 12, 2017 at 07:25:06PM +0100, Patrick Bucher wrote: > > I'm using st and dwm at the same time, and today I discovered a little > > problem > > when using the default config of both programs. st uses Alt-Shift-C to copy > > text > > into the cli

Re: [dev] [st/dwm] Alt-Shift-C and Mod1-Shift-C

2017-01-13 Thread Snobb
On 12/01/17 07:25pm, Patrick Bucher wrote: > Hi there, > > I'm using st and dwm at the same time, and today I discovered a little problem > when using the default config of both programs. st uses Alt-Shift-C to copy > text > into the clipboard, dwm uses Mod1-Shift-C for closing the selected window

Re: mail technology [was: Re: [dev] c++ compiler that rocks]

2015-12-01 Thread Snobb
76 columns is sane. I believe the historical motivation is that 'diff' adds some several spaces to the left. At least I've worked for software companies that require this maximum width in the source files for that reason. /Snobb On 30/11/15 07:08pm, FRIGN wrote: > On Mon, 30

Re: [dev] a suckless hex editor

2015-11-16 Thread Snobb
Agreed. Besides if xxd is installed, one can do something like this in vi/vim: :%!xxd make changes :%!xxd -r. Is a shell script really necessary? On 13/11/15 11:45am, Alex Pilon wrote: > On Fri, Nov 13, 2015 at 11:28:36AM -0500, Greg Reagle wrote: > > What do you think? > > > > […] > > > > #!/