.. | ||
1 | ||
2 | ||
3 | ||
checkout | ||
count | ||
countdown | ||
cp2utf8 | ||
dhist | ||
farfetched | ||
flash | ||
gitpath | ||
gitprompt | ||
hi | ||
json2yaml | ||
lines | ||
mansplain | ||
readme | ||
scratch | ||
take | ||
unicode | ||
vimscratch | ||
yaml2json | ||
zread |
#!/bin/sh file=$(find . -iname readme.md | tail -1) if [ -e "$file" ] then zread $file else /bin/echo -e '\033[01;31m'"No readme file found" fi