Skip to content

Commit e7c62ed

Browse files
authored
Add commands and references to gemini.html q
1 parent 38eaded commit e7c62ed

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pages/ai/gemini.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ <h2>General stuff</h2>
3232
<h2>Cli</h2>
3333
<script type="editor" data-lang="sh">
3434

35+
NODE_OPTIONS= gemini
36+
3537
# cheatsheet skills: https://geminicli.com/docs/cli/cli-reference/#skills-management
3638
# setup footer
3739
/footer
@@ -51,6 +53,12 @@ <h2>Cli</h2>
5153
/find-skills
5254
/skills list
5355

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+
5462
# common
5563
gemini -r - resume where I left off https://geminicli.com/docs/cli/tutorials/session-management/#scenario-resume-the-last-session
5664
/resume - or do it from within gemini

0 commit comments

Comments
 (0)