Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidraab/perlscripts
Some of my Perl scripts
https://github.com/davidraab/perlscripts
perl scripts
Last synced: about 19 hours ago
JSON representation
Some of my Perl scripts
- Host: GitHub
- URL: https://github.com/davidraab/perlscripts
- Owner: DavidRaab
- License: mit
- Created: 2022-07-04T15:24:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T15:05:47.000Z (4 days ago)
- Last Synced: 2025-01-04T16:19:02.331Z (4 days ago)
- Topics: perl, scripts
- Language: Perl
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changeIndent
- License: LICENSE
Awesome Lists containing this project
README
# Info
Some one-file Perl programs I have written.
## Overview
### changeIndent
Changes Indentation of files. For example 2 spaces to 4 spaces, and any other combination.
### mkperlsk
Helper file to create Perl scripts with usually header and execute bit on.
### mounted
"mount" command in Linux shows to many virtual filesystems. This helper
just shows real harddisks and formats the output in a table.### yt-music
More user-friendly helper over yt-dlp to download music from YouTube. Downloads mp3
or ogg depending on file extensions user has choosen.### splitaudio
You have one big audio file and want to split it into a chunks of audio file with titles?
This one does the job with ffmpeg, in parallel.### prefix
When you have many files and you want to put a number before them to order all files.
Then you can use this scripts. It interactively asks you for the number and every file.### prefix.fsx
Converted Perl `prefix` to F#. This is just for learning-purpose. F# scripts
usually starts to slow for fast running scripts.### sync-player
A synchronization script I use to sync my music player with my music library
on my PC.