lister/README.md
2025-04-19 01:57:28 +02:00

31 lines
517 B
Markdown

# Lister
*Simple definitions viewer*
## Usage
* Clone repository
```
git clone https://git.medvidek77.tech/Medvidek77/lister.git && cd lister/
```
* Compile from source
```
zig build
```
* (Optional) Add binary file to /usr/bin as root
```
cp zig-out/bin/lister /usr/bin
```
* Rename data.json.example to data.json and copy to ~/.config/lister
```
mkdir -p ~/.config/lister/ && cp src/data.json.example ~/.config/lister/data.json
```
* Edit or create new one data.json in ~./config/lister
* Run
```
lister
```