Skip to content

Commit 8daf686

Browse files
authored
FAQ: Added command line usage instructions (#800)
1 parent 95b8acf commit 8daf686

File tree

1 file changed

+9
-0
lines changed
  • src/routes/docs/getting-started/faq

1 file changed

+9
-0
lines changed

src/routes/docs/getting-started/faq/+page.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ The default settings are designed to deliver the best performance across differe
3939
Resource consumption naturally increases when opening new tabs or navigating to different locations. However, we're aware of several memory leaks that can cause usage to accumulate over extended sessions.
4040

4141
To mitigate this, consider disabling the option to keep Files in the background from **Settings → Advanced → Leave app running in the background when the window is closed**. Note that turning this off may result in slower launch times for Files. We're investigating these leaks and looking for a long-term solution.
42+
43+
## How to Open Files from Command Line
44+
45+
To open Files from command line, run the following command: `files-<branch>.exe`, replacing `<branch>` with the version of Files you have installed:
46+
- `stable`: Production build
47+
- `preview`: Beta/preview build
48+
- `dev`: Development build
49+
50+
You can also use the path parameter to open a folder inside of Files, for example: `files-stable.exe "C:\Users\YourName\Documents"`.

0 commit comments

Comments
 (0)