Tim

Results 3 issues of Tim

I'd like to be able to run a command on startup that just updates the cache so that nox is ready to go when I want to install software later...

**Describe the bug** When running in an environment that doesn't have `HOME` set composer fails with a warning, but the script doesn't exit. Running `export HOME=/root` got this script running...

bug
good first issue
suggestion

I've noticed that auto-completion for recipes inside of modules only works in Bash. I'm using Just `1.35.0`. I've setup two files: `Justfile` ``` mod bar ``` `bar.just` ``` command: echo...