Readme.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Groups 1.0.2.1
  2. Content plugin for sort files by group.
  3. This is new independent version of Group Sort plugin (groups only) (http://totalcmd.net/plugring/groups.html).
  4. Groups define support simple file masks and PCRE compatible regular expressions.
  5. *** Setup options ***
  6. Setting stored in ini file with same name as plugin (by default Groups.ini).
  7. Groups setup like in plugin Group Sort except regular expressions.
  8. [config] section
  9. last=z - group name for files without group;
  10. directory=0 - process folders (not full paths!).
  11. LastNumber=0 - number of 'last' group, auto if less then groups count;
  12. DateFields=0 - date column extracted from file name (like example Date1 and Date2).
  13. [group] section
  14. Group Name=file mask or regular expression (PCRE).
  15. Masks delimited with ';' symbol without spaces, eg Audio=*.mp3;*.m4a
  16. Regular expressions starts with symbol '<', eg TestRegEx=<.?A.?
  17. *** Installing ***
  18. Just enter to archive with plugin and TC ask you about plugin installing.
  19. Create new columns set (Configuration - Options - Custom columns - New).
  20. Add new column with 'groups' field.
  21. *** License agreement ***
  22. This software provided "AS-IS" without warranty of any kind for non-commercial use.
  23. *** Changes history ***
  24. Ver 1.0:
  25. * initial release.
  26. Ver 1.0.1:
  27. + column with group number;
  28. + column with date extracted from file name (DateFields=1 in setup ini).
  29. Ver 1.0.2:
  30. * changes in regex for column with date extracted from file name.
  31. Ver 1.0.2.1:
  32. * fixes.
  33. ---
  34. Suggestions, Wishes and bug reports are welcome!
  35. ProgMan13, (ProgMan13@mail.ru)