Files
nix/.bin
Hektor Misplon 44db910165 Update 'save-passwddb script'
Update `save-passwddb` script to use Proton drive instead of Google
drive. Also fixes an issue with too many files being included.
2024-09-22 11:54:49 +00:00
..
2022-05-11 12:25:20 +02:00
2022-10-25 21:22:52 +02:00
2021-12-31 16:03:46 +01:00
2021-12-31 16:04:23 +01:00
2021-12-31 16:07:38 +01:00
2021-12-31 16:07:38 +01:00
2022-10-25 21:29:26 +02:00
2024-01-28 21:21:33 +01:00
2022-10-25 21:29:26 +02:00
2022-05-11 14:00:08 +02:00
2023-10-21 16:52:37 +02:00
2024-01-28 21:20:49 +01:00
2022-05-11 12:34:22 +02:00
2021-12-31 15:56:43 +01:00
2022-05-11 14:24:20 +02:00
2020-11-01 15:57:59 +01:00
2024-01-28 21:20:21 +01:00
2020-11-10 17:12:04 +01:00
2024-01-28 21:21:44 +01:00
2023-07-12 20:52:51 +02:00
2024-09-22 11:54:49 +00:00
2023-10-21 17:11:53 +02:00
2023-05-01 15:34:27 +02:00
2024-01-28 21:20:49 +01:00
2022-05-16 11:39:33 +02:00
2022-05-16 11:39:33 +02:00
2022-05-16 11:39:33 +02:00
2023-05-19 19:24:25 +02:00
2023-05-19 19:24:25 +02:00
2023-08-30 17:03:37 +02:00
2021-12-31 15:55:07 +01:00
2023-04-24 14:03:55 +02:00
2024-01-28 20:33:29 +01:00
2020-11-22 00:38:52 +01:00
2024-01-28 20:34:43 +01:00
2022-12-02 13:23:13 +01:00
2022-12-02 13:22:21 +01:00
2022-05-11 12:25:43 +02:00
2024-01-26 12:27:41 +01:00

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.