From c8a22dc45bb880a0fbf0ac4f0ecd9fe13f8a215d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 19 Jul 2025 23:53:49 +0300 Subject: more on this --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1fd7701..5979205 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,12 @@ After installation, you may need to log out and log back in for the icon to appe export OPENAI_API_KEY="sk-..." ``` +### GUI Mode (Default) +When launched without arguments, totalrecall opens an interactive graphical interface: +```bash +totalrecall +``` + ### CLI Mode 1. Generate materials for a single word (uses OpenAI by default): ```bash @@ -127,6 +133,8 @@ export OPENAI_API_KEY="sk-..." ### GUI Mode Launch the interactive graphical interface: ```bash +totalrecall # GUI mode is now the default +# or explicitly: totalrecall --gui ``` @@ -179,7 +187,7 @@ totalrecall [word] [flags] ### GUI Mode ```bash -totalrecall --gui +totalrecall # Default mode when no arguments provided ``` ### Batch file format -- cgit v1.2.3