kvarn-chute

Crates.iokvarn-chute
lib.rskvarn-chute
version0.4.0
sourcesrc
created_at2021-03-31 09:17:14.975149
updated_at2024-02-04 23:01:51.199752
descriptionA Markdown converter designed to use the Kvarn templating engine.
homepagehttps://kvarn.org/chute/
repositoryhttps://github.com/Icelk/kvarn/
max_upload_size
id376069
size83,698
Icelk (Icelk)

documentation

README

Kvarn Chute

A chute to transport .md files to be refined by Kvarn

This is a small binary designed to convert from CommonMark to HTML using the kvarn-extensions template system.

It supports watching a directory for changes to .md files, or simply converting a single file on command.

See the CI on GitHub for Linux downloads.

Shell completion

Using the subcommand completion, Chute automatically generates shell completions for your shell and tries to put them in the appropriate location.

When using Bash or Zsh, you should run Chute as root, as we need root privileges to write to their completion directories. Alternatively, use the --print option to yourself write the completion file.

Changelog

v0.4.0

  • Update to kvarn-utils 0.6
  • Syntax highlighting
  • Themes
  • Better handling of FS events
  • Updated most dependencies
  • Better timezone handling

v0.3.2

  • Update to kvarn_utils = "0.5"

v0.3.1

  • Update to kvarn_utils = "0.4"

v0.3.0

  • Improved performance of shell completion.
  • Local time is now working again.
  • Support the new template syntax (now $[template name] instead of [template name])
  • Decremented count of dependencies, slimming binary size.
Commit count: 1435

cargo fmt