Hi, Chris!
On 13 Dec 2017, at 12:46, Christopher Stone wrote:
Text filters are installed here:
~/Library/Application Support/BBEdit/Text Filters/
Ah, now I remember again… I was searching for a menu-item like
"*create text-filter*", but you create them "*manually*", put them in
the right place and *then* they appear in the menu!
Thanks, Chris!
Personally I'm going to prefer a table to be nicely formatted by
column, so I'll do something like this:
#!/usr/bin/env bash
sed -E $'s! - !\t-\t!' | sort -k2,2 | column -t -s $'\t'
* Babe I'm Gonna Live You - Led Zeppelin
- Blackbird - The Beatles
- Blackbird - The Beatles
* End Of The Line - The Traveling Willburys
...
That looks nice too, yes - but I like the older style more for this
very list.
But: Could you please explain me the command? It could be useful for
other list I have.
I'm replacing the “ - ” separator with
“SpaceLiteralTab-LiteralTabSpace”.
Then I'm sorting on the 2nd column.
Then I'm creating a text column with tab as the delimiter.
If you want to know more then be more specific. :)
Now I understand (I used the man also in terminal), thanks!
Regards,
Vlad
--
This is the BBEdit Talk public discussion group. If you have a
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
---
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.