-
|
there is no reference to projects in the help file and the open projects command just lets you open a file, cant find an explanation anywhere I'm very confused. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
A project is just a directory. When you start flow the current project is either the current working directory or set with the |
Beta Was this translation helpful? Give feedback.
A project is just a directory. When you start flow the current project is either the current working directory or set with the
--projectparameter. You can also open a directory with theopen_filecommand to switch projects. Theopen_recent_projectcommand (aka "Open project") will let you select a project to switch to from a list of recently used directories. The project state (most recently used files and a few other details) is stored in~/.local/state/flow/projectsand you can remove a project from the recent projects list by just deleting the file there.