From 6f1ee555cc24c54d08853fd159a92dd2e9e619f6 Mon Sep 17 00:00:00 2001 From: Jeffrey Faer Date: Sun, 31 Mar 2024 19:11:14 -0600 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be6d3ea..8384b3b 100644 --- a/README.md +++ b/README.md @@ -170,5 +170,5 @@ $ go work use . api git - cmd update.go completion suggestions - tmux hooks to automatically update session names when a session closes. - Optimization ideas - - Combine List with Sort for display_menu. - - Combine Current and Update for update. + - Add an existence filter to Sort for display_menu. + - Do blind Updates in update (will need to know whether anything changed).