From 2f6d1aa4824aedaca1a21bb57bc095709043200a Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 12 Aug 2023 14:09:50 +0800 Subject: [PATCH] feat: add comments --- home/base/server/core.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/base/server/core.nix b/home/base/server/core.nix index 3b6e18c3..80630005 100644 --- a/home/base/server/core.nix +++ b/home/base/server/core.nix @@ -26,9 +26,11 @@ gnused # GNU sed, very powerful(mainly for replacing text in files) gawk # GNU awk, a pattern scanning and processing language ripgrep # recursively searches directories for a regex pattern - ast-grep # A fast and polyglot tool for code searching, linting, rewriting at large scale - sad # CLI search and replace, with diff preview + sad # CLI search and replace, with diff preview, really useful!!! delta # A viewer for git and diff output + # A fast and polyglot tool for code searching, linting, rewriting at large scale + # supported languages: only some mainstream languages currently(do not support nix/nginx/yaml/toml/...) + ast-grep jq # A lightweight and flexible command-line JSON processor yq-go # yaml processer https://github.com/mikefarah/yq