8
0
Fork
You've already forked kat
0
Katalogo access tool
  • Nim 95.5%
  • Makefile 4.5%
2023年11月11日 22:53:22 -05:00
.gitignore ignore *~ files made by emacs 2023年11月11日 22:53:22 -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
Makefile Add makefile 2023年11月11日 22:52:25 -05:00
readme.md initial commit 2023年11月10日 20:08:34 +00:00

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