Nick Gerace
Nick Gerace
I think [gitui](https://github.com/extrawurst/gitui) handles TUI integrations very well and it would be redundant to have `gfold` do the same _within an single repository_. `gfold` is designed to give a bird's...
Seems like maybe https://github.com/nickgerace/gfold/issues/168 and this issue could combine into something like the following: - Add an optional interactive mode - The interactive mode should feel like a traditional TUI...
Thanks for the report! This looks like a valid bug. I'll take a look when I get the chance.
That does help and I am low on free time. I'm taking a look at 1.0.4. Thanks for the follow up!
Usually, I find the most bugs in the "is unpushed" logic. I looked here to start: https://github.com/nickgerace/gfold/blob/9854433f3aad31a8aaf4ccd0916114c567c7cac3/gfold/src/util.rs#L147-L181 Another place that could be a problem: path canonicalization. I may be pushing...
Thank you! I want to make sure that I understand the request: Are you saying that you would like to jump to a directory with the given list of results?...
From what I understand, `atuin` uses `fzf` for its search. `gfold` has its own search. While `fzf` is amazing, I think the main request here is to be able to...
> If you want to jump to dir you need to eval it on the shell side. We have it in [fw](https://github.com/brocode/fw) (which you also could consider using wink )....
Thank you @BerkeleyTrue for the workaround for now! It looks great. I wonder: would the new `json` output help with your script? It might be easier to parse.
You are in luck @BerkeleyTrue! There is a no color option. Here's both together: ```shell gfold -d json -c never ``` And you can dump those options into a config...