-
Notifications
You must be signed in to change notification settings - Fork 9
Global search like in SourceTree #2357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Dan, Interesting. Do you have a different version because I don't have the git icon. I have the current PySide6 repo open and search globally for a string For some reason, Fork does not find this. |
Yes, I made this screenshot on Windows.
May be |
Yes, searching for Anyway, good enough, although I like it better without reges syntax as default. |
It's probably POSIX regex: https://git-scm.com/docs/git-log#Documentation/git-log.txt-code--pickaxe-regexcode, https://en.wikipedia.org/wiki/Regular_expression#Character_classes
|
Yes, I confirmed that searching now works with unescaped [] brackets. But one drawback of this is that escaping the brackets with backslash now stopped working. This is an incompatible change which would be worth mentioning explicitly in the change log.
While I can live with it, the cleaner solution would be to have a switch for
Nevertheless, I am very satisfied with Fork and will use it exclusively from now on. Since I'm a full-time PySide developer, I'll be licensing the product starting in June. I'm very happy that you don't do this nonsense with subscriptions like GitKraken, because that was the reason to return to SourceTree. Cheers and keep up the good work - Chris |
The only annoying thing left is that I cannot send pull requests. I would like to contribute. Any chance? |
Log in to your account in Fork (File -> Accounts -> +). Then right click on a branch and select 'Create Pull Request' |
Sorry, I meant I would like to contribute pull requests to Fork 😄 |
With Fork I am very happy with and would like to throw away SourceTree, but there is one feature that I'm missing: The ability to search a string in the whole repository, with a choice where to look into:
I am really using commit message and more often file changes.
Meanwhile I learnt how to do that with a git command, but I would like that in a Fork window very much.
The text was updated successfully, but these errors were encountered: