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

Quicker way to get to often visited repos? #64

Open
janpio opened this issue Oct 13, 2017 · 6 comments
Open

Quicker way to get to often visited repos? #64

janpio opened this issue Oct 13, 2017 · 6 comments

Comments

@janpio
Copy link

janpio commented Oct 13, 2017

I am active in two orgs and have an additional one myself. Is there a quicker way to get to their repos than to type their full name followed by slash and then the repo name?

I visit those orgs and repos quite often, so maybe the extension could pick that up somehow? (I am only a member of 2 of these orgs, the other I am just a random user)

@janpio
Copy link
Author

janpio commented Oct 13, 2017

(Starring all the relevant repos and using gh *reponame might be a workaround)

@ProLoser
Copy link
Owner

ProLoser commented Oct 13, 2017 via email

@janpio
Copy link
Author

janpio commented Oct 13, 2017

Ok, my own org is covered.
Unfortunately I don't have write access on the others.

Does the extension know locally about any of my e.g. issues that could be used to automate searches in some orgs that I visit often?

Does gh / correspond to an API endpoint or would it be possible to add a list of "consider these orgs as mine as well" option in the settings?

@ProLoser
Copy link
Owner

All this logic is in the extension mostly. I just query stuff and cache it locally and then search the caches.

If you can follow an org it may show up when you use @ but I don't think GitHub let's you follow orgs (sadly). The flow you described which would be fine entirely through the extension doesn't feel very good (I prefer using information already in GitHub and just applying sensible logic to it).

One way to get where you're going faster might be to have a bigger reliance on frequency and history. Repos you select within the extension more frequently get higher priority.

I feel like if this work got polished and finished it might do what you want #49

It essentially is like combining all the caches during searching so you don't have to use special triggers like ! / @ *

@janpio
Copy link
Author

janpio commented Oct 13, 2017

Yeah, no follow for orgs :/

Hm yeah, #49 would probably work in some way - but that is a major change. I was hoping for a small, little thing to cover my usecase ;)

@ProLoser
Copy link
Owner

ProLoser commented Mar 9, 2021

I came up with a new version of this project I think you would like.

It should monitor any repos you can push to, starred or watch. Then whenever you search it will show a filtered list of results from those. I think I'm going to remove all the UI tweaks and shortcuts since they are all integrated.

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

No branches or pull requests

2 participants