Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosher9/dictionary
A CLI dictionnary app. Create your own dictionnary and save everything you want. Anything but text only :)
https://github.com/kosher9/dictionary
badgerdb golang
Last synced: 2 months ago
JSON representation
A CLI dictionnary app. Create your own dictionnary and save everything you want. Anything but text only :)
- Host: GitHub
- URL: https://github.com/kosher9/dictionary
- Owner: kosher9
- Created: 2020-02-21T16:04:56.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-05T07:26:44.000Z (over 2 years ago)
- Last Synced: 2024-06-21T18:12:37.514Z (6 months ago)
- Topics: badgerdb, golang
- Language: Go
- Homepage:
- Size: 15.9 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dictionary
A CLI dictionary app. Create your own dictionary and save everything you want. Anything but text only :)Golang version 1.18
## How to run this project
```shell
git clone https://github.com/kosher9/dictionary.git
cd dictionary
go mod download
go build -o dict
```
### Add to the dictionary
```shell
./dict -action add "Golang" "What a beautiful language"
#'Golang' added to the dictionary
```### List element in your dictionary
```shell
./dict -action list
#Golang Un super langage Jul 4 23:27:22
```