Skip to content
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

Open
murrayf opened this issue Sep 7, 2010 · 6 comments
Open

some features request... #16

murrayf opened this issue Sep 7, 2010 · 6 comments
Labels

Comments

@murrayf
Copy link

murrayf commented Sep 7, 2010

Hello,

I'd like twidge be able to:

  • Insert a line/some *** or --- to separate every tweet. I think when you retrieve a list of 20 it would be clearer to read...
  • Use different colors for each element of the tweet; user, main text, url, mentions, etc, instead of every aspect in the same console color.

Thanks a lot.

@leomeloxp
Copy link

I would like to see that too. Thanks =P

@jeancventura
Copy link

I would like this too. Will try to implemented, wish me luck.

@jean
Copy link

jean commented Aug 19, 2011

Use different colors <-- I'd prefer vim syntax highlighting. Pull tweets into a vim buffer and let it color them.

@arpunk
Copy link

arpunk commented Jan 1, 2012

@jean sounds awesome, could you post some hints or modify the Tips & Tricks page to reflect that setup?

@jean
Copy link

jean commented Jan 3, 2012

At the moment I just do :r! twidge lsrecent -asul in my TwitterLog file.
And then munge it using this command:

:%s?^\(\d\+\t\)\(\S\+\)\t\+?http://twitter.com/\2/status/\1

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.

@overflow
Copy link

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/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants