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: docs/content/config.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Configuration Reference
2
2
3
-
`plexctl` stores its configuration in a YAML file at `~/.plexctl.yaml`. While many of these settings are managed through the TUI (pressing `s` or `l`), you can gain granular control by editing the file directly.
3
+
`plexctl` stores its configuration in a YAML file at `~/.plexctl.yaml`. While many of these settings are managed through the TUI (pressing `ctrl+s` or `ctrl+l`), you can gain granular control by editing the file directly.
4
4
5
5
## Full Example
6
6
@@ -128,14 +128,14 @@ Force a specific view mode (`list` or `poster`) for this library, overriding the
128
128
129
129
While you can edit `~/.plexctl.yaml` manually, most common settings can be managed directly within the `plexctl` TUI using dedicated configuration overlays.
130
130
131
-
### Global Settings (`s`)
132
-
Pressing **`s`** at any time opens the Global Settings overlay. From here you can:
131
+
### Global Settings (`ctrl+s`)
132
+
Pressing **`ctrl+s`** at any time opens the Global Settings overlay. From here you can:
133
133
- **Change Theme:** Cycle through available color palettes (Nord, Dracula, etc.) and see changes instantly.
134
134
- **Set Icon Type:** Switch between Nerd Fonts, Emojis, and ASCII icons.
135
135
- **Sidebar Layout:** Adjust the `library_name_format` to show or hide icons and names.
136
136
137
-
### Library Management (`l`)
138
-
Pressing **`l`** opens the Library Configuration overlay. This allows you to manage the appearance of your sidebar:
137
+
### Library Management (`ctrl+l`)
138
+
Pressing **`ctrl+l`** opens the Library Configuration overlay. This allows you to manage the appearance of your sidebar:
139
139
- **Hide Libraries:** Toggle the visibility of specific libraries (e.g., hide a "Photos" or "Home Movies" section).
140
140
- **Custom Icons:** Browse and pick icons for each specific library using an integrated icon picker (supports Emoji and Nerd Fonts).
141
141
- **Reorder Sidebar:** Use **`K`** and **`J`** (Shift+Up/Down) to drag and drop libraries into your preferred order.
Copy file name to clipboardExpand all lines: docs/content/tui.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ The plexctl Interactive Interface (TUI) provides a rich, full-screen experience
17
17
-**`p`**: Play selected item.
18
18
-**`ctrl+p`**: Play selected item in TCT mode (terminal-based video rendering).
19
19
-**`/`**: Open global fuzzy search.
20
-
-**`l`**: Open library configuration (show/hide/icon picker).
21
-
-**`s`**: Open global settings (theme/icon type).
20
+
-**`ctrl+l`**: Open library configuration (show/hide/icon picker).
21
+
-**`ctrl+s`**: Open global settings (theme/icon type).
22
22
-**`r`**: Refresh current view / trigger reindex (on search page).
23
23
-**`x`**: Stop current playback.
24
24
-**`h`**: Jump directly to Home tab.
@@ -31,7 +31,7 @@ The plexctl Interactive Interface (TUI) provides a rich, full-screen experience
31
31
Pressing `/` opens a global fuzzy search overlay. It searches across all indexed libraries for titles, actors, and directors. Results are updated instantly as you type.
32
32
33
33
### Library Configuration
34
-
Pressing `l` opens the configuration manager. Here you can:
34
+
Pressing `ctrl+l` opens the configuration manager. Here you can:
35
35
-**Hide/Show** specific library sections.
36
36
-**Assign Custom Icons** using Emojis, Nerd Fonts, or ASCII.
37
37
-**Reorder** how libraries appear in your sidebar.
0 commit comments