# 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 data.json.example ~/.config/lister/data.json ``` * Edit or create new one data.json in ~./config/lister * Run ``` lister ```