Commit Graph

8 Commits

Author SHA1 Message Date
Matteo Cypriani 9ba0a794aa [file_utils] fix python shebang & run prospector
prospector is still complaining about bare excepts in unln.py.
2018-04-12 18:34:51 +02:00
Matteo Cypriani 20a9f40261 [file_utils] dirpacker: --first-bin-number
The option --first-bin-number (-n) allows to select the number at which
the numbering of the volumes starts.
2014-06-01 22:48:28 -04:00
Matteo Cypriani f67cb3253a [file_utils] dirpacker: fix verbose list printing 2014-06-01 21:53:42 -04:00
Matteo Cypriani 718d4c5c95 [file_utils] dirpacker: --machine-readable
The option --machine-readable allows to print the list of bins in a
machine-readable format.
2014-06-01 21:43:27 -04:00
Matteo Cypriani 235a22aba1 [file_utils] dirpacker: rework message printing 2014-06-01 21:26:00 -04:00
Matteo Cypriani ace92010ec [file_utils] dirpacker: --move, --prefix, -v/-q
dirpacker can now create a directory for each volume and move the
corresponding files in it (option --move).

The option --prefix allows the user to specify a custom prefix for the
volumes' names.

The options -v (--verbose) and -q (--quiet) enable or disable displaying
the list of volumes.
2014-06-01 21:23:04 -04:00
Matteo Cypriani 83e5bfddeb [file_utils] dirpacker: refactoring (class Bin) 2014-05-31 18:57:00 -04:00
Matteo Cypriani 61e115c4b9 [file_utils] Add dirpacker.py
This program helps grouping a bunch of files into fixed-size volumes
(e.g. to burn them on CD-ROMs).
2014-05-31 15:45:14 -04:00