Skip to content
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

Display current repository path in the top-right corner #1387

Merged
merged 2 commits into from Oct 20, 2022

Conversation

alexmaco
Copy link
Contributor

@alexmaco alexmaco commented Oct 12, 2022

This Pull Request fixes #1341.

It changes the following:

  • displays current repository path in the top-right corner

I followed the checklist:

  • I added unittests
  • I ran make check without errors
  • I tested the overall application
  • I added an appropriate item to the changelog

@extrawurst
Copy link
Owner

nice one to tackle. but maybe we can find a better way to cut/shorten the path if the terminal size is very small:

Screenshot 2022-10-15 at 12 21 26

maybe it should be something like:
[..]ephan/code/gitui/

@extrawurst
Copy link
Owner

can you update and cleanup the conflicts?

CHANGELOG.md Outdated Show resolved Hide resolved
src/app.rs Outdated Show resolved Hide resolved
@extrawurst extrawurst merged commit 9c2d8c0 into extrawurst:master Oct 20, 2022
@extrawurst
Copy link
Owner

Thank you!

SergioRibera pushed a commit to SergioRibera/gitui that referenced this pull request Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

visualize repo path
2 participants