So: What do you think? What should we add? Even if it's a big "Wouldn't it be cool if you could do (big thing that would take a long time)…" I can still put in a ticket for it on Github for the future.
> --
> You received this message because you are subscribed to the Google Groups
> "ack dev/users" group.
> To post to this group, send email to ack-...@googlegroups.com.
> To unsubscribe from this group, send email to
> ack-users+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/ack-users?hl=en.
--
Will "Coke" Coleda
On 02/04/2012 16:02, Andy Lester wrote:
> You get a sneak peek at the redesigned version of
> http://betterthangrep.com/ It's all fancy and pretty and I'd like
> your feedback.
[...]
Excellent. Far easier to read especially for those not used to man
pages (I pipe all my man pages to Vim for a better reading experience
as well as all the other benefits).
Me like :-)
Cheers,
Phil...
- --
But masters, remember that I am an ass.
Though it be not written down,
yet forget not that I am an ass.
Wm. Shakespeare - Much Ado About Nothing
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: §auto-key-locate cert pka ldap hkp://keys.gnupg.net
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJPeciPAAoJEKpMeDHWT5AD3zgH/RlzjGnDYl4bds0jHLxH6C05
MVslExbbXXkG5rBucs+qgXARcYD1kXtjNWZFLxDPLLbRp50FvuQ83JTg0MiR5kpd
2CXJodlvAHc0OZZgog8uutcVOXTqm2mRY/es2xpfxXYiiYscoVU80TyFZpIpktpW
MgNOEK82Ti8SZuttcqhtwo0IpmJQEsDa0N1Xd5QMVEeVnV7YOTFPnZ4fH2VlInhO
0jFFizlCWHU9Z4VSEQKDzKXxFun0kIbgCJqsjC/YQVnoV4/WhM2gfhqRadVpokX4
g7Dul45IrIWhmuN9BlQTfkwAn3NDenk6ate647rmyD1HBn74UNC/V0Yynr9/Cao=
=ObIn
-----END PGP SIGNATURE-----
And I'm glad you added the "Other tools like ack" page. I'm a ruby fan and have sometimes wondered about something like ack in ruby. Now I can try out rak and glark and see what I think.
Overall, it looks good.
--
Chris Madsen pe...@cjmweb.net
-------------------- http://www.cjmweb.net --------------------
I pretty much like all the UI changes - it looks much better. I disagree about hiding the Changelog, though; I often use changelogs to see if it's worth upgrading to the latest version (in a corporate environment), or just to see what sort of activity is happening with the software. Given that your target audience is programmers, it seems like they'd expect (and be comfortable) with a web-searchable changelog.
Where do you suggest I put it? and what about the pointer to the source code?
Maybe there should be a "source code and changelog" page?
I'm almost thinking that such a page should also explain design decisions and power ack user tips?
In fact, that reminds me - I almost didn't start using ack (back in the day) because I couldn't easily find a web-accessible version of the source code. I didn't want to have to download it (again, in a restrictive corporate environment) just to see the source.
Would it have helped in your case the restrictive corporate environment to just point to the http://betterthangrep.com/ack-standalone ?
You left out the "know" in "please let me at an...@petdance.com."
I pretty much like all the UI changes - it looks much better. I disagree about hiding the Changelog, though; I often use changelogs to see if it's worth upgrading to the latest version (in a corporate environment), or just to see what sort of activity is happening with the software. Given that your target audience is programmers, it seems like they'd expect (and be comfortable) with a web-searchable changelog.
In fact, that reminds me - I almost didn't start using ack (back in the day) because I couldn't easily find a web-accessible version of the source code. I didn't want to have to download it (again, in a restrictive corporate environment) just to see the source.
Where do you suggest I put it? and what about the pointer to the source code?Maybe there should be a "source code and changelog" page?
While GitHUB / SourceForge should not be a project's public face
1) it's easy to add --perl to search only Perl files, or2) it's easy to add --noperl to skip Perl files
And I'm glad you added the "Other tools like ack" page. I'm a ruby fan and have sometimes wondered about something like ack in ruby. Now I can try out rak and glark and see what I think.
One typo in the top 5 list: "while ignore" should be "while ignoring".
Aaand... https://github.com/blog/1081-instantly-beautiful-project-pages
Have you seen this presentation on that topic that I gave? Or are you feeding me a straight line to refer to it?
1) it's easy to add --perl to search only Perl files, or2) it's easy to add --noperl to skip Perl filesThanks, fixed. I knew what I meant, so I don't know why the page text didn't magically match that! :-)And I'm glad you added the "Other tools like ack" page. I'm a ruby fan and have sometimes wondered about something like ack in ruby. Now I can try out rak and glark and see what I think.Yeah, do let us know. If you find that one of the glark features is especially awesome, report back! Theft is good for all!
> Phillip there's a global gemset in rvm... you would not have to install the rak/glark dependencies in each gemset. Both the global and the "local" gemsets are always available. That said, Ack rocks and there doesn't seem to be a compelling reason to change.
Hi Les,
I might be mistaken, but I am pretty sure the global gemset is by ruby version, so if I have 4 rubies, I'd still have to have it installed 4 times. Besides, I'm something of a purist and don't use the global gemsets. I want to know that an application is as isolated as possible.
Phillip
cheers
Les
On 05/04/2012 22:33, Les Nightingill wrote:
> Phillip, disregard my comment, you're right, gemsets are by ruby version. But (per Andre Arko) bundler pretty much obviates the gemset concept, so I'm starting to remove mine. But then, as I've demonstrated, I'm no expert on this!
In which case, this may interest you:
<https://github.com/mpapis/rubygems-bundler>
Cheers,
Phil...
> On Apr 5, 2012, at 12:53 PM, Phillip Koebbe wrote:
>
>>
>> On Apr 5, 2012, at 1:07 PM, Les Nightingill wrote:
>>
>>> Phillip there's a global gemset in rvm... you would not have to install the rak/glark dependencies in each gemset. Both the global and the "local" gemsets are always available. That said, Ack rocks and there doesn't seem to be a compelling reason to change.
>>
>> Hi Les,
>>
>> I might be mistaken, but I am pretty sure the global gemset is by ruby version, so if I have 4 rubies, I'd still have to have it installed 4 times. Besides, I'm something of a purist and don't use the global gemsets. I want to know that an application is as isolated as possible.
- --
But masters, remember that I am an ass.
Though it be not written down,
yet forget not that I am an ass.
Wm. Shakespeare - Much Ado About Nothing
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: §auto-key-locate cert pka ldap hkp://keys.gnupg.net
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJPfhDnAAoJEKpMeDHWT5ADTT4IALW37X8rFaMLZr8yq6VMVXp3
LldkJTV6QjNwqBQANE1sO0SaR7/W2q6TLph+VpMoPnASEhg2kSR/81CtxBJj88i/
ksEUiifXhEfrB5QnHffH86S/tPbEnsScxw4MXIYqGWcLaAENjT4VwLfd3sKnjs1q
hx0s3OmwzBTOsLRZetC3YmVUX1OzBQvYUGBqRvneHS8UvXThO5Ap50PhucgCUkcm
u2oqmsrGL/5fICMiQhnR6Awyt8RHR3uioIoGukJeTWSA7qQPBqZRKk9BFS+qeX/O
CA3dMdyPIE8u3/mhbQO8ewcFgJN/2hZESggGY1V7J7zl5cId/8p+4Z8CE1tNhE4=
=cS7F
-----END PGP SIGNATURE-----
> Phillip, disregard my comment, you're right, gemsets are by ruby version. But (per Andre Arko) bundler pretty much obviates the gemset concept, so I'm starting to remove mine. But then, as I've demonstrated, I'm no expert on this!
Definitely off-topic for an ack list, but …
I don't see how bundler removes the need for gemsets since they address two different problems:
1: bundler manages dependencies
2: RVM/gemsets creates isolation of applications
Bundler doesn't help me keep a Rails 1.2.6/Ruby 1.8.6 app and a Rails 3.2/Ruby 1.9.2 app on the same system, RVM does. RVM, on the other hand, doesn't help me manage the ever-growing list of dependencies like bundler does. The two tools together, though, make an otherwise extremely frustrating experience actually manageable.
We now return you to your regularly scheduled program …
Phillip