You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: