Releases: EdJoPaTo/project-below
Releases · EdJoPaTo/project-below
v1.2.0
Added
- When run with
--base-dir
paths can now be printed--relative
to the working directory instead of relative to the--base-dir
. - The output of
--list
can now be delimited withNUL
via--print0
. This is useful when used in scripts. - Hide the output before and after a command (path, time took, error code) with
--no-harness
.
v1.1.0
Added
- Print paths canonical with
--canonical
- Traverse into hidden folders to search for projects with
--hidden
Changed
- Use
OsString
for--file
and--directory
. This allows characters that are possible for the OS but aren't Unicode.
v1.0.0
v0.2.1
v0.2.0
Added
--list
shows a list of all the matching directories instead of running a command.- Set the
--base-dir
from where to search for directories. - Check deep globs like
src/*.ts
.
Changed
- Speed things up with a parallel file walker.
- Performance improvements.
- Skip the base directory for project checks. Only scan subdirectories as potential projects.