tealdeer-rs / tealdeer

A very fast implementation of tldr in Rust.
https://tealdeer-rs.github.io/tealdeer/
Apache License 2.0
4.17k stars 123 forks source link

Include custom pages directory in --show-paths command #184

Closed dmaahs2017 closed 2 years ago

dmaahs2017 commented 3 years ago

Adds custom pages to output of --show-paths. See issue: #182

If [directories.custom_page_dir] is not set then it will show the default location as defined by the DirectoriesConfig RawDirectoriesConfig structs image

niklasmohrin commented 3 years ago

:+1: Looks good, just don't know about https://github.com/dbrgn/tealdeer/pull/184#discussion_r618759706

dmaahs2017 commented 3 years ago

@niklasmohrin fixed the merge conflicts. Could we try to push this in sooner than later? 😄

I don't think there is anything else required here. Unless we want to refactor the Config Structs somehow, in which case I'd be happy to do it in a separate PR just so we can get this functionality in.

Personal Update: Been a bit busy with work and college so I haven't been quite as active as I'd like

dbrgn commented 2 years ago

With the goal of getting a new release out soon: Replaced by #236 🙂