An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.