Vamsi Avula

Results 46 comments of Vamsi Avula

@rickyz how would the matches and optionally preview be generated with #1299?

@carlosedp is this actually fixed or is it that you just stopped caring about it personally? (https://github.com/junegunn/fzf/wiki/Examples-(completion) seems to indicate it's the latter but haven't been keeping a close eye...

@junegunn can this be reconsidered? Bash seems to have the option to remove the ** trigger for certain commands and it would be nice to have the same option (albeit...

(Coming from #2026 again) @junegunn are you still not interested in this (now very small) PR? Is diverging support for Bash and Zsh the concern? That already seems to be...

> Either way, however, I think that makes it look like it's not an ancestor of commit `zn`. Good point, sorry I didn't think of that -- of course, we...

#2062 added support for the plain text part, template part is still pending. Copying @martinvonz's comment over from the PR for posterity, > I'm not sure how we're going to...

I use the following snippet with fzf (https://github.com/avamsi/dotfiles/blob/5b94015cc062aa0c1fd8ca94e32d0aa17bd70415/.zshrc#L63-L75): ```zsh _fzf_complete_jj() { _fzf_complete \ --preview 'jj bgc show --summary {1}' \ --preview-window wrap -- "$@" <

I often run into a very similar but slightly different use case -- the 2nd argument is "n" (for n slices of roughly the same size) instead of "size" (with...

@veggiemonk, I think what you're suggesting is the same as https://github.com/golang/go/issues/53987#issuecomment-1700345945? @icholy (and @earthboundkid) suggested it be called `Partition` (does some other language / library use this terminology?), I renamed...

Some ideas in https://www.reddit.com/r/golang/comments/14t4vgb/climate_cli_mate_a_cli_library_that_autogenerates. Also, we could add an `env` struct tag for populating flags from environment variables.