Vamsi Avula

Results 46 comments of Vamsi Avula

Hi @szhu I used `replace` as there are just 2 kinds of things. Yes, `join` would be better when there are more kinds of things. But `join` [needs needs to...

Somehow I thought Inbox showed pinned threads at the top, then Today, then Yesterday e.t.c. but looks like not 😅 So I guess inboxy is already doing what Inbox did...

Slight approximation of this is pretty easy to do with Gmail filters and an AppsScript -- Add a 'daily' label and archive the messages you want to see once a...

+1, I use j/k and {/} all the time and was questioning if something was wrong with my filters -- I then realized those actions were WAI, just not within...

I think https://github.com/xtermjs/xterm.js/issues/3260 is related?

I'll probably get back to it, but just in case I don't, https://github.com/avamsi/viddy/commit/c62b26001920bc3e0b291e02dbd68d0627bc9b77 seems to be working okay (i.e., the keyboard shortcuts and all) but there seems to be an...

Sorry, haven't read through that Github blog in detail so maybe I have this wrong but it seems to me like a simple DFS like approach would work well (enough)...

Just to make the above log more compact (like jj log now), ``` o c0a26f76426e 543967befc73 [email protected] 2021-10-13 11:08:01.000 -07:00 |...o ca796b49f06f b4323a1a35b6 [email protected] 2021-10-13 20:38:39.000 -07:00 | | docs:...

+1. It would be better if *this* repo can be transferred to an organization (**if** @wuub is willing to, of course)

I wanted to add no-trigger autocomplete for `hg up` on zsh and this is what I ended up with (copy kill's existing logic in fzf/shell/completion.zsh), obviously it's not scalable at...