[Feature request] Option to remove all colorization?
a-mnesia opened this issue · 6 comments
a-mnesia commented
Is there any kind of option for removing all colorization from prompts and messages from the gocryptfs client software?
If not, could I request this as an option for a future release?
Thank you very much.
rfjakob commented
Hi! Why no color?
rfjakob commented
PS: Note that color is automatically disabled when gocryptfs is not running in a terminal.
a-mnesia commented
Hi. Thank you for your reply!
I use colors in a very specific way on my desktop, and I prefer all my terminal
programs to be non-colorized. This includes "ls", "vi", "emacs", etc., and
I'd like to be able to select the same behavior with "gocryptfs".
If possible, I would just like some sort of --no-color option. If not, I can
work around this, because I can download the source code and add
that option, myself. But I'm just thinking that other users might also
like a --no-color option.
…On 10/29/21 9:18 AM, rfjakob wrote:
Hi! Why no color?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#617 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AWIFWNZRB3ITWPSRDYTM44TUJKUJFANCNFSM5G5SKMBQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
a-mnesia commented
I understand. However, I specifically prefer to not see colors in all
programs that I am running in terminal windows.
Again, I can code this myself, using the gocryptfs code base. But I'm
thinking that there might be other users who might also like some sort
of --no-color option.
…On 10/29/21 9:18 AM, rfjakob wrote:
PS: Note that color is automatically disabled when gocryptfs is not running in a terminal.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#617 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AWIFWN4QKHWNVAVD7TNPAHTUJKULBANCNFSM5G5SKMBQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
rfjakob commented
Feature request makes sense and is easy to do. I will implement this.
Do you know / prefer the NO_COLOR
env variable? https://no-color.org/