dots/.bin
Hektor Misplon 37b61e4f07 Update xmobar scripts 2023-05-19 19:24:25 +02:00
..
xrandr Add xrandr helper scripts 2022-12-02 13:21:10 +01:00
README.md Update README 2022-09-22 14:05:59 +02:00
aurpac Add description 2022-05-11 12:25:20 +02:00
backup-home Update backup script 2023-05-15 14:06:39 +02:00
cam Update cam script 2022-10-25 21:22:52 +02:00
count-json-objects.js Add script to count json objects 2021-09-28 16:22:21 +02:00
devdocs Open devdocs offline 2021-12-31 16:03:46 +01:00
dmenu-bluetooth Add dmenu bluetooth menu 2021-12-31 16:04:23 +01:00
dmenu-read Update dmenu scripts 2021-12-31 16:07:38 +01:00
dmenu-screen-layout Replace screen layout scripts with menu 2020-11-01 15:53:41 +01:00
dmenu-spot Update dmenu scripts 2021-12-31 16:07:38 +01:00
dmenu-trans Update fzf scripts 2022-10-25 21:29:26 +02:00
fzf-bluetooth Add 'fzf' bluetooth wrapper script 2022-05-11 14:01:06 +02:00
fzf-book Handle 'non selections' 2022-12-02 13:27:32 +01:00
fzf-fontnames Update fzf scripts 2022-10-25 21:29:26 +02:00
fzf-sketch Rename 'fzf' wrapper scripts 2022-05-11 14:00:08 +02:00
get-anki-decks Update anki deck script 2023-05-15 13:47:59 +02:00
get-anki-reviews-status Add description 2022-05-11 12:34:22 +02:00
jack-to-bt Add jack bluetooth audio script 2021-12-31 15:56:43 +01:00
json-to-yaml Add script to convert JSON to YAML 2022-02-06 16:22:14 +01:00
launcher Create fzf terminal launcher 2022-09-25 15:33:36 +02:00
notify Rename pipeable notify-send 2022-05-11 14:24:20 +02:00
pacman-remove-unrequired Add pacman helper script 2022-10-27 03:19:46 +02:00
pdftitle Print pdf title from metadata 2020-11-01 15:57:59 +01:00
pomo Update pomodoro script 2022-10-25 21:30:00 +02:00
r5rs Add R5RS tmux script 2020-11-10 17:12:04 +01:00
remove-markdown-relative-link-prefix Add script to remove './' in markdown links 2021-09-28 19:38:29 +02:00
reverse-tether-linux-android Use printf instead of echo 2020-09-11 20:20:04 +02:00
save-passwddb Automate KeepassXC database backup 2022-05-11 13:45:34 +02:00
save-zk Rename wiki to zk (zettelkasten) 2023-05-01 15:34:27 +02:00
sb-anki Update statusbar 2022-05-11 13:26:31 +02:00
sb-battery Update statusbar scripts 2022-05-16 11:39:33 +02:00
sb-date Update statusbar scripts 2022-05-16 11:39:33 +02:00
sb-internet Update statusbar scripts 2022-05-16 11:39:33 +02:00
sb-pomo Update xmobar scripts 2023-05-19 19:24:25 +02:00
sb-portfolio Update statusbar 2022-05-11 13:26:31 +02:00
sb-project Update xmobar scripts 2023-05-19 19:24:25 +02:00
sb-tasks Update statusbar 2022-05-11 13:26:31 +02:00
script Update script to create script 2022-10-27 03:29:24 +02:00
set-wacom-draw-area Disable finger touch by default 2022-05-11 12:27:48 +02:00
setup Add a setup (wip) 2021-12-31 15:55:07 +01:00
sketch Add 'sketch' script 2023-04-24 14:03:55 +02:00
stremio Rename pipeable notify-send 2022-05-11 14:24:20 +02:00
tidalcycles Adjust SuperDirt startup 2020-11-22 00:38:52 +01:00
tmux-workspace Rename wiki to zk (zettelkasten) 2023-05-01 15:34:27 +02:00
toggle-bt-device Add dmenu bluetooth menu 2021-12-31 16:04:23 +01:00
update Add pacman scripts 2022-12-02 13:23:13 +01:00
update-vim Add vim scripts 2022-12-02 13:22:21 +01:00
whoamip Drop localhost 2022-05-11 12:25:43 +02:00

README.md

Scripts

Mostly tiny helper scripts & experiments, some more useful than others.

Setup

Make sure the scripts are in your $PATH and executable.

To add the complete directory of scripts to your $PATH:

export PATH=~/.bin:$PATH

To make a any script <script> executable:

chmod +x <script>

Notes

Statusbar scripts are prefixed with sb under the assumption you're using dwmblocks (scripts my need changes to be used with different statusbars).

Some scripts have dependencies (e.g. fzf, jq, xclip, ...), make sure you have them installed.