Skip to content

Commit c944b8e

Browse files
committed
added screenshot of 2.0.0
1 parent 301749f commit c944b8e

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,7 @@ Simple search command App that gives the possibility to find commands or store c
99

1010
Create a `.env` file in the project root with your PostgreSQL connection details:
1111

12-
```env
13-
DB_HOST=192.168.1.4
14-
DB_PORT=5432
15-
DB_USER=user_name
16-
DB_PASS=password
17-
DB_NAME=database_name
18-
TB_NAME=scmd
19-
```
12+
[.env Example](.env.example ".env Example")
2013

2114
## Usage Modes
2215

@@ -35,9 +28,12 @@ scmd.exe --cli
3528
**Features:**
3629
- Natural language queries: "provide me with postgresql replication example"
3730
- Direct keyword search: "postgresql replication"
38-
- Slash commands: `/search`, `/add`, `/list`, `/count`
31+
- Slash commands: `/search`, `/add`, `/list`, `/count`, `/show`
3932
- User-friendly prompts and formatted output
4033

34+
### Example of the extended functions menu
35+
![SCMD v2.0.0 Interactive CLI](images/smcd-2.0.0-show.png)
36+
4137
See [INTERACTIVE_MODE.md](INTERACTIVE_MODE.md) for detailed documentation.
4238

4339
### 2. Traditional CLI
@@ -158,8 +154,6 @@ Usage: scmd-Linux-x86_64(exe) --search "patterns"
158154
Usage: scmd-Linux-x86_64(exe) --save "command" "description"
159155
```
160156

161-
This app is also enriched by utilising the "tardigrade-mod" database available for download from github.com
162-
163157
Build and compile scmd from source code will require
164158
>go get github.com/lib/pq
165159
>go get github.com/joho/godotenv

images/smcd-2.0.0-show.png

86.6 KB
Loading

0 commit comments

Comments
 (0)