terminal:miscbash
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| terminal:miscbash [2025/08/16 01:57] – melo | terminal:miscbash [2025/08/17 16:08] (current) – makemkv workaround no longer needed melo | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| aliases and stuff | aliases and stuff | ||
| + | |||
| + | ==== number files from start ==== | ||
| + | |||
| + | <code bash> | ||
| + | i=29 # add 1 to last number in batch | ||
| + | for f in *.png; do | ||
| + | | ||
| + | mv " | ||
| + | | ||
| + | done | ||
| + | </ | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ==== push to all git remotes ==== | ||
| + | |||
| + | i'm lazy ok | ||
| + | |||
| + | <code bash> | ||
| + | alias gitall=" | ||
| + | </ | ||
| + | |||
| + | ==== youtube to MP3 === | ||
| + | |||
| + | what the comment says | ||
| + | |||
| + | <code bash> | ||
| + | # lazy ass way for me to get my idol mp3s from youtube | ||
| + | # usage: ytmp3 url | ||
| + | alias ytmp3=" | ||
| + | </ | ||
| ==== move nested files to top-level dir ==== | ==== move nested files to top-level dir ==== | ||
| Line 13: | Line 44: | ||
| </ | </ | ||
| - | ==== fake-time with makeMKV | + | ==== PDF to PNG ==== |
| - | [[http:// | + | not used in a while |
| <code bash> | <code bash> | ||
| - | # makemkv workaround | + | gs -sDEVICE=pngalpha |
| - | # see link | + | |
| - | # https:// | + | |
| - | alias makemkv=" | + | |
| </ | </ | ||
terminal/miscbash.1755309436.txt.gz · Last modified: by melo
