Martin Lange
Martin Lange
Is there still any activity on this? I really miss option 1) from @n-peugnet's post (single line break in source, space in rendered document), which seems to be used by...
Thanks! The default color mode is `auto`, so it might be caused by the terminal? What OS are you on, and which terminal/console are you using?
@stdedos You could well make a separate issue for it, to avoid that it gets lost. Also, I think some graphical/ascii art illustration would help to understand your proposal.
Thanks, @samvdkris! As there is now also the git-graph based TUI application [git-igitt](https://github.com/mlange-42/git-igitt) (you have probably seen the link in the README), this feature is currently not on my top...
Many thanks for the reply! My solution so far was complete doubling of the plotting code, as you can see here: https://github.com/mlange-42/easy_graph/blob/master/src/ui/chart.rs#L406 Not really nice, but good to know that...
For reference, here is a GitHub Actions script that builds binaries for win, linux and macos and uploads them as release assets: https://github.com/mlange-42/dirstat/blob/main/.github/workflows/release.yml Could also use a build matrix to...
Sure, I don't see any arguments against that.
Sorry, a bit short in time at the moment. So some more patience required until I can take a deeper look... Could you please check if the `cargo fmt` warnings...
I would prefer to have both settings in the same file, and to use `Option` to make them optional. To make things consistent, setting the format permanently should work like...
This is probably an issue of the color scheme of your terminal. Please try to change the color scheme and chack if it has any effect. See here for Gnome...