Simple definitions viewer
Find a file
2025-04-20 16:54:02 +02:00
src Added help/-c options and added patch for zig 0.13.0 build. Also switched to zig 0.14.x and added user input. 2025-04-20 16:54:02 +02:00
build.zig Added source files 2025-04-19 00:54:42 +02:00
build.zig.zon Added help/-c options and added patch for zig 0.13.0 build. Also switched to zig 0.14.x and added user input. 2025-04-20 16:54:02 +02:00
LICENSE Initial commit 2025-04-19 00:32:37 +02:00
main.zig Added help/-c options and added patch for zig 0.13.0 build. Also switched to zig 0.14.x and added user input. 2025-04-20 16:54:02 +02:00
README.md Update README.md 2025-04-19 01:57:28 +02:00
zig-0.13.0-build.patch Added help/-c options and added patch for zig 0.13.0 build. Also switched to zig 0.14.x and added user input. 2025-04-20 16:54:02 +02:00

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