Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (991) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4328
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
CleanName.py | Description: | Python script to clean file and drawer names | Download: | cleanname.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 1kb | Version: | 0.1 | Date: | 08 Mar 2015 | Author: | Nick Clover | Submitter: | Nick Clover | Category: | utility/script | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 9200 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 229 (Current version) | | 229 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
CleanName.py by Nick (Severin) Clover, 27/02/2015
A script to be called from a filemanager eg. DOpus 4 or 5 to strip
#[]{}()?` characters out of drawer or file names.
Installation:
Copy the file wherever you want, Python:Scripts/ is recommended.
Dopus5 installtion:
Create a menu or button, I shall use the lister menu for my example:
Press RAMIGA-2, in the menu column click add, change "New Name" to
"Name Cleaner", move it up to where you want then double click it.
In the function Editor window click on new, change Command to AmigaDOS,
enter "c:python Python:Scripts/CleanName.py {o}" in the string
gadget then select CD source, Do all files, Recursive Dirs and Rescan
source in flags. Assign a key if you want.
Click Use.
Click save in the Lister Menu window.
Usage:
Dopus:
Highlight the drawers and/or files you want to clean in the lister and select
Name Cleaner in the menu.
Shell:
Ensure the script and executable bits are set.
Enter: cleanname.py <full path (and filename if required)>
Misc info:
Partition names are ignored, entries that don't have any of the #[]{}()?`
characters in them are ignored, trailing slashes are removed for shell
autocomplete usage when cleaning drawers.
If a file or drawer with the same name already exists a dot is searched for,
if found a dash and 4 digit number is added before the dot or if not found
is added at the end.
|