Commit Graph

67 Commits

Author SHA1 Message Date
xfnw 18d3239de0 zshrc: add ffdiffb function
ffdiff but avoids having the gray background for no motion
2023-12-28 22:18:03 -05:00
xfnw 95383ed628 zshrc: replace ffdiff with ffmpeg's built in tblend
much nicer looking while simultaneously being faster
2023-12-02 11:09:09 -05:00
xfnw 1642e1c6e3 zshrc: add function 2023-07-30 16:17:45 -04:00
xfnw 33bb02ef6d zsh: clean up comments, set WORDCHARS 2023-07-28 11:54:09 -04:00
xfnw d0bb925bac zshrc: add ahex alias 2023-07-20 15:25:58 -04:00
xfnw 557c4ed29d zshrc: add colorspace-corrected dither function 2023-07-11 10:34:27 -04:00
xfnw 20ed59bd28 zshrc: add rot13 function 2023-06-23 22:52:09 -04:00
xfnw 9510915ae4 zshrc: add ffdiff alias
shows the difference between frames of video
2023-05-06 22:03:39 -04:00
xfnw ba7820ff5c zshrc: add function for showing unicode chars 2023-04-30 23:55:38 -04:00
xfnw 880a0fa461 zshrc: add 9serve function
ad-hoc serving of 9p using https://git.sr.ht/~ft/9pro
2023-04-05 23:29:32 -04:00
xfnw 42a4efbd13 zshrc: add dither function
squishes images real small, crunches the color palette to 8 or less
colors, and runs it through some ordered dithering

as this wrecks havoc on jpg's compression and webp does not like color
palettes, png and gif are the only formats this makes sense to output to

note that dithering assumes a linear colorspace, which sRGB is not,
adding a nice color distortion effect. if you want to avoid this,
convert it to a linear colorspace like RGB with imagemagick's
-colorspace option, then convert it back after dithering.
2023-04-04 14:09:14 -04:00
xfnw 77c892ab9f gnuplot fix white lines of pixels at top and left 2023-02-18 23:55:12 -05:00
xfnw d293da345b zshrc: add convenience aliases for meilisearch 2023-02-11 13:51:55 -05:00
xfnw e599b334e7 zshrc: add calcbd function 2023-02-05 18:04:52 -05:00
xfnw c6e2be036c switch nullpointers again 2022-11-07 19:20:36 -05:00
xfnw 349c8b153e add ddiff alias 2022-10-30 16:58:17 -04:00
xfnw 195da3cb4c add alias for running tesseract-ocr on latest screenshot 2022-09-24 16:42:16 -04:00
xfnw 04494f5798 disable ncdu's colors
its hard to read on the colorscheme i am using
2022-09-21 23:46:45 -04:00
xfnw 755e4bbfb0 rename touch7 to tuch and make it open editor 2022-09-17 20:44:15 -04:00
xfnw f99fb7a3ad add alias for getting mouse position 2022-09-17 20:37:27 -04:00
xfnw e8ea2b80f2 add touch7 zsh function
touches file and then makes it executable because im too lazy to do it
myself
2022-09-17 14:54:25 -04:00
xfnw 0842af58ad use a prompt without colors for dumb terminals
for example using a terminal in the acme text editor.

this depends on the prompt theme "redhat" already existing, but it seems
to be bundled with zsh
2022-09-07 21:26:26 -04:00
xfnw b655eea0d5 it was upsidown 2022-08-27 23:53:14 -04:00
xfnw e6b6d026d3 add mpv avectorscope alias with less burnin 2022-08-27 20:23:04 -04:00
xfnw aaaaed4735 steal audio visualizer from ferret on libera dot chat >:3 2022-08-27 17:01:11 -04:00
xfnw 90e698eda5 git pretty log alias 2022-07-18 23:39:51 -04:00
xfnw bc0efed4c1 remove extra arguments from deshake function 2022-07-01 22:57:07 -04:00
xfnw ec92aafba8 add cch zsh alias for common cppcheck options 2022-07-01 08:04:32 -04:00
xfnw 1e4bb65549 fix shell functions and add after alias 2022-06-21 23:32:59 -04:00
xfnw 842f966658 add zsh alias for reverse-tunneling emacs daemon socket 2022-06-04 22:57:23 -04:00
xfnw 7b424769d0 rage -> raged
apperently rage tries to encrypt to an identity if one is specified,
whatever that means
2022-05-30 20:02:36 -04:00
xfnw 2cf8581662 datamosh ffmpeg alias 2022-05-29 14:04:02 -04:00
xfnw 772347b52f deshake ffmpeg alias 2022-05-29 13:57:56 -04:00
xfnw fbe2c628e3 add default identity to rage 2022-05-29 12:39:55 -04:00
xfnw 16bdd19007 add rn -> rm -i alias 2022-05-24 15:34:38 -04:00
xfnw 9534087e8f foxes.are.allowed.org renamed to va.furryplace.eu 2022-04-10 15:12:46 -04:00
xfnw 3d00b293ef add gitversion alias 2022-03-20 09:31:16 -04:00
xfnw 046fd811b1 dont hardcode temp file for gnuplot 2022-03-20 09:21:14 -04:00
xfnw 9f3ecd73f7 use veryfast instead of ultrafast so encoding looks a little better 2022-01-18 20:17:56 -05:00
xfnw 5ee774aa2e quick qemu alias 2022-01-05 23:09:50 -05:00
xfnw 5d701682fa vhsify scale to 4:3 2022-01-01 12:57:33 -05:00
xfnw 57caaf7544 add alias for making videos look old 2021-12-31 21:42:57 -05:00
xfnw e435a8d5ec ssh search known hostkeys alias 2021-12-24 18:29:43 -05:00
xfnw e1470fbb66 use foxes for all screenshots 2021-10-26 18:19:21 -04:00
xfnw 95a89446da add ytdl alias 2021-08-21 09:55:58 -04:00
xfnw c2d3a48ec9 add alias for me constantly typoing sudo 2021-07-29 15:51:56 -04:00
xfnw cb88448764 generate cryptographically secure base58 encoded passwords 2021-07-13 15:01:01 -04:00
xfnw d6ed9612b0 flee leenode 2021-06-26 13:42:00 -04:00
xfnw b8afde2672 arch auto search for missing packages 2021-04-19 00:11:45 -04:00
vulpine 8f6b9a03eb berry seems quite cool 2021-02-14 15:27:06 -05:00