Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/console-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,21 @@ thousands of items), as that may slow Anki down, even if the console is not show

### Windows

If you start Anki via the `anki-console.bat` file in `C:\Users\user\AppData\Local\Programs\Anki` (or `C:\Program Files\Anki`), a
If you start Anki via the `anki-console.exe` file (or `anki-console.bat` file for Anki versions before 25.07) in `C:\Users\user\AppData\Local\Programs\Anki` (or `C:\Program Files\Anki`), a
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Could you please split this into separate lines so that no character exceeds 80 columns?
  2. I know you didn't change the path here but I'm wondering if C:\Users\user\AppData\Local\Programs\Anki should be changed to %LocalAppData%\Programs\Anki to make it consistent with docs: update anki-consol.exe anki-manual#458.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with your comments and I think I changed it accordingly to it. Looks good?

separate console window will appear.

### macOS

Open Terminal.app, then enter the following text and hit enter:

For Anki 25.07 and later, enter

```
/Applications/Anki.app/Contents/MacOS/launcher
```

For Anki versions before 25.07, enter

```
/Applications/Anki.app/Contents/MacOS/anki
```
Expand Down