Skip to content

Commit ab2db0d

Browse files
authored
Add commands and documentation links to gemini.html q
1 parent 2f05668 commit ab2db0d

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

pages/ai/gemini.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,30 @@ <h2>Cli</h2>
3636
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
3737
sandbox /model quota context memory /auth tokens session
3838
no sandbox gemini-3-flash-preview 0% used 0% used 243.4 MB gggg @gmail.com 760 tokens 133xxxx5
39+
40+
# skills https://geminicli.com/docs/cli/tutorials/skills-getting-started/
41+
42+
SKILL=grug
43+
mkdir -p ".gemini/skills/${SKILL}/scripts"
44+
touch ".gemini/skills/${SKILL}/SKILL.md"
45+
46+
/find-skills
47+
/skills list
48+
49+
# common
50+
gemini -r - resume where I left off https://geminicli.com/docs/cli/tutorials/session-management/#scenario-resume-the-last-session
51+
/resume - or do it from within gemini
52+
/exit --delete - remove session when exit https://geminicli.com/docs/cli/tutorials/session-management/#scenario-delete-session-on-exit
53+
54+
/clear - start new session
55+
GEMINI.md locations: https://geminicli.com/docs/cli/tutorials/memory-management/#scenario-using-the-hierarchy
56+
/memory show - to see what is loaded
57+
/memory reload - to reload GEMINI.md https://geminicli.com/docs/cli/tutorials/memory-management/#scenario-refresh-context
58+
59+
60+
61+
62+
3963

4064
</script>
4165
</div>

0 commit comments

Comments
 (0)