Feraidoon Mehri

Results 385 comments of Feraidoon Mehri

@cantino You might even be able to reuse zsh-autosuggestions itself. They added the ability to add “providers” to the suggestions (like inline suggestions for completions), and I think you can...

I’ll try to break up the PR into multiple parts, but 1. I don’t know how to do that currently and need to find time to learn that, 2. The...

Thanks. I am very busy this semester, I don't think I'll find the opportunity to do this. I am also probably going to take that fork further off its current...

``` function ffdash() { dasht-query-line $@ | perl -0777 -pe 's/name = (.*?)\ntype = (.*?)\nfrom = (.*?)\nurl = (.*?)\n/ $4 | $1 | $3 | $3\n\n/g' | column -ts'|' |...

@junegunn > What is your actual use case? I am trying to integrate my fzf functions with GUI programs; For example, I have a clipboard manager implemented via fzf, and...

This breaks the syntax. I suggest adding a regex mode instead, where we can use modifiers like `(?i)` to change case-sensitivity.

How is it that other browsers don't get blocked by Google? Surely we can just ape their API calls?

How do I disable Lulu so that DoH works? Do I need to remove the app completely?

Because some of us write shell scripts which would benefit from having such niceties. There are CLI modes for other chalk stuff. On Sun, Aug 11, 2019 at 11:27 AM...

@BishopWolf It seems `bfg` rewrote commits that were authored by `'[email protected]'`, and now you need their `gpg` key to push their rewritten commits. Your best bet is to change the...