jhspetersson / fselect

Find files with SQL-like queries
https://fselect.rocks
Apache License 2.0
3.99k stars 85 forks source link

Would be nice to have a link in `fselect --help` to `https://docs.rs/regex/*crate_version*/regex/#syntax` #117

Closed rickhg12hs closed 2 years ago

rickhg12hs commented 2 years ago

Not being familiar with rust flavored regexes, it would be handy if the current link was provided in fselect --help. Is it possible to have a link to the version of the crate used when compiling fselect?

jhspetersson commented 2 years ago

Thanks for the suggestion! Link has been added.

Technically it's quite possible to update the link during the build, however, it involves parsing Cargo.lock, writing build script and compile-time inclusion of the parsed output. Maybe I return to all this some day later :)