/’trēˌāj/
1. n. a process in which things are ranked in terms of importance or priority.2. n. software that lists contents of directories in a tree-like format with age metric indicated for each file
treeage is typically used to shed some light on antiquated parts [1] of a codebase and identify candidates for a refactoring.
Install
treeage is written for Python 3.5+, install with pip via pip3 install treeage command.
Usage
Usage: treeage.py [OPTIONS] DIRECTORY
Lists contents of directories in a tree-like format with age metric
indicated for each file.
Options:
--maxdepth LEVELS Descend at most LEVELS (a non-negative integer) levels
of directories below the seed DIRECTORY
-i, --include GLOB List only files whose base name matches GLOB (using
wildcard matching)
-e, --exclude GLOB Exclude files whose base name matches GLOB (using
wildcard matching)
--before DATE List only files whose age is older than DATE
--after DATE List only files whose age is lower than DATE
-v, --verbosity LVL Either CRITICAL, ERROR, WARNING, INFO or DEBUG
--version Show the version and exit.
-h, --help Show this message and exit.
Examples:
treeage --maxdepth 2 --before "01 jan 2018"../qifqif
treeage --include "*.py" --after "3 month ago" .
Screenshot
Footnotes
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
treeage-0.3.0.tar.gz
(43.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file treeage-0.3.0.tar.gz.
File metadata
- Download URL: treeage-0.3.0.tar.gz
- Upload date:
- Size: 43.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c24d679652acf583dd28025a3719e7df240e3c06244b493dda6f452e8cb3903e
|
|
| MD5 |
8c657a3457925007db34529d75b55fd2
|
|
| BLAKE2b-256 |
1002f8dd27a645ab1316dc6d42ac1b926b33b8e9d22e65e8abb5b89354ba523a
|
File details
Details for the file treeage-0.3.0-py3-none-any.whl.
File metadata
- Download URL: treeage-0.3.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ebaeae1ebfb220cd3c08fd234e64324fcb589c8badd13f6f5b05568d67b6daf
|
|
| MD5 |
eefb2c182f783375fca468f6bc31c5ea
|
|
| BLAKE2b-256 |
a995c752040efb57cbfa591d35e972c0a04bbb934579c2ead383e75ef08927d5
|