6 releases (3 breaking)
0.4.0 | Feb 4, 2024 |
---|---|
0.3.2 | Aug 29, 2022 |
0.3.1 | Apr 24, 2022 |
0.2.0 | Mar 13, 2022 |
0.0.0 |
|
#8 in #kvarn
130KB
3K
SLoC
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.
Dependencies
~5–14MB
~164K SLoC