Commit Graph

6 Commits

Author SHA1 Message Date
Matteo Cypriani 8d61d1d685 Add bin/ to link other scripts and global README 2013-04-10 16:32:46 -04:00
Matteo Cypriani d9da17a74c Rename a bunch of scripts
Reorganise and rename some files (add extensions, more relevant names,
etc.).
2013-04-10 16:32:45 -04:00
Matteo Cypriani ead9997d68 [xzize] Handle short-suffix compressed tar
- Handle short-suffix compressed Tar archives.
- Test separately if a source file exists and is regular.
- Use return value of test_extension() instead of test equality of DEST
  and SOURCE.
2010-01-31 16:24:19 +01:00
Matteo Cypriani 93601c6310 [compression_utils] Bug fixes on xzize
xzize:
- Fix bug with file names with spaces.
- Fix bug when invoking program without arguments.
- Handle error when input file is not a regular file instead of delegate
  to xz.
- Add an info message when compressing an uncompressed file.

lz:
- Info message on stdout instead of stderr when uncompressing.
2010-01-31 15:27:39 +01:00
Matteo Cypriani f7c2f3aec7 [compression_utils] Add script xzize
xzize is a tool to (re)compress to xz.
2010-01-31 13:13:29 +01:00
Matteo Cypriani 6a40e9ba27 [lz] Rename directory to "compression_utils" 2010-01-31 12:57:46 +01:00