-
Notifications
You must be signed in to change notification settings - Fork 78
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
[Feature Request] Show Full Path in Footer #21
Comments
Sounds like a good idea. While working on v2 of emgithub, I have implemented this feature (6a5dfd9). You can check it at https://emgithub.com/~ |
Appreciate it 👍 |
Some small improvements can be done though, like:
|
I believe you mean when the path got too long as shown below... However I think adding the option "Set the maximum path depth" may make the emgithub have too many options and too focused on the details. I believe "Trim the path string if it gets too long" is preferred, such that when the text can't fit into one line it will get clipped and ellipsis is shown on the left. But If you have got a better solution, PR is always welcomed. |
Currently emgithub only shows the file name in the folder, which does not indicate the path structure. An option to show the full path of the file in the repository would be awesome.
e.g.
https://github.com/user/repository/blob/branch/src/hello.cpp#L2-L6
->src/hello.cpp
instead ofhello.cpp
The text was updated successfully, but these errors were encountered: