Search
Close this search box.

5 Fun Terminal Commands To Try Right Now

fun terminal commands

fun terminal commands

When people think of fun they rarely think of Terminal. The utility at the heart of OS X, Terminal can do just about anything and is already known for some pretty interesting tweaks, but there are some less dangerous and more fun commands you can enter into Terminal and have some fun while you’re at it. Here are 5 fun Terminal commands to try right now.

 fun terminal commands snow

1. Make It Snow

It’s that time of year again when the snow falls as much as the temperature, but if you haven’t seen enough snow yet or just want some right on your desktop you can make Terminal into a tiny UNIX snow globe with a simple command.

Before you enter it, however, you probably want to change how Terminal looks to get the full effect.  Launch Terminal and hit Command + i on your keyboard to change Terminal’s theme. I recommend Pro for the best white on black effect.

Once you have the window looking right, enter the following string into Terminal and hit Return:

ruby -e 'C=`stty size`.scan(/\d+/)[1].to_i;S=["2743".to_i(16)].pack("U*");a={};puts "\033[2J";loop{a[rand(C)]=0;a.each{|x,o|;a[x]+=1;print "\033[#{o};#{x}H \033[#{a[x]};#{x}H#{S} \033[0;0H"};$stdout.flush;sleep 0.1}'

Immediately you should start seeing snowflakes fall and collect at the bottom of the screen. To stop it, hit Control + Z to stop the snow. The Terminal window will look a bit wonky when you end the snow, so type clear and hit Return to clear out everything that was typed.

This uses up about 5-10% CPU to run, so while not a huge power hog, you should probably close it if you’re taxing your system with other commands. Click the full screen button for a nice screen saver, too.

star wars text

2. Watch an ASCII-Based Star Wars IV

If all that snow has you thinking of the ice planet of Hoth, then two things are probably true. First, you’re a pretty big Star Wars fan and two, you’d probably enjoy an ASCII text-based version of Start Wars Episode IV: A New Hope.

If at least number two is correct then open up Terminal and enter the following command in, followed by Return:

telnet towel.blinkenlights.nl

Note: This is actually connecting to a site where Star Wars ASCII lives, so you need an Internet connection for this one to work.

Sit back and relax while ASCII Star Wars plays out in front of you and if you have IPv6 you’ll even get color!

terminal games

3. Play Classic Games

Now that you’ve got a movie in it’s time to play a game. Luckily Terminal comes with a few old-school retro games that just about anyone is sure to love.

 

In Terminal, type in the following command and hit Return:

emacs

Once the emacs screen loads, hit Esc + X on your keyboard. This will give you a place to type. Type out one of the following games and hit Return:

  • 5×5
  • blackbox
  • dunnet
  • gomoku
  • hanoi
  • landmark
  • mpuz
  • pong
  • snake
  • solitaire
  • tetris

When you’re done playing hit Ctrl + X and then Ctrl + C to exit. While a few of these games are a little vague, the major ones like Tetris, Pong, and Solitaire are classics that never get old.

make terminal talk

4. Make Terminal Talk Back

Did playing those games remind you that you don’t have anyone to talk to? Well, Terminal has the cure for that, too! You can get Terminal to say anything you want it to with a simple command. Just type in say followed by whatever you want Terminal to say and you’ll be kept company by the soothing voice of UNIX.

terminal-tricks-doctor

5. Get Some Mental Help

If all this working in Terminal has you a little shaken up, you should probably talk to someone about it. Luckily Terminal has a built-in psychologist ready to hear all about your troubles.

You actually access Terminal’s shrink the same way you get to games (that tells you something about the quality of the counseling you’ll get). Type in  emacs again but this time after hitting Esc + X type in the word doctor instead of the name of a game.

This doctor doesn’t come with a TARDIS or a degree, but it’s definitely fun to play with but it might end up driving you to a real psychologist after not too long.

Wrap-Up

Hopefully you can see that Terminal doesn’t have to be all work. You can actually have a little fun with it, too.

While we can have fun with Terminal it’s definitely a utility that is worth learning more about. You can fix a lot of issues and even customize your Mac all with this simple looking tool.

 

Share the Post:
Kossi Adzo

Kossi Adzo

Kossi Adzo is a technology enthusiast and digital strategist with a fervent passion for Apple products and the innovative technologies that orbit them. With a background in computer science and a decade of experience in app development and digital marketing, Kossi brings a wealth of knowledge and a unique perspective to the Apple Gazette team.

4 thoughts on “5 Fun Terminal Commands To Try Right Now

  1. these do not work. I tried all of these and only the make it snow works… I have not had a lot of experience with terminal though so that may be part of the problem.

  2. It’s ok I got you on this one and it is easy here it is type in use-the-force then hit enter if you wanna watch Star Wars 🙂 hope this helps yah out

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Posts