this post was submitted on 30 Nov 2023
13 points (100.0% liked)

Rust

5893 readers
91 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

l just released a new version of to-html. I created to-html a few years ago for my blog. It is very easy to use: When you want to include the output of a command on a website, run it with to-html:

to-html "cargo clippy"

Then copy and paste the output into your website. to-html comes with some options to customize its output. Starting with this release, you can create a configuration file, so you don't need to repeat the same CLI arguments every time you use to-html. This release also adds shell completions, a way to customize terminal colors via CSS, and a flag to not print the shell prompt. A big thank you to the contributors who implemented these features!

you are viewing a single comment's thread
view the rest of the comments
[–] aloso@programming.dev 1 points 10 months ago* (last edited 10 months ago)

Thanks!

Piping in a shell script should be doable, it just hasn't been requested yet.