Re: [dev] sltar c

2011-05-20 Thread Connor Lane Smith
On 20 May 2011 23:42, Connor Lane Smith wrote: > > Another feature which would be nice would be stripping of leading / > > and .. from path names when creating and extracting archives. Oh, I didn't do the '..' bit though. I couldn't be bothered, basically. Shouldn't be too difficult, though, with

Re: [dev] sltar c

2011-05-20 Thread Connor Lane Smith
On 20 May 2011 21:51, Nick wrote: > One thing which could be considered would be allowing specifying > file / directory names on argv. > Another feature which would be nice would be stripping of leading / > and .. from path names when creating and extracting archives. Attached! I also fixed a b

Re: [dev] sltar c

2011-05-20 Thread Nick
Quoth Connor Lane Smith: > I've written a quick patch for sltar which lets you create archives as > well as extract and list them. (It reads the files' paths in through > stdin.) I've not tested it extensively, but it seems to work well. > Maybe Enno could apply it to the sltar repo? Well really,

Re: [dev] sltar c

2011-05-20 Thread Enno Boland (Gottox)
It's on my working copy. Looks very promising, thank you ;) Am 19.05.2011 um 20:15 schrieb Connor Lane Smith: > Hey all, > > I've written a quick patch for sltar which lets you create archives as > well as extract and list them. (It reads the files' paths in through > stdin.) I've not tested it e

Re: [dev] sltar c

2011-05-19 Thread chris hall
"improve sltar" is listed on the project ideas page, is this not a strong enough relationship? ~Chris On Fri, May 20, 2011 at 09:26, ilf wrote: > On 05-19 19:15, Connor Lane Smith wrote: > What's the relationship between sltar and suckless?

Re: [dev] sltar c

2011-05-19 Thread ilf
On 05-19 19:15, Connor Lane Smith wrote: Maybe Enno could apply it to the sltar repo? Since Enno is here, but sltar isn't on suckles.org: What's the relationship between sltar and suckless? What makes a project a suckless project? -- ilf Über 80 Millionen Deutsche benutzen keine Konsole. Kli

[dev] sltar c

2011-05-19 Thread Connor Lane Smith
Hey all, I've written a quick patch for sltar which lets you create archives as well as extract and list them. (It reads the files' paths in through stdin.) I've not tested it extensively, but it seems to work well. Maybe Enno could apply it to the sltar repo? Thanks, cls diff -r 8e03adc56a1d con