📝 Made note on select command in bash

This commit is contained in:
z3rOR0ne 2022-06-27 10:46:52 -07:00
parent 6ddd82e05a
commit 6d3ee91383

View file

@ -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()