We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38eaded commit e7c62edCopy full SHA for e7c62ed
1 file changed
pages/ai/gemini.html
@@ -32,6 +32,8 @@ <h2>General stuff</h2>
32
<h2>Cli</h2>
33
<script type="editor" data-lang="sh">
34
35
+ NODE_OPTIONS= gemini
36
+
37
# cheatsheet skills: https://geminicli.com/docs/cli/cli-reference/#skills-management
38
# setup footer
39
/footer
@@ -51,6 +53,12 @@ <h2>Cli</h2>
51
53
/find-skills
52
54
/skills list
55
56
+ # auto memory https://geminicli.com/docs/cli/auto-memory/#how-to-enable-auto-memory
57
+ touch .gemini/settings.json
58
+ # to check if enabled
59
+ /memory inbox
60
+ # from: https://geminicli.com/docs/cli/auto-memory/#how-to-review-extracted-items
61
62
# common
63
gemini -r - resume where I left off https://geminicli.com/docs/cli/tutorials/session-management/#scenario-resume-the-last-session
64
/resume - or do it from within gemini
0 commit comments