Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dir-age

Estimates when a directory's contents were created and last updated, based on the files inside it — not the folder's own timestamp (which usually just reflects whenever it was last copied or checked out).

Drag a folder onto the executable, or run it from the command line.


Issues are only for bugs with the intended functionality of an existing implemented feature, for everything else use Discussions, including feature requests, installation and program support.


Usage

dir-age <path> [path...]

Example:

$ dir-age ./my-project
my-project
  likely created: 2024-03-02 09:15:41
  last updated:   2026-07-30 13:14:08
  • likely created — the earliest file birth time found (falls back to modified time on filesystems that don't track birth time).
  • last updated — the latest file modified time found.

Common noise is skipped when estimating these, using a set of sane defaults provided out of the box — see docs/dir-age-ignore.md for the defaults and how to customize them with a .dir-age-ignore file.

Contributing

See CONTRIBUTING.md for development setup, testing, and how to submit changes.

License

MIT

About

Estimate the age of a directory's contents.

Topics

Resources

Code of conduct

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Contributors

Languages