From 2e3a1e1d6db42ff74a0710e3840839bc027db385 Mon Sep 17 00:00:00 2001 From: Ian Henry Date: Sun, 27 Feb 2022 11:36:28 -0800 Subject: [PATCH] it's 2022 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdca0ec..4e68925 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ Bash doesn't support the fancy completion-with-description feature that is sort There are no *releases* of `sd`, per se, but I have occasionally made changes. -## 2021-02-26 +## 2022-02-26 - scripts now run with the `SD` environment variable set to the directory they were found in - autocompletion now completes arguments to commands instead of just commands @@ -277,7 +277,7 @@ There are no *releases* of `sd`, per se, but I have occasionally made changes. - this fixes the rare issue where a long-running script could throw errors when it finished if you were editing the `sd` executable itself while the script was running, because `bash` was trying to execute the "rest" of the file and apparently doing so by byte index or something (??) - this only affects me -## 2021-02-24 +## 2022-02-24 - added per-directory `template` files, to override the `bash` default