this post was submitted on 30 Nov 2023
13 points (100.0% liked)
Rust
5974 readers
104 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Cool project! I love CLI widgets like these. I've made a couple! Something that would be cool for this project is a way to pipe a script in, like
cat script.sh | to-html
and it read the file line by line. But that could be difficult! Last I knew, clap doesn't make that functionality very easy to validate! Again, great idea and I hope this gets shared with more people.Thanks!
Piping in a shell script should be doable, it just hasn't been requested yet.