Katalogo access tool
 
 
Go to file
Will Sinatra a2d468e46d ignore *~ files made by emacs 2023-11-11 22:53:22 -05:00
.gitignore ignore *~ files made by emacs 2023-11-11 22:53:22 -05:00
Makefile Add makefile 2023-11-11 22:52:25 -05:00
config.ini convert hardcoded tuple to parsecfg ini file, add config for authentication 2023-11-11 22:52:44 -05:00
kat.nim convert hardcoded tuple to parsecfg ini file, add config for authentication 2023-11-11 22:52:44 -05:00
readme.md initial commit 2023-11-10 20:08:34 +00:00

readme.md

kat: Katalogo Access Tool

A command-line tool for accessing a Katalogo instance via its API.

Build

  • Install Nim.

  • In kat.nim, set the api tuple's host and port values for the Katalogo instance.

  • Build: nim c -d:ssl -d:release kat.nim

  • Run: ./kat

License

BSD-3.0-Clause