From 6d3ee91383861bd55494c5eba68088bfa673ee37 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 27 Jun 2022 10:46:52 -0700 Subject: [PATCH] :memo: Made note on select command in bash --- updates.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updates.txt b/updates.txt index addefe94..3563b50b 100644 --- a/updates.txt +++ b/updates.txt @@ -16,6 +16,8 @@ ls | pick | xargs bat # will give you a choice of the files from ls, pick displa https://medium.com/techie-delight/top-25-algorithms-every-programmer-should-know-373246b4881b +Look up the select command (online, man page is not as helpful). It makes a nice simple selectio menu for your users in bash + neovim markdown-preview fix: :call mkdp#util#install()