File: README

package info (click to toggle)
golang-github-kisom-goutils 0.0~git20161101.0.858c9cb-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: makefile: 6
file content (15 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
renfnv

This renames a file to the base32-encoded 64-bit FNV-1a hash of the
file's contents. The extension is preserved. This was motivated by
a desire to normalise names for photographs.

Usage: renfnv [-fhlnv] files...

        -f      force overwriting of files when there is a collision.
        -h      print this help message.
        -l      list changed files.
        -n      Perform a dry run: don't actually move files.
        -v      Print all files as they are processed. If both -v and -l
                are specified, it will behave as if only -v was specified.