Matt Wang
Matt Wang
I think the default option passed to less `-FRSX --shift 1` is sensible, curious what's your use case for disabling `-F` / `--quit-if-one-screen`?
I see, some of the use cases do make sense. Unfortunately the default options for `less` were (stolen) from git source code, changing that might break other users. A workaround...
-p overrides the default pager (less) and also the default option for it, just drop `-p less`, it should work. On Sat, Sep 18, 2021 at 6:44 PM mamanunu ***@***.***>...
The design is very limited on top of patch, tar and not easy to extend, I am not surprise to see a new bug report here. :) Maybe you can...
Thanks for the idea, I will evaluate what does pygments ANSI sequence like, color schema of cdiff might need change completely. On 2013-4-13, at 23:58, Val Markovic [email protected] wrote: >...
Hi, I've tried pygments command line for ansi color sequence effect, I'd rather not integrate with it as it will make cdiff much complex and I don't think I can...
Hi @krader1961, thanks for the feedback. I second the opinion from @mat813 - at least it should not be default as it will surprise people (IMHO the option/behavior is not...
Thanks for the ideas. If this has to be done, I tend to parse the diff hunks to recognize deleted files (`@@ -1,45 +0,0 @@`) and ignore the content with...
Hi! Would you mind tell me: - Your OS info - Python version - Do you have any options enabled via environment variable? (`env | grep DIFF_OPTIONS`) - How large...
Thank you. 2MB with 500 chars max width should not cause any performance issue. The code does not load the whole file into memory before handling it, internally it mostly...