# Hunter From comment hunter, Mastodon, Mammoths... I don't like it either, but I want to start coding :P ```sh $ hunter --help Usage: hunter [flags] Flags: -h, --help Show context-sensitive help. --debug Enables debug mode. Commands: parse [flags] Parses a file looking for a frontmatter key. statuses [flags] Gets statuses for a given URL. Run "hunter --help" for more information on a command. ``` ## Roadmap - [X] 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