dirsiftversion
Search for directories by type
dirsift -t TYPE [PATH]
Subdirectories of PATH which satisfy specified TYPE requirements are listed
PATH defaults to .
if unspecified
TYPE can be one of
git
- Directory identified as git repository
not-git
borg
- Directory identified as BorgBackup backup program repository
not-borg
restic
- Directory identified as Restic backup program repository
not-restic
hidden
- Name of directory begins with
.
- Name of directory begins with
not-hidden
hot
- Directory contains >=1 file last modified within past 7 days (7 x 24 hours)
- User configurable
warm
- Directory contains >=1 file last modified within past 30 days (30 x 24 hours), but not
hot
- User configurable
- Directory contains >=1 file last modified within past 30 days (30 x 24 hours), but not
cold
- Directory is neither
hot
norwarm
- Directory is neither
If multiple -t TYPE
are specified, they are connected by and
(conjunction),
i.e. directory must satisfy all TYPE requirements to be listed
Author | Darren Ldl |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/darrenldl/dirsift |
Issue Tracker | https://github.com/darrenldl/dirsift/issues |
Maintainer | Darren Ldl <darrenldldev@gmail.com> |
Dependencies |
|
Source [http] | https://github.com/darrenldl/dirsift/releases/download/v0.0.4/v0.0.4.tar.gz sha256=ba8b000313793f9ac4a75413d0fe7c8e1236599dd2f02ab30a175d801bb5b922 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dirsift/dirsift.0.0.4/opam |
No package is dependent