darkrc/bin
Talia 601087f724 Add bak script to rotate backup files 2020-09-02 10:35:27 +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
above Add above script to bring windows to top 2020-05-26 15:58:18 +02:00
allcores Add script to run command on all cores 2020-03-22 09:36:26 +01:00
askpass Add askpass program 2020-07-23 16:35:47 +02:00
back Add above script to bring windows to top 2020-05-26 15:58:18 +02:00
bak Add bak script to rotate backup files 2020-09-02 10:35:27 +02:00
cd-improved Fix cd-improved for paths with spaces 😜 2020-08-20 11:34:30 +02: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
dark Add light and dark scripts 2020-08-19 18:02:54 +02:00
dhist Add dhist command 2020-01-10 11:38:56 +01:00
dmenu-themed Add themed dmenu wrapper 2020-07-21 19:58:34 +02:00
factors Add --cache option to factors script 2020-08-27 14:45:03 +02:00
farfetched Add colors to farfetched script 2020-07-30 21:05:54 +02:00
flash Improve device output on flash script 2020-02-04 22:26:06 +01:00
front Add above script to bring windows to top 2020-05-26 15:58:18 +02:00
git-cd Add gcd command to CD within git trees 2020-05-15 09:59:40 +02:00
git-pending Add git-pending script 2020-07-17 13:55:47 +02:00
git-push-pending Silence zenity errors in git-push-pending output 2020-07-21 19:29:13 +02:00
gitpath Fix gitpath for PWDs with symlinks 2020-02-07 13:15:51 +01:00
gitprompt Fix gitfetch script for submodules 2020-05-20 10:27:48 +02: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
jsonidx Add JSON-Index script (LuaJIT + cJSON) 2020-06-26 11:24:32 +02:00
lesc Add lesc (Lua Escape) executable 2020-07-29 10:57:21 +02:00
light Add light and dark scripts 2020-08-19 18:02:54 +02:00
lines Switch lines script from Lua to Shellscript 2020-01-17 09:47:49 +01:00
mansplain Switch scripts to themed dmenu wrapper 2020-07-21 20:02:17 +02:00
opacity Add opacity script similar to padding 2020-08-17 17:27:33 +02:00
padding Add padding script to change (kitty) terminal padding 2020-08-17 15:54:26 +02:00
playermqtt Add playermqtt script 2020-08-27 18:45:54 +02:00
pomodoro Add pomodoro script 2020-05-25 13:59:13 +02:00
primes Add script to calculate primes 2020-08-27 14:44:59 +02: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
termtheme Add termtheme script 2020-08-21 09:32:01 +02:00
unicode Switch scripts to themed dmenu wrapper 2020-07-21 20:02:17 +02:00
updatecolors Fix path to background image 2020-08-20 09:27:59 +02: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