dots/.bin
Hektor Misplon 2f4ed6cc51 Update password backup scripts 2024-09-22 11:54:49 +00:00
..
README.md Update readme 2024-01-28 21:21:44 +01:00
aurpac Add description 2022-05-11 12:25:20 +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-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 Update 'fzf-book' script 2024-01-28 21:21:33 +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
fzf-ssh Add 'fzf-ssh' script 2023-10-21 16:52:37 +02:00
get-anki-decks Update anki scripts 2024-01-28 21:20:49 +01: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
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 Remove 'prep-duration' argument 2024-01-28 21:20:21 +01: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
restore-passwddb Update password backup scripts 2024-09-22 11:54:49 +00:00
reverse-tether-linux-android Use printf instead of echo 2020-09-11 20:20:04 +02:00
save-home Update backup script 2023-07-12 20:52:51 +02:00
save-passwddb Update password backup scripts 2024-09-22 11:54:49 +00:00
save-ssh-host Add basic ssh host backup script 2023-10-21 17:11:53 +02:00
save-zk Rename wiki to zk (zettelkasten) 2023-05-01 15:34:27 +02:00
sb-anki Update anki scripts 2024-01-28 21:20:49 +01: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-project Update xmobar scripts 2023-05-19 19:24:25 +02:00
sb-tasks Generalize 'sb-tasks' to other taskbars 2023-08-30 17:03:37 +02:00
screen-temperature Update screen temperature script 2023-11-21 13:57:28 +01:00
script Update 'documentation' 2023-08-30 17:03:37 +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
ssh-hosts Fix shellcheck warning 2024-01-28 20:33:29 +01:00
tidalcycles Adjust SuperDirt startup 2020-11-22 00:38:52 +01:00
tmux-workspace Update 'tmux-workspace' script 2024-01-28 20:34:43 +01:00
toggle-bt-device Trust bluetooth devices before connecting 2023-08-30 17:03:37 +02: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
zk Add 'zk' script 2024-01-26 12:27:41 +01: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 polybar (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.