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

[feature] Bookmarks #2

Open
viktorbenei opened this issue Oct 12, 2014 · 4 comments
Open

[feature] Bookmarks #2

viktorbenei opened this issue Oct 12, 2014 · 4 comments

Comments

@viktorbenei
Copy link

First of all thank you for this amazing project! I'm on a hunt for a great cross platform (mainly OS X and Linux) Git GUI.

I really like the UX of git-webui and there's only one thing I'm missing from it: a bookmarking interface. Something similar to SourceTree's repository bookmark list window - where you can add new repositories to your list, check the status of all of your bookmarked repositories and open any with just a click.

I think this would make managing git repositories a lot easier (I have about 30-40 repos in my SourceTree bookmarks).

@alberthier
Copy link
Owner

Interesting idea, but currently git-webui handles only a single repository : the one in which the command has been launched.
Maybe these bookmarks could spawn new git-webui server instances.

Thanks for the feedback

@viktorbenei
Copy link
Author

That's a great idea - a main webui process for the bookmarks and then spawn new processes per-repo (could open a new tab/window too - SourceTree opens new window when opening a repository as well).

@sarink
Copy link

sarink commented Aug 21, 2015

+1

@badukaire
Copy link

Hello, and thanks for such an amazing and easy to use project, and with a beautiful UI.

Let me add a suggestion for the README that may be related to this issue. It would be nice if the README made reference to the existence of the command-line parameters (or at least just the --help).

I was about to ask if it is possible to view different repositories at once, and indeed it is (although it's not obvious and it may not be very efficient, but it's perfect by now for me). Just launch different instances, each one in a different port, like 👍

marc@pc:~/.../proj1$ git webui --port 8001
marc@pc:~/.../proj2$ git webui --port 8002

Perhaps it may also be helpful to add this little trick to the README as a workaround for serving more than 1 repos.

BTW, --help does not work, but -h does work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants