git-up/GitUp

Option to remove the name of the active view in the tabs

Open

#742 opened on Feb 4, 2021

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Objective-C (1,464 forks)batch import
good first issue

Repository metrics

Stars
 (11,997 stars)
PR merge metrics
 (Avg merge 22h 44m) (4 merged PRs in 30d)

Description

The latest release has added the name of the active view in the tabs: where the tab name was previously "my repo name" it is now "my repo name • Map|Commits|Stashes", depending on the currently active view in this tab.

It would be great to be able to disable this feature in the app's settings: I always have many tabs open in GitUp and this feature adds noise to the tab names: it slows the quick finding of the desired tab.

Also, as far as I'm concerned I don't need to know which view a repo is on: I'll see it anyway when I come to this tab (and change it quickly using the keyboard shortcuts if it's not the desired one).

By the way: I love GitUp and have been using it for years as a replacement of all the fancy git clients out there. I do most of the work in git using the command line but GitUp helps a lot for commits and to view the current state of the repositories (it would be nice to be able to disable some of the shorcuts: several times I have typed cmd + Z as a reflex to undo my last action while not meaning at all to cancel my last git command such as a commit, a merge or whatever, those shortcuts are dangerous !).

Contributor guide