« Home

Shell Commands [guide-0005]

If you face error like raco tr cannot find such command, run raco setup.

  1. Run raco tr build to build HTMLs
  2. Run raco tr watch to watch content changes and build on fly
  3. Run raco tr next to get next available address, for example, you might like to run
    vi $(raco tr next xxx).scrbl
    to work on a new file (replace vi with any command line editor command)
  4. Run raco tr meta to get metadata of address, I recommend you use | jq . after the command to get pretty output.