neonfuz / globber

Custom globber for Native Planet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Globber

globber

  • Custom globber for Native Planet.
  • Heavily inspired by %docket, tlon's glob.sh and the make-glob thread.
  • For standard usage, use the bash script provided.
  • Want to run the hoon yourself, look at src.

Difference from the other glob-makers

  • %docket doesn't do glob-http.
  • %docket requires authentication. This doesn't.
  • make-glob requires a |commit that doesn't take capital letters.
  • tlon's glob.sh uses make-glob.

Bash Script

  • ./glob.sh <your/ui/directory>

This command:

  • Downloads Native Planet's globzod.
  • Globs your directory.
  • Puts the .glob in your current working directory.
  • Deletes globzod.

Src

  • Put src/app/globber.hoon in landscape/app/globber.hoon
  • Put src/lib/globber.hoon in landscape/lib/globber.hoon
  • |rein %landscape [& %globber]
  • Modify URL in glob.sh
  • ./glob.sh

About

Custom globber for Native Planet


Languages

Language:hoon 82.8%Language:Shell 17.2%