project-below

Quickly find or run commands in many projects

MIT License

Stars
3

Bot releases are hidden (Show)

project-below - v1.2.0 Latest Release

Published by EdJoPaTo 9 months ago

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 with NUL 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.
project-below - v1.0.0

Published by EdJoPaTo over 1 year ago

This tool is used daily for over a year now. I consider this stable. (no breaking change from v0.2)

Changed

  • Do less memory allocations when doing stdout
  • Improve error message when command failed to execute
project-below - v0.2.1

Published by EdJoPaTo over 2 years ago

  • Build deb/rpm packages
  • housekeeping, dependency updates, …
project-below - v0.2.0

Published by EdJoPaTo over 2 years ago

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.
project-below - v0.1.0

Published by EdJoPaTo over 2 years ago

Initial release ✨