-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some features request... #16
Comments
I would like to see that too. Thanks =P |
I would like this too. Will try to implemented, wish me luck. |
Use different colors <-- I'd prefer vim syntax highlighting. Pull tweets into a vim buffer and let it color them. |
@jean sounds awesome, could you post some hints or modify the Tips & Tricks page to reflect that setup? |
At the moment I just do
I'm doing this in the context of vimwiki (http://code.google.com/p/vimwiki/), so I get highlighting of URLs, and can turn any bit of a tweet into a link to a wiki page. Many hashtags and usernames are already WikiWords, so they can be turned into a link by just hitting return. They're natural handles to add context or organize information around tweets and tweeps. I haven't bothered with a syntax file, but I'd like one which hides everything but the username from the URL. I'd also prefer the timestamp in more compact ISO8601 format. |
Use sed twidgle lsrecent | sed -e "s/@[0-9a-zA-Z_\-]*/\x1b[40m\x1b[1;32m&\x1b[0m/"| sed -e "s/#[a-zA-Z]*/\x1b[41m&\x1b[37m\x1b[0m/" |
Hello,
I'd like twidge be able to:
Thanks a lot.
The text was updated successfully, but these errors were encountered: