Settings

Theme

Gmailtail – Command-line tool to monitor Gmail messages and output them as JSON

github.com

144 points by c4pt0r 6 months ago · 34 comments

Reader

3r7j6qzi9jvnve 6 months ago

This just polls every x (default 30) seconds; if you use IMAP you can do better with IDLE (e.g. I pipe `fetchmail --check` to something that triggers a sync to immediately get new mails)

love2read 6 months ago

What tool makes these readme’s for new github repos that are bulletpointed lists with features, always prefixed by an emoji?

  • sunrunner 6 months ago

    I think this trend has been around for a while now (it started to become more noticable for me at least a couple of years ago).

    At first there seemed to be a correlation between how 'cool' the project was and the number of emoji, but now it seems like it's as expected as just having a README itself.

    I've definitely seen _more_ decorated READMEs, and I can't help but feel like there's an inverse correlation between emoji count and readability.

  • diggan 6 months ago

    Not specifically about readmes/GitHub repos, but I've noticed some LLMs like Sonnet and GPT4.1 are really enthusiastic about doing emoji-prefixed lists for some reason.

    • dewey 6 months ago

      Trained on too many JS libraries.

    • aritrogh 6 months ago

      Not necessarily a helpful thing, In fact I think that we were to use this to create dynamic prompts then it increases exponentially

  • username135 6 months ago

    When ever I see tons of emojis in a list/faq/readme I first think of LLM output.

  • vanrohan 6 months ago

    It's probably LLM generated. Adding a fun/cool factor to the project. I created a Chrome Extension where you can "emojify" any text with a right-click. https://emoji-bot.com

  • maximevalette 6 months ago

    Basically any LLM

  • yapyap 6 months ago

    AI, I presume (but I’m not sure) that the code “agent” they are using creates it.

  • bravesoul2 6 months ago

    Tool is an insult when applied to a human...

basemi 6 months ago

If I read it right, it's built on Gmail API

Are there any other provider agnostic tools with similar capabilities?

worldsayshi 6 months ago

Is there any good library or tool that let's me programmatically/easily or semi-automatically delete mail by query in gmail? The built in tools are not good enough. Does Thunderbird work with gmail nowadays?

nathants 6 months ago

Just have SES put the email in s3, then do stuff.

nisegami 6 months ago

One step closer to fully closing the loop on using LLMs to automate white collar work.

rubslopes 6 months ago

Is it just me, or is there a trend to make modern web applications accessible on the terminal?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection