Add basic descriptions of what each script does.
This commit is contained in:
parent
e1434f1a1e
commit
d77b700133
12
README.md
12
README.md
|
@ -1,3 +1,9 @@
|
|||
# scripts
|
||||
|
||||
A collection of various scripts that I wrote over time to automate tasks.
|
||||
* cpln - copy symbolic links
|
||||
* dircompare - compare two directories
|
||||
* lsext - list all extensions in the current directory with counts
|
||||
* lsiommu - list IOMMU groups
|
||||
* qttrayicon - test how would an icon look in tray (Qt-based)
|
||||
* rename_movie_by_title - rename files by their title metadata
|
||||
* sort_files_into_folders - will split files into n-file sized subfolders
|
||||
* sub_extract_convert - extract subs from files and convert to different format
|
||||
* torrentinfo - display info about files from a .torrent file
|
||||
|
|
Loading…
Reference in New Issue