darkrc/bin
Talia 4c947498ac Add askpass program 2020-07-23 16:35:47 +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
cd-improved Add g command for easier navigation 2020-05-15 11:36:09 +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
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
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 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
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
pomodoro Add pomodoro script 2020-05-25 13:59:13 +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
unicode Switch scripts to themed dmenu wrapper 2020-07-21 20:02:17 +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