Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 537 Bytes

File metadata and controls

12 lines (8 loc) · 537 Bytes

Gemini CLI in a Docker container.

Auth

When first attempting to auth as a user, application will close. Upon opening it again, it will properly present a link for manual authentication.

Use

  1. Build container (build again to update the application)
  2. Run gemini-cli.sh <path> to use the app:
  • gemini-cli.sh ~/projects/foo to open a dir (will be mounted to ~/project)
  • gemini-cli.sh ~/Documents/foo.md to open invividual file (will be mounted to ~/project/foo.md)