Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timestamp-prefix

timestamp-prefix is a command line utility to prefix filenames with timestamps.

Example

$ timestamp-prefix --dry-run foo bar
mv "foo" "250503_065840_foo"
mv "bar" "250503_065840_bar"

Usage

Usage: timestamp-prefix [OPTIONS] [FILE]...

Arguments:
  [FILE]...


Options:
  -n, --dry-run
          Don't actually do anything

  -v, --verbose
          Print what happens

  -k, --kind <KIND>
          Which timestamp to use

          [default: created]

          Possible values:
          - created
          - modified
          - earliest: created or modified, whichever is smaller
          - latest:   created or modified, whichever is larger

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages