From 5a73e9f9de6eb75945a2bd463a6959958e2be5d9 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Tue, 12 Dec 2023 21:04:00 +0100 Subject: [PATCH] init --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb71659 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# My projects + +## Tools +- [ssh_cmd_validate](https://git.hydrar.de/jmarya/ssh_cmd_validate) : Limit SSH Commands +- [scrape](https://git.hydrar.de/jmarya/scrape) : Website Data Scraper +- [zfs_space_log](https://git.hydrar.de/jmarya/zfs_space_log) : Log ZFS Dataset properties + +## Libraries +- [jobdispatcher](https://git.hydrar.de/jmarya/jobdispatcher) : A thread-safe job dispatcher +- [gnupg-rs](https://git.hydrar.de/jmarya/gnupg-rs) : GnuPG Bindings for Rust +- [web-base](https://git.hydrar.de/jmarya/web-base) : Basic website functions + +## mdtools +- [mdq](https://git.hydrar.de/mdtools/mdq) : command line tool to query markdown documents which have yaml frontmatter. +- [mdlint](https://git.hydrar.de/mdtools/mdlint) : Validate markdown frontmatter using JSON Schemas +- [mddiff](https://git.hydrar.de/mdtools/mddiff) : tool for comparing the frontmatter of two markdown files and generating a JSON patch file +- [mdpatch](https://git.hydrar.de/mdtools/mdpatch) : Patch the frontmatter of markdown files