From 6a6d8b47797ffc97457abd4b959c77724485a0ac Mon Sep 17 00:00:00 2001 From: Ian Henry Date: Sat, 26 Feb 2022 14:38:48 -0800 Subject: [PATCH] add a changelog entry for better autocomplete --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0124da0..14d3446 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,11 @@ 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 + +- autocompletion now completes arguments to commands instead of just commands + - only completes positional file arguments and the built-in flags (like `--help`) + ## 2021-02-24 - added per-directory `template` files, to override the `bash` default