clink
clink copied to clipboard
How to remove branding
It's really annoying to run cmd /k <stuff>
and be forced to see clink branding
Clink v0.4.4 [git:a60c0a] Copyright (c) 2014 Martin Ridgers
http://mridgers.github.io/clink
how can I disable this?
As of now, much of behaviors like this are hard-coded in the program and cannot be customized easily.
I am getting around the logo by appending a cls
command. Namely cmd /k <stuff> & cls
clink does have silent mode: inject -q
command when you inject it into CMD, and after than cmd /k
doesn't produce any verbose branding, I am using this all the time.
Honestly, I like seeing it - at least the version number. I have clink on a number of machines (mostly VMs) and it helps when I'm updating to a new version to see what version is loaded. And I build clink at times and it helps knowing exactly what I'm running (assuming I've updated the number for this). And I don't mind giving Martin credit where credit's due. I don't mind seeing an author's name on a book I like.
But it's nice to know he added the -q parameter. I probably won't be using it, but I hope it helps you, Mus.
Rob
On Wed, Aug 29, 2018 at 4:48 AM Vladimir Sizikov [email protected] wrote:
clink does have "inject -q" command when you inject it into CMD, and after than cmd /k doesn't produce any verbose branding, I am using this all the time.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mridgers/clink/issues/493#issuecomment-416875841, or mute the thread https://github.com/notifications/unsubscribe-auth/AAM3DHN4NU19ik4Lf6LUOH5g89MTRR2Yks5uVlVhgaJpZM4WP9ph .