No description
Find a file
Miguel de la Cruz be9162501a Initial commit
2024-07-05 11:22:56 +02:00
.gitignore Initial commit 2024-07-05 11:22:56 +02:00
cmd.go Initial commit 2024-07-05 11:22:56 +02:00
go.mod Initial commit 2024-07-05 11:22:56 +02:00
go.sum Initial commit 2024-07-05 11:22:56 +02:00
hunter.go Initial commit 2024-07-05 11:22:56 +02:00
Makefile Initial commit 2024-07-05 11:22:56 +02:00
README.md Initial commit 2024-07-05 11:22:56 +02:00

Hunter

From comment hunter, Mastodon, Mammoths... I don't like it either, but I want to start coding :P

$ hunter --help
Usage: hunter <command> [flags]

Flags:
  -h, --help     Show context-sensitive help.
      --debug    Enables debug mode.

Commands:
  parse <file> [flags]
    Parses a file looking for a frontmatter key.

  statuses <url> [flags]
    Gets statuses for a given URL.

Run "hunter <command> --help" for more information on a command.

Roadmap

  • Add a proper CLI
  • Add support for templates (YAML should be implemented that way instead of through a yaml lib)
  • Embed the basic templates
  • Add a subcommand to recursively parse a directory looking for files with a given key in frontmatter and generate outputs through a template for those files