commit b3807f19e30a623845b9223bb4b334ba4942520d from: Omar Polo date: Thu Feb 16 17:38:01 2023 UTC nof: tweak format commit - 5f53e4b3eecd4ea2d4139d802b36f037592d2ac5 commit + b3807f19e30a623845b9223bb4b334ba4942520d blob - a3d4d1b4d99692d4b2bab78992ff059c280e5e0e blob + 7f572e878e87d283ba21c67ca84101870cc205c3 --- bin/nof.lp +++ bin/nof.lp @@ -10,7 +10,7 @@ I store all the notes here, but die quickly should tha exists. grep '^# ' * | \ - sed -e 's/:/ | /1' | \ + sed -e 's/:# / | /1' | \ fzf --tac --multi --layout=reverse \ --preview "echo {} | sed 's/ .*//g' | xargs cat" | \ while read l; do