Skip to content

Commit dc9bf01

Browse files
docs: added documentation for generation settings in the tui
Co-authored-by: Copilot <copilot@github.com>
1 parent cf9b8a8 commit dc9bf01

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

13.7 KB
Loading

docs/tui.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,21 @@ Once satisfied with the preview, click **Submit**. Copia inserts the generated r
7272

7373
---
7474

75+
## Generation Settings
76+
77+
![Generation Settings screen](assets/generation_settings.png)
78+
79+
Press `s` to open the Generation Settings screen.
80+
81+
**Locale** — sets the locale used by locale-dependent generators. Changing the locale mid-generation affects all rows generated after the change. Defaults to `en_US`.
82+
83+
**Fast generation** — when enabled, disables Faker's value weighting. Generation is faster but the dataset no longer follows real-world frequencies. Useful for large row counts where performance matters more than realism.
84+
85+
Use **Reset** to revert the controls to the last applied settings. Use **Apply** to confirm. Press `Escape` or click **X** to close without applying.
86+
87+
---
88+
89+
7590
## Keybindings
7691

7792
| Key | Action |

0 commit comments

Comments
 (0)