docs: add Windows PowerShell equivalents for environments and scripting#20333
docs: add Windows PowerShell equivalents for environments and scripting#20333
Conversation
Summary of ChangesHello @scidomino, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the Gemini CLI documentation by integrating comprehensive Windows PowerShell equivalents for various commands, environment variable settings, and scripting examples. The changes aim to provide a more consistent and user-friendly experience for Windows users, ensuring that all key functionalities are clearly demonstrated with appropriate PowerShell syntax and conventions. This update improves cross-platform usability and clarifies setup procedures for different operating systems. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request significantly improves the documentation for Windows users by adding PowerShell equivalents for shell commands, environment variable settings, and scripting examples across multiple documents. The changes are thorough, consistent in their technical implementation, and use idiomatic PowerShell, making the Gemini CLI much more accessible on Windows. The addition of notes regarding PowerShell-specific concepts like execution policies is particularly helpful. The overall quality of the documentation is greatly enhanced by these additions.
|
Size Change: -2 B (0%) Total Size: 25.8 MB ℹ️ View Unchanged
|
b516f04 to
9781abb
Compare
9781abb to
d662dcc
Compare
d662dcc to
2741493
Compare
jkcinouye
left a comment
There was a problem hiding this comment.
LGTM but I do wonder if some of these lengthier ones are eventually going to need to be separated into multiple docs. A problem for the future!
Summary
Standardizes Gemini CLI documentation for Windows users by adding PowerShell equivalents for environment variables, file system operations, and scripting.
Details
$env:VAR = "val") alongside POSIXexportfor all environment variable configuration examples.mkdir -p->New-Item) and file operations in the Automation, Hooks, and Skills tutorials.C:\ProgramData) where appropriate.Related Issues
Fixes #17138