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

Load projects from files #1

Open
6 tasks
Hultner opened this issue Mar 25, 2019 · 0 comments
Open
6 tasks

Load projects from files #1

Hultner opened this issue Mar 25, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Hultner
Copy link
Member

Hultner commented Mar 25, 2019

For testing purposes I currently hardcoded my projects.

The idea is that we should be able to load projects from JSON/(safe)YAML/TOML files (in that priority order). These files should either be able to exist in a user defined directory $WORK_PAUSE_PROJECT_DIR which defaults to ~/.work_pause or similar. We should also look in the current working directory of the invoker as well as the git root of the current folder.

  • Load JSON
  • Load YAML
  • Load TOML
  • Load from dir defined by $WORK_PAUSE_PROJECT_DIR
  • Load from current working directory of invoker
  • Load from git root to current working directory of invoker
@Hultner Hultner added the enhancement New feature or request label Mar 25, 2019
@Hultner Hultner added this to the 1.0 milestone Mar 25, 2019
@Hultner Hultner modified the milestone: 1.0 Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant