Unless my expectations are wrong, here is the unexpected Focus behavior reproduction:
- Create a new directory and cd into it
- Create file
.focus-config in it
- Call
open -a Focus . (also tried open -a Focus --args . and open -a Focus)
Current: an error is shown:
Couldn't load file '/Users/meg/projects/jai/test'
Expected: as documented in the Focus docs, one way to open a project is:
By launching Focus from a directory containing a file named .focus-config.
So I would expect Focus to open the current folder (that also contains .focus-config in it) as a project? Or am I misunderstanding?
Unless my expectations are wrong, here is the unexpected Focus behavior reproduction:
.focus-configin itopen -a Focus .(also triedopen -a Focus --args .andopen -a Focus)Current: an error is shown:
Expected: as documented in the Focus docs, one way to open a project is:
So I would expect Focus to open the current folder (that also contains .focus-config in it) as a project? Or am I misunderstanding?