- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 605
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
Flag to automatically open at file #2510
Comments
Do you want it to just go to the file-tab or even open up that files history directly? |
When writing I was thinking mostly about the file-tab, cuz over there is always massive at my work. |
File list and history view was the main reason for me to move to gitui! So replacement for |
This would be similar behavior as
|
Yes and no. The whole point of using gitk is that you can scroll through history and see diffs while you press up and down like in gitui history view. |
Is your feature request related to a problem? Please describe.
I like to use gitui integrated on my neovim environment, so it makes easier to manage stuff. Even tough neovim has others plugin to manage file chnge history, gitui is simply better. However, navigating until the file to check for the history every time gitui is opened is kinda annoying, if there was an automatic way to invoke it everything would be a lot better.
Describe the solution you'd like
Add a flag "--file [path]" and gitui will be automatically invoked on the File Tab focusing the filepath.
The text was updated successfully, but these errors were encountered: