dirsift
Search for directories by type
Description
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
empty
not-empty
If multiple -t TYPE
are specified, they are connected by and
(conjunction),
i.e. directory must satisfy all TYPE requirements to be listed
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 10 Dec 2021
- Authors
- Maintainers
Sources
Dependencies
timere-parse
>= "0.0.5"
timere
>= "0.6.0"
timedesc
>= "0.5.1" & < "0.6.0"
otoml
>= "0.9.1"
containers
>= "3.4"
dune
>= "2.7.0"
ocaml
>= "4.08.1"
Reverse Dependencies