From 17bf9325b9da6c1533fe09d91e13184290451c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 30 Oct 2022 19:40:09 +0000 Subject: [PATCH] Add legdur to projects list --- content/pages/projects.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/pages/projects.md b/content/pages/projects.md index 6f8abf0..7c4318a 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -1,9 +1,10 @@ --- title: "Projects" -date: 2019-04-08T12:51:40+01:00 +date: 2022-10-30 --- -- [genpass](https://git.sr.ht/~cyplo/genpass) - A simple yet robust commandline random password generator written in Rust. Has an extensive generative test suite, including tests against a Rust port of Dropbox's password strength tester zxcvbn. +- [legdur](https://sr.ht/~cyplo/legdur/) - legdur is a simple CLI program to compute hashes of large sets of files in large directory structures and compare them with a previous snapshot. Think having your photo collection you acquired over time and worrying about bitrot. +- [genpass](https://sr.ht/~cyplo/genpass/) - A simple yet robust commandline random password generator written in Rust. Has an extensive generative test suite, including tests against a Rust port of Dropbox's password strength tester zxcvbn. - [netlify deployer](https://pypi.org/project/netlify-deployer/) - A Python CLI tool to deploy a website to Netlify using their incremental API client. Not the best code but works like a charm. This blog [uses](https://git.sr.ht/~cyplo/blog/tree/master/item/.build.yml#L21) it. - [my dotfiles](https://sr.ht/~cyplo/dotfiles/) - all of the settings for all of my machines, automated using Nix - [bakare](https://sr.ht/~cyplo/bakare/) - work in progress on writing a modern backup solution in Rust