darkrc/bin
Talia 9f09d45bfa Make globals persistent in = calculator
The expression evaluation environment is now persistent across an
interactive calculator session to allow easily using "global" variables.
2020-04-14 10:58:21 +02:00
..
+decor Add scripts to add or remove window decorations 2020-02-18 16:57:13 +01:00
-decor Add scripts to add or remove window decorations 2020-02-18 16:57:13 +01:00
1 Add 1, 2 and 3 scripts 2019-07-24 10:41:49 +02:00
2 Add 1, 2 and 3 scripts 2019-07-24 10:41:49 +02:00
3 Add 1, 2 and 3 scripts 2019-07-24 10:41:49 +02:00
= Make globals persistent in = calculator 2020-04-14 10:58:21 +02:00
allcores Add script to run command on all cores 2020-03-22 09:36:26 +01:00
back Improve 'back' and 'front' bash scripts 2020-03-22 12:12:47 +01:00
checkout Add tags to checkout script 2020-01-07 16:50:05 +01:00
count Add count script 2019-07-24 11:00:55 +02:00
countdown Add countdown script 2019-08-02 10:59:50 +02:00
cp2utf8 Improve unicode finder script 2020-01-31 11:11:07 +01:00
dhist Add dhist command 2020-01-10 11:38:56 +01:00
farfetched Rename rfetch to farfetched 2020-01-07 17:15:27 +01:00
flash Improve device output on flash script 2020-02-04 22:26:06 +01:00
front Improve 'back' and 'front' bash scripts 2020-03-22 12:12:47 +01:00
gitpath Fix gitpath for PWDs with symlinks 2020-02-07 13:15:51 +01:00
gitprompt Update gitprompt colors 2020-02-05 09:41:58 +01:00
hi Rename highlight to hi 2019-11-25 23:10:31 +01:00
json2yaml Add LuaJIT converter scripts between JSON and YAML 2019-07-12 10:23:11 +02:00
lines Switch lines script from Lua to Shellscript 2020-01-17 09:47:49 +01:00
mansplain Improve mansplain script for readability 2020-02-03 17:30:19 +01:00
readme Add readme script 2020-01-20 15:31:31 +01:00
scratch Update scratch to allow running scripts 2019-09-18 14:47:50 +02:00
take Add take script 2019-07-24 10:50:34 +02:00
unicode Improve unicode script dmenu prompt 2020-02-03 17:30:19 +01:00
vimscratch Add vimscratch script 2019-09-18 14:59:58 +02:00
yaml2json Add LuaJIT converter scripts between JSON and YAML 2019-07-12 10:23:11 +02:00
zread Fix error in zread when filenames have spaces 2020-01-13 14:11:15 +01:00

readme

#!/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