1
0
Fork
You've already forked bash
0
Random bash scripts that may be useful to others.
  • Shell 100%
2026年03月01日 09:50:09 -05:00
dev-scripts Merging git.sj and codeberg scripts 2026年03月01日 09:50:09 -05:00
env-scripts Merging git.sj and codeberg scripts 2026年03月01日 09:50:09 -05:00
examples Merging git.sj and codeberg scripts 2026年03月01日 09:50:09 -05:00
mpv-shuffle Merging git.sj and codeberg scripts 2026年03月01日 09:50:09 -05:00
podman Merging git.sj and codeberg scripts 2026年03月01日 09:50:09 -05:00
video-scripts Merging git.sj and codeberg scripts 2026年03月01日 09:50:09 -05:00
.gitignore Merging git.sj and codeberg scripts 2026年03月01日 09:50:09 -05:00
combined-size.sh Merging git.sj and codeberg scripts 2026年03月01日 09:50:09 -05:00
README.md Merging git.sj and codeberg scripts 2026年03月01日 09:50:09 -05:00
ssh-agent-autostart Merging git.sj and codeberg scripts 2026年03月01日 09:50:09 -05:00

superjaded's bash scripts

These are mostly just random bash scripts that I've written over the years that will probably not end up being useful to anyone else.

combined-size.sh

Quick script that uses du to calculate the size of the directories provided. Once the size is calculated for each of the provided directories, it adds them up and then divides them by 1024 / 1024 to get the size in GB.

mpv-shuffle

A set of scripts that are meant to be used through the user's file manager of choice. When you use one of those "apps" against a folder, it will generate a playlist for mpv to use which is called with the shuffle parameter so you get a random video.

ssh-agent-autostart

A scriptblock that will attempt to persist the same ssh-agent to be usable through multiple ssh sessions. Originally made to be run via .bash_profile to be used when connecting via remote ssh. Has not been tested with Xorg or Wayland, but I don't see a reason to believe it wouldn't work.