logo

cmd-glob

glob(1) wrapper around glob(3), inspired by https://github.com/isaacs/node-glob git clone https://anongit.hacktivis.me/git/cmd-glob.git/

README.md (759B)


  1. # glob: glob(1) wrapper around glob(3), inspired by <https://github.com/isaacs/node-glob>
  2. This utility was done to expand the glob patterns present in
  3. package.json without ending up with a circular dependency.
  4. For an alternative utility which allows to chainload into another program, see
  5. <https://www.skarnet.org/software/execline/elglob.html>
  6. ## Dependencies
  7. - C11 Compiler
  8. - POSIX.1-2008 or later C library
  9. - POSIX.1-2008 or later make(1)
  10. ## Download
  11. Tarballs are available at <https://distfiles.hacktivis.me/releases/cmd-glob/>
  12. Signed with signify(1) keys available at <https://distfiles.hacktivis.me/releases/signify/>
  13. ```
  14. SPDX-FileCopyrightText: 2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  15. SPDX-License-Identifier: MPL-2.0
  16. ```