The current drupal core installation UI has the druplicon so there should
be at least an option to add this to the drush CLI as well.

Comments

dawehner’s picture

StatusFileSize
new2.02 KB
drush si --druplicon=1

             ,'
             ;;'
              ;;'
           ; .;;;'.
          . `.;;;;;',
        :   .;;;;;;;;'`
      ;    .,;;;;;;;;;;+
     '    .,;;;;;;;;;;;;'
    :    .:;;;;;;;;;;;;;;'
   '   `.;;;;;;;;;;;;;;;;;'
   .  `.;;;;;;;;;;;;;;;;;;;'.
  ;..,;;;;;;;;;;;;;;;;;;;;''
 :;;;;;;;;;;;;;;;;;;;;;;;;'',
 ';;;;;;;;;;;;;;;;;;;;;;;;'''
 ;;;;;;;;;;;;;;;;;;;;;;;;''''
,;;;;;;;;;;;;;;;;;;;;;;;;''''.
';;;;;;;;;;;;;;;;;;;;;;;''''';
+;;;;;;;;;;;;;;;;;;;;;;''''''+
';;;;;;;;;;..:;;;;;;;;'''''''+
';;;;;;;;      `;;;;;''''   ''
 ;;;;;;;;         ;;;''',    :'
 ;;;;;;            '''       .
 ;;;;;;                     .
 ';;;;;            :'       ;
  ;;;;;          ,''''`     ,
  +;;;;        `''',:''.   .
   ''';'      ''' `;. '',
    '''''''''''';''''`'''''
    `'''''''''''''''''''''
      ''''''', ''''''`.';
       '''''''.      ''
         '''''''''''+`
            ,'++';

jibran’s picture

Status: Active » Needs review

I was waiting for this feature. Thanks @dawehner

msonnabaum’s picture

No shell colors? Surely we can slap some [34m on that.

nod_’s picture

how is that not critical?

xano’s picture

Priority: Normal » Critical

how is that not critical?

ALL THE THINGS!

dawehner’s picture

StatusFileSize
new30.39 KB
new60.47 KB

That one seems to be more impressive:

convert druplicon.png druplicon.jpg
jp2a druplicon.jpg > druplicon.ascii

druplicon.png

jibran’s picture

Status: Needs review » Reviewed & tested by the community

It is awesome. Let's get this in.

dawehner’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new43.94 KB
  • Added a check for no color
  • Moved the ascii art to files.
moshe weitzman’s picture

Priority: Critical » Normal
Status: Needs review » Fixed

Fixed this up so it works on all commands. Also decided to move all code to a new druplicon.drush.inc commandfile. The ascii files stay in misc. Thanks.

attiks’s picture

Version: 8.x-6.x-dev » 7.x-5.x-dev
Status: Fixed » Active

Would love to see this backported to make jenkins more pleasing to look at.

attiks’s picture

Status: Active » Needs review
StatusFileSize
new43.94 KB
moshe weitzman’s picture

Actually, the patch that got committed was a bit different than what was posted here. I'm pretty sure it will work without modification in drush 5. See http://drupalcode.org/project/drush.git/commitdiff/c5f7fe87681806f5d2737....

However, I'm not feeling the urge to backport this. I think each release needs some personality and theme and this one belongs to 6. Folks who really want it for 5 can use the commandfile as is, and put the files in misc or change the paths in the commandfile.

attiks’s picture

Status: Needs review » Fixed

#12 Moshe, I checked the patch (curl http://drupalcode.org/project/drush.git/commitdiff_plain/c5f7fe87681806f... | git apply -v) and after a drush cache-clear drush it works perfectly

attiks’s picture

Small remark: the druplicon now appears at the end, not the beginning of the output.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.