https://github.com/sathishvj/gencmd-bash
generate cmd line commands with MakerSuite/Palm/Google Cloud
https://github.com/sathishvj/gencmd-bash
Last synced: 5 months ago
JSON representation
generate cmd line commands with MakerSuite/Palm/Google Cloud
- Host: GitHub
- URL: https://github.com/sathishvj/gencmd-bash
- Owner: sathishvj
- Created: 2023-09-09T19:05:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T07:07:55.000Z (11 months ago)
- Last Synced: 2024-08-13T07:15:49.146Z (8 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - sathishvj/gencmd-bash - generate cmd line commands with MakerSuite/Palm/Google Cloud (Shell)
README
# gencmd.com
I built an expanded version of gencmd that supports multiple models and even enterprise features.
Check it out here: [gencmd.com/r](https://gencmd.com/r)# gencmd
Generate cmd line arguments from the terminal itself.You're on your terminal and you're trying to recall the right command line arguments. What's your workflow then? Shift to your browser, run a search, click through multiple links, read through multiple pages, and then finally find the right command line arguments? That's distracting. With `gencmd` your workflow continues in the command line itself.
Uses Google's PaLM API. You need an API key from https://aistudio.google.com/
### Rewritten in Go
Originally wrote it in bash for myself. But realized this is useful for others on other platforms. Rewrote it in Go. You can find it here: [gencmd-go](https://github.com/sathishvj/gencmd-go).### License
MIT License.