You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -369,7 +369,8 @@ Open link in browser - `Alt+O`
369
369
This mode entirely replaces curses with pygame-ce GUI library. This means Endcord runs in its own window, not in terminal, but UI remains terminal-like.
370
370
Tray icon will also be enabled, so closing window will only minimize it to tray.
371
371
Keybinding remain the same, but all codes are like on Linux, so old keybinding codes may not work on Windows.
372
-
If using external editor, use some with graphical interface. TUI editors will not work, as this is no longer in terminal.
372
+
If using external editor, use editor with graphical interface. TUI editors will not work, as this is no longer in terminal.
373
+
Also, endcord built-in media player will not work because its standalone TUI thats not using curses. All meda will be opened in native player.
373
374
Building with nuitka on python >=3.13 will create executable that segfaults! Building with pyinstaller is not recommended because it generates huge binary.
374
375
You can toggle experimental mode bu running: `uv run build.py --experimental`.
375
376
Then run endcord from source: `uv run main.py`.
@@ -435,6 +436,7 @@ Never tested on macOS. Feedback is welcome.
435
436
> **Use endcord at your own risk!**
436
437
> For more info see [FAQ](#FAQ).
437
438
439
+
Third party endcord forks may add features that can lead to account ban, or contain malicious code, cause instability, especially if they include LLM generated/modified code.
438
440
439
441
## Building
440
442
To see all build script options, run: `uv run build.py -h`.
0 commit comments