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

Allow configuration of repository for user defined remote tasks #74

Open
iilyak opened this issue Apr 13, 2018 · 0 comments
Open

Allow configuration of repository for user defined remote tasks #74

iilyak opened this issue Apr 13, 2018 · 0 comments

Comments

@iilyak
Copy link

iilyak commented Apr 13, 2018

Currently the repository is hardcoded here.

Which makes it hard for users to add own tasks. Currently the only ways to call remote tasks are:

  • alfred iilyak/alfred-tasks - there is no way to select specific yml file
    ✘ https://raw.githubusercontent.com/iilyak/alfred-tasks/master/alfred.yml`
    
  • alfred https://raw.githubusercontent.com/iilyak/alfred-tasks/master//testing.yml - very long

This problem could be solved either via:

  • make the account name configurable (in the above mentioned line)
  • inventing short syntax which includes user:
    • alfred iilyak/alfred-tasks:testing
    • alfred iilyak:testing
    • alfred iilyak/myrepo:testing - most flexible IMO
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

1 participant