Skip to content

Commit 9eb1947

Browse files
committed
chore: update readme and package.json
1 parent f85efd1 commit 9eb1947

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
# Strigi
2-
3-
Strigi is an experimental CLI tool leveraging GenAI to generate commands based on user prompts.
4-
5-
- **🔍 Describe**: Generate commands effortlessly using natural language queries.
6-
- **✏️ Revise**: Easily review and revise generated commands for accuracy and customization.
7-
- **📚 Understand**: Ask for detailed explanations before executing commands for better understanding.
8-
- **▶️ Run**: Run commands directly without the need to manually copy and paste.
9-
- **🌐 Open-source**: Strigi is open-source, allowing for transparency and community contributions.
10-
- **💰 Free**: Enjoy free usage of Strigi by bringing your own Gemini API key.
11-
- **🎨 Elegant**: Experience elegant and visually appealing terminal output styling.
12-
- **⚡ Fast**: Utilize streaming for fast and efficient responses, enhancing performance.
1+
<div align="center">
2+
<!-- <img src="https://github.com/neogaialab.png" width="128" height="128"/> -->
3+
<h1>Strigi — CLI Command Assistant</h1>
4+
</table>
5+
</div>
6+
7+
![Demo](/public/demo.gif)
8+
9+
| | |
10+
| --------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
11+
| **🔍 Describe:** Generate commands effortlessly using natural language queries. | **🌐 Open-source:** Strigi is open-source, allowing for transparency and community contributions. |
12+
| **✏️ Revise:** Easily review and revise generated commands for accuracy and customization. | **💰 Free:** Enjoy free usage of Strigi by bringing your own Gemini API key. |
13+
| **📚 Understand:** Ask for detailed explanations before executing commands for better understanding. | **🎨 Elegant:** Experience elegant and visually appealing terminal output styling. |
14+
| **▶️ Run:** Run commands directly without the need to manually copy and paste. | **⚡ Fast:** Utilize streaming for fast and efficient responses, enhancing performance. |
15+
16+
---
1317

1418
## Guide
1519

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "strigi",
33
"type": "module",
44
"version": "0.1.0",
5-
"description": "CLI tool leveraging GenAI to generate commands based on user prompts.",
5+
"description": "CLI command assistant leveraging GenAI to generate and explain commands using natural language.",
66
"author": "Luis Emidio",
77
"license": "MIT",
88
"homepage": "https://github.com/neogaialab/strigi#readme",
@@ -17,8 +17,11 @@
1717
"cli",
1818
"ai",
1919
"prompt",
20+
"terminal",
21+
"shell",
2022
"command",
2123
"generation",
24+
"llm",
2225
"gemini"
2326
],
2427
"module": "src/main.ts",

public/demo.gif

177 KB
Loading

0 commit comments

Comments
 (0)