bug#6195: Feature Request for fold

2010-06-07 Thread Bob Proulx
BJ Dierkes wrote: Pádraig Brady wrote: $ git --no-pager log --oneline | fold -s `fmt` seems to nearly do what you want, and with a little sed you can line up correctly: fmt -t | sed 's/^ //' I'm not against a --indent option to fold but with the overlap between

bug#6195: Feature Request for fold

2010-05-16 Thread BJ Dierkes
On May 15, 2010, at 8:28 AM, Pádraig Brady wrote: On 15/05/10 02:55, BJ Dierkes wrote: Hello all, I am trying to use the 'fold' utility to make prettier output from 'git-log'. $ git --no-pager log --oneline | fold -s `fmt` seems to nearly do what you want, and with a little sed you

bug#6195: Feature Request for fold

2010-05-15 Thread Pádraig Brady
On 15/05/10 02:55, BJ Dierkes wrote: Hello all, I am trying to use the 'fold' utility to make prettier output from 'git-log'. $ git --no-pager log --oneline | fold -s `fmt` seems to nearly do what you want, and with a little sed you can line up correctly: fmt -t | sed 's/^ //'

bug#6195: Feature Request for fold

2010-05-14 Thread BJ Dierkes
Hello all, Per the coreutils site I was referred to submit feature requests here on list. I am trying to use the 'fold' utility to make prettier output from 'git-log'. The use is irrelevant, but that is my example: $ git --no-pager log --oneline | fold -s The output looks something like: