Short: File renaming utility. Advanced & fast! Author: Jostein Aarbakk Uploader: Jostein Aarbakk (jaarbakk gmail com) Type: util/cli Version: 1.02 Replaces: util/cli/JustName.LhA Architecture: m68k-amigaos >= 1.3 Distribution: Aminet ------------------------------------------------------------------------- FUNCTION ======== Mass-rename files. COMPATIBILITY ============= It runs on: * classic Amigas (680xx CPU, kickstart v1.3 and above). (older kickstarts might also work). * PPC-equipped Amigas with at least OS4.1 (OS4.0 might also work). FEATURES ======== * Convert letters to uppercase or lowercase. * Misc. "uppercase options": * Make 1st. letter uppercase. * Make 1st. letter after a character uppercase (the user can specify one or more such characters). * Make roman numerals uppercase (ex: xvIi -> XVII). * Add/remove leading zeros in numbers. * Remove CTRL-characters. These are characters which are displayed as strange and meaningless characters, like f.ex squares. * Flexible filters: * Wildcards are supported. * Perform actions on the prefix, main or suffix part of the filename. * Perform actions on selected substrings. * Perform actions before or after a substring. * Case sensitive or case insensitive pattern matching. * Replace filenames (or parts of it, if a filter is used) with: * a given string, or * the contents of the file's filenote. * Insert new text: * At the start or after the end. * Before or after a chosen filter. * Can perform multiple actions on filenames in one go (&&-option), which otherwise had to be done via several calls to JustComm. This is also more efficient, since each filenote will not be written to disk more than once. * Most of the features above can be combined together. * Flexible selection of files: * Filenames can be up to 108 characters long. * You can choose as many files as you like. * Wildcards. * Very efficient processing: * Optimized. It won't do any unnecessary work. * Has an option ("o") which makes JustName execute faster when using a filemanager like f.ex. Directory Opus. History ======= v1.02 (28.Feb.2010). Changes: ---------------------------- * Standard input redirection is now supported. This means you can let JustName read the args from a textfile. F.ex.: JustName ? +C (CLI-break). * Max number of allowed &&'s is increased from 4 to 7. * New option ZER (leading zeros in numbers). * More flexible search&replace functionality. Added support for 2 new wildcards: * |#| : Searches for a number. * |U| : Searches for an uppercase letter placed immediatly after a lowercase letter. * Internal changes. v1.00 (14.Jun.2001): -------------------- * Initial Aminet release.