darkrc/bin
Talia 94addc9a95 Let push-pending finish searching before displaying 2021-03-05 14:26:17 +01:00
..
+decor Add optional Window-ID argument to decoration scripts 2021-02-19 11:13:46 +01:00
-decor Add optional Window-ID argument to decoration scripts 2021-02-19 11:13:46 +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 Change bak script to accept several arguments 2020-09-02 10:37:31 +02:00
cd-improved Changed cd to builtin cd in scripts and aliases 2021-02-25 09:56:39 +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
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-as Add git as command for managing identities 2021-01-25 09:07:20 +01:00
git-cd Add gcd command to CD within git trees 2020-05-15 09:59:40 +02:00
git-credential-keyring Add keyring credential helper for git 2021-01-20 11:57:44 +01:00
git-hook Add git hook command to run git hooks 2021-01-25 13:18:53 +01:00
git-pending Fix indentation in git-pending script 2021-01-25 15:33:48 +01:00
git-push-pending Let push-pending finish searching before displaying 2021-03-05 14:26:17 +01:00
git-timeshift Add git timeshift command 2021-01-22 09:32:36 +01:00
git-todo Add git todo script to crawl tasks in repositories 2021-02-25 09:53:10 +01:00
gitpath Fix gitpath for PWDs with symlinks 2020-02-07 13:15:51 +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
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
luaescape Add luaescape script for Lua string literals 2021-02-15 08:48:18 +01:00
mansplain Switch scripts to themed dmenu wrapper 2020-07-21 20:02:17 +02:00
on_file_write Add on_file_write command to listen for changes 2021-01-25 22:02:44 +01:00
opacity Add opacity script similar to padding 2020-08-17 17:27:33 +02:00
padding Split horizontal and vertical in padding script 2021-03-03 16:44:21 +01: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
pyramid Add pyramid script to sort lines by length 2020-10-20 10:18:57 +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
taskmon Add timeout to task-monitor inotify waiting 2021-02-19 08:16:08 +01:00
termtheme Add termtheme script 2020-08-21 09:32:01 +02:00
theme Add theme command 2021-02-25 08:51:14 +01:00
unicode Switch scripts to themed dmenu wrapper 2020-07-21 20:02:17 +02:00
updatecolors Change conky reload signal from HUP to USR1 2020-11-27 10:02:32 +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