df4d62f7Make rclone include everything other than hidden files, use symlinks in ~/Documents/Archive to list history files to include rather than hardcoding them in the rclone command
Anthony Wang
authored at
Anthony Wang
comitted at
2aa39f16Revert "Include GPG keys in encrypted cloud backup"
This reverts commit c74193e280cc53ac16aa491767059b78ab1dac9d.
Anthony Wang
authored at
Anthony Wang
comitted at
2b0c6e4fmpv/scripts/visualizer.lua: improve compatiblity with other scripts
Writing to lavfi-complex even when no visualization is desired can cause
conflicts with other scripts, as can be seen in
https://github.com/mfcc64/mpv-scripts/issues/36
Since each file needs to be evaluated individually if the visualizer
should be used for it. There is no benefit in keeping lavfi-complex set
across file boundaries and only adds the requirement that it has to be
reset if the next file shouldn't use the visualizer.
Setting lavfi-complex as a file-local-option avoids the need to reset it
via the script, and can help avoid conflicts with other scripts.
Additionally using the visualizer for files without audio doesn't make
sense, therefore the visualizer can be skipped for any files without
audio tracks.
Christoph Heinrich
authored at
Anthony Wang
comitted at
cb7c3c95Revert "Use run0 instead of sudo and sudoedit"
This reverts commit a57b87f1843b5337514e0cfd7eb060fb32ce3bad.
Anthony Wang
authored at
Anthony Wang
comitted at
29902adeFish 4.0 beta stuff
I just made a big oops when I built Fish 4.0 on my laptop and scp'ed it to my VPS which has an older CPU and then I couldn't log in anymore ðŸ˜
So I had to rebuild Fish without -march=native and stuff and copied the new /usr/bin/fish* binaries over to the VPS after booting a boot CD
Anthony Wang
authored at
Anthony Wang
comitted at