From ea9d2535a7060bf2431b796f7d40e61091d5f919 Mon Sep 17 00:00:00 2001 From: walking dev <104449470+walkingdevel@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:12:54 +0000 Subject: [PATCH] feature: add ssh-config (#159) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c97d02..5aa7cce 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ - [random](https://github.com/Delta456/random) - An all purpose random library written in V. - [range](https://github.com/Delta456/range) - Functionality of Python's range() in V. +- [ssh-config](https://github.com/walkingdevel/ssh-config) - A V library for parsing SSH config files. - [vaker](https://github.com/ChAoSUnItY/vaker) - A light-weight compile-time-generated data faker written in V. - [vdotenv](https://github.com/zztkm/vdotenv) - Support for .env files which loads environment variables.