Idea: CLI tool for using rust-patterns as a manual #240
Replies: 3 comments
-
Basically it could be a way to read mdbooks interactively in the terminal, right? |
Beta Was this translation helpful? Give feedback.
-
Updated the initial comment :-) Used the name because of this repository, but you're right in that it makes sense to chose a general name from the beginning to not let people get confused over this. |
Beta Was this translation helpful? Give feedback.
-
Something like https://crates.io/crates/rusty-man? Or maybe we can open this in mdbook as an issue? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Something for the really far future:
Build a tool that pulls in this repository and wraps it
man
-like, so people could actually search within these articles from the command line.crate.io
cargo install mdb-reader
to install,cargo install-update mdb-reader
to updateman
on Linuxmdb-reader rust-patterns builder
prints thebuilder pattern
article in a nice commandline-native wayBeta Was this translation helpful? Give feedback.
All reactions