|
3 | 3 | AI-powered command-line assistant that suggests shell commands from natural language queries. |
4 | 4 |
|
5 | 5 | [](https://github.com/techquestsdev/howto/actions/workflows/ci.yml) |
| 6 | +[](https://github.com/techquestsdev/howto/blob/main/go.mod) |
6 | 7 | [](https://goreportcard.com/report/github.com/techquestsdev/howto) |
7 | | -[](https://opensource.org/licenses/MIT) |
| 8 | +[](https://codecov.io/gh/techquestsdev/howto) |
| 9 | +[](https://github.com/techquestsdev/howto/releases) |
| 10 | +[](https://github.com/techquestsdev/howto/blob/main/LICENSE) |
8 | 11 |
|
9 | 12 | ## Features |
10 | 13 |
|
@@ -95,8 +98,8 @@ Output: |
95 | 98 | ``` |
96 | 99 | === Available Providers === |
97 | 100 |
|
98 | | -Provider Status Default Model Env Variable |
99 | | --------- ------ ------------- ------------ |
| 101 | +Provider Status Default Model Env Variable |
| 102 | +-------- ------ ------------- ------------ |
100 | 103 | OpenAI Ready gpt-4o OPENAI_API_KEY |
101 | 104 | Anthropic Not configured claude-sonnet-4-20250514 ANTHROPIC_API_KEY |
102 | 105 | Gemini Ready gemini-2.0-flash GEMINI_API_KEY |
@@ -173,14 +176,14 @@ make build |
173 | 176 | make check |
174 | 177 | ``` |
175 | 178 |
|
176 | | -## Contributing |
177 | | - |
178 | | -Contributions are welcome! Please read the [Contributing Guide](CONTRIBUTING.md) for details. |
179 | | - |
180 | 179 | ## License |
181 | 180 |
|
182 | | -MIT License - see [LICENSE](LICENSE) for details. |
| 181 | +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
183 | 182 |
|
184 | 183 | ## Credits |
185 | 184 |
|
186 | 185 | Inspired by the original [howto](https://github.com/antonmedv/howto) by Anton Medvedev. |
| 186 | + |
| 187 | +--- |
| 188 | + |
| 189 | +### Made with ❤️ and Go |
0 commit comments