Commit Graph

340 Commits

Author SHA1 Message Date
1b3a92bf09
zsh: generalize port forwarding function 2024-03-17 20:21:57 +01:00
de248e31c7
zsh: point XDG_CACHE_HOME to /tmp 2024-03-12 22:39:43 +01:00
9b6fcc3650
zsh: add kitty specific alias 2024-03-12 11:35:23 +01:00
a8a95f9dd4
dotfiles: remove shenanigans with read-only SSH key 2024-03-11 22:59:49 +01:00
f4dfa8026e
add kitty as possible terminal
also make terminal configurable in sway config
2024-03-10 14:35:30 +01:00
f5fb1ff81f
photoprep: preserve "Subject" EXIF tag (contains digiKam tags) 2024-02-11 20:08:57 +01:00
db41a09d2a
photoprep: cosmetic fix 2024-02-11 09:20:54 +01:00
2e1ebf100f
photoprep: make a bit more readable 2024-02-10 19:54:39 +01:00
477b5244d5
photoprep: preserve image description 2024-02-10 19:52:26 +01:00
a1308423dd
fix emoji script 2024-02-10 19:52:11 +01:00
91153abd6f
add misskey emoji downloader 2024-02-04 10:39:46 +01:00
b36c59c6c5
putwww: escape spaces 2024-01-22 16:43:51 +01:00
6778c34647
move grimsatty to folder in ${PATH} 2024-01-14 18:07:04 +01:00
d4d4f6f642
zsh: add ta function 2024-01-14 15:18:27 +01:00
8714a543d3
removed gen_i3sway_config because it isn't necessary with sway 2024-01-12 00:52:29 +01:00
e63084441b
add function for taking screenshots in wlroots wayland 2024-01-11 20:12:41 +01:00
d0a5e85dd6
zsh: integrate doas 2024-01-04 23:09:27 +01:00
5986988c0c
zsh: add function to generate i3/sway configs 2024-01-04 16:32:29 +01:00
901fa8f33f
zsh: fix please alias 2024-01-04 12:41:52 +01:00
2b2bef4a0f
zsh: make please alias use doas if available 2024-01-04 04:53:38 +01:00
614bf60479
zsh: use english for messages 2023-12-21 16:28:51 +01:00
21ff36312e
putwww: fix filename quoting 2023-11-12 22:06:42 +01:00
3e9f1d8c94
update reactiontag 2023-10-05 17:28:29 +02:00
4f0843110b
i3: digikam on workspace 6 2023-10-05 17:27:59 +02:00
b4a9848a1a
cutvid: update help text 2023-09-12 16:48:25 +02:00
82ff72cb45
cutvid: add preset 2023-08-15 21:12:21 +02:00
5a351dccb4
zsh: photoprep: rotate images according to metadata 2023-06-16 20:49:18 +02:00
ad9ca238b6
zah: add pjotoprep 2023-05-23 14:42:22 +02:00
6b9d56baae
apng2webp: fix delay, for real this time 🥴 2023-04-28 21:29:59 +02:00
8a7a3d4035
cutvid: allow to select subtitle to hardcode 2023-04-23 20:32:09 +02:00
775b081bd6
apng2webp: fix delay
apngdis stores the delay as fraction and i used it as if it were in
miliseconds.
2023-04-23 20:30:53 +02:00
298b215c3d
readwwwlog: allow text/x-makefile and so on 2023-02-10 14:11:55 +01:00
d08ad8e80e
zsh: add --use-color to ${LESS} 2023-01-29 21:42:48 +01:00
cff89b2342
zsh: improve cutvid help text 2023-01-26 09:51:17 +01:00
485aa7103c
cutvid: add compatibility ffmpeg option for Android 2023-01-11 21:38:00 +01:00
aa5bbe517b
zsh: remove blank line 2022-12-26 16:04:16 +01:00
9b421d742f
zsh: add .dng to LS_COLORS 2022-12-09 23:20:28 +01:00
8cb3e7d35d
adoc2md: don't wrap output
Misskey doesn't play well with it
2022-12-08 18:25:34 +01:00
5952901e06
zsh: add adoc2md 2022-12-08 03:01:01 +01:00
b04595ac91
zsh: filter some secrets 2022-10-28 03:44:57 +02:00
28d8b90d77
zsh: add colours for ninja and meson files 2022-10-26 08:34:47 +02:00
76b3451d91
add --reverse option to animoji-command 2022-10-03 15:30:34 +02:00
b0be6f4b63
zsh: improve reuse completion 2022-10-02 11:19:37 +02:00
f691b2129c
zsh: add reuse-compatible header to reuse completion 2022-10-02 01:21:52 +02:00
1339b8782b
zsh: add reuse completion 2022-10-02 01:01:46 +02:00
3c3bc725fe
zsh: add tex and pdf files to LS_COLORS 2022-09-13 01:53:43 +02:00
35c2fc187a
zsh: change VISUAL in non-interactive shells, too
`:terminal foo` will spawn a non-interactive shell that doesn't read
.zshrc but .zshenv.
2022-09-03 03:33:38 +02:00
07e242e06b
zsh: don't change cursor style on linux TTY 2022-09-01 20:50:14 +02:00
0227e42135
zsh: change cursor based on mode 2022-09-01 20:24:05 +02:00
d1e7ea346a
zsh: add keybinding M-BackSpace -> backward-delete-word
C-BackSpace is mapped to M-BackSpace in my terminal, because it sends
C-H otherwise. But it really is mapped to ESC-DEL. It gets interpreted
differently. 🥴
2022-09-01 04:48:06 +02:00