Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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)