Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Qwen Code CLI in a Docker container.

Auth

Follow the link app will provide. Ifn ot already authenticated in Qwen, you will need to open the url again, as, for some unfathomable reason, Qwen doesn't implement going back to original URL upon login.

Use

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