.profile/README.md

23 lines
1.2 KiB
Markdown
Raw Normal View History

2023-12-12 20:04:00 +00:00
# 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
2024-02-09 22:58:09 +00:00
- [jsonfilter](https://git.hydrar.de/jmarya/jsonfilter) : MongoDB like JSON filter and comparison
2023-12-12 20:04:00 +00:00
- [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
2024-02-05 08:01:51 +00:00
## Misc
- [me-site](https://git.hydrar.de/jmarya/me-site) : Personal Site
- [zsh_config](https://git.hydrar.de/jmarya/zshconfig) : ZSH configuration