Add App To Dock Mac Terminal

The Dock is the quick-access strip for applications and documents that appears on your MacBook Desktop. Why be satisfied with just the icons that Apple places in the Dock? You can add your own applications, files, and folders to the Dock as well.

Open an app or file. Click its icon in the Dock. Recently opened apps appear in the center section of the Dock. Add an item to the Dock.

May 12, 2020  Setting Mac File Permissions Using Finder. If you want to set the permissions for a file on your Mac without using the terminal, you’ll need to use the Finder app. You can launch Finder from the Dock at the bottom of your screen. The application is represented by the smiling Happy Mac logo icon. I'm managing multiple computers and want to send out a script that will run in terminal that will add certain applications to the dock. The code I am trying is defaults write com.apple.dock pers.

  • Adding applications: You can add any application to your Dock by simply dragging its icon into the area to the left side of the Dock (that’s to the left side of the vertical dotted line that’s visible in the Dock). You’ll know when you’re in the proper territory because the existing Dock icons obligingly move aside to make a space for it.

    Attempting to place an application directly on the right side of the Dock sends it to the Trash (if the Trash icon is highlighted when you release the button), so beware.

    Note, however, that you can drop an application icon inside a Stack or a folder that already exists at the right side of the Dock. (If you’ve repositioned the Dock to the left or right side of the screen, consider the top of the Dock as the “left side” and the bottom of the Dock as the “right side.”

  • Adding individual files and volumes: Individual files and volume icons can be added to the Dock by dragging the icon into the area to the right side of the Dock. (Attempting to place these to the left of the side of the Dock opens the application associated with the contents, which usually doesn’t work.)

    Again, the existing Dock icons will move aside to create a space when you’re in the right area.

    To open the Dock item you’ve added in a Finder window, right-click the icon to display a Dock menu, where you can open documents, run applications, and have other assorted fun, depending on the item you choose.

  • Adding several files or a folder: Lion uses a feature called Stacks to handle multiple files or add an entire folder to the Dock.

  • Adding websites: You can drag any URL from Safari directly into the area at the right of the Dock. Clicking that icon automatically opens your browser and displays that page.

To remove an icon from the Dock, just click and drag it off the Dock. You get a rather silly (but somehow strangely satisfying) animated cloud of debris, and the icon is no more.

Note, however, that the original application, folder, or volume is not deleted — just the Dock icon itself is permanently excused. If you like, you can delete almost any of the default icons that Mac OS X installs in the Dock; only the Finder and Trash icons must remain in the Dock.

To set up a Dock icon as a Login Item — without the hassle of opening the Users & Groups pane in System Preferences — just click a Dock icon and hold the mouse button down until the pop-up menu appears. Select Option and, then select the Open at Login item from the submenu.

If you can’t delete items from the Dock, you’re using a managed account — your account is configured with Parental Controls turned on, and your administrator has deselected the Can Modify the Dock check box in your account. In order to delete Dock items, you’ll need an admin-level user to log in; then visit the Users & Groups pane in System Preferences, click your account, and reselect the check box.

Terminal may be one of the least used but most powerful apps included with a Mac. At first glance, Terminal seems to be the antithesis of the Mac’s friendly GUI (Graphical User Interface), presenting instead a simple command line interface that harkens back to the days of glowing CRTs with green, amber, or whitish text, connected to some distant computer system.

(The default Terminal window, with black text on a white background.)

The Mac’s Terminal app emulates the old terminals, and provides access to a UNIX shell, where you can issue commands to manipulate the UNIX system that underlies the Mac OS. The UNIX shell, in this case, a Bash shell, provides a command processor that can interpret text entered by the user. It’s not just simple text commands you enter, such as displaying the contents of a folder, that the Bash shell can process, but also scripts, chains of commands, piping, conditional testing, variables, and more. The entire syntax that the Bash shell understands is a bit beyond this article. If you’re interested in creating shell scripts, Apple provides a developer’s guide to scripting using Terminal and the various UNIX shells.

In the first part of our introduction to Terminal, we’re going to look at Terminal with an eye to more basic usage, primarily as a way to modify the standard behavior of the Mac OS. We’ll also look at some basic file system manipulation as examples of ways to use Terminal. So, let’s get started with how to launch and configure Terminal for your use.

Launching and Configuring
The Terminal app is located at /Applications/Utilities. You can launch Terminal just like any other Mac app. Once launched, Terminal will display a window containing a title listing the current working directory, usually your home folder, the type of shell in use, such as Bash, and the window size in characters, such as 80×24 (80 characters across and 24 characters or lines down).

The working area of the Terminal window will initially contain just a few lines of text. On my Mac, it displays the last time I logged in (used Terminal), and then the Terminal command prompt, which consists of my Mac’s name, the current directory, and the currently logged in user, ending with a $ prompt.

Just after the $ prompt is a dark rectangle that serves as Terminal’s cursor, showing the current location at which text will appear.

(Terminal after issuing the cd .. and ls commands. Note the window has been customized with a different background color.)

Let’s try our first Terminal command. At the prompt, enter:

cd ..

Then press enter or return on your keyboard.

Nothing much happened, although if you look at the Terminal window title, it changed to say Users. If you look at the prompt, it changed to show that the current working directory has changed to Users.

That’s because the cd command means to Change Directory, while the .. tells the command to go up one level in the directory hierarchy.

Let’s try one more command, and then move on to some Terminal configuration options.

At the prompt enter:

ls

Press enter or return.

This time, the Terminal window will produce a list of items found in the Users directory. On my Mac, I see a Shared folder, along with three user account folders. If you wanted to examine any of these folders, you could use the cd command we tried earlier, such as cd Shared. Please note Terminal is case sensitive, so Shared is not the same folder as shared. Once you’ve moved to a new folder, use the ls command to view its contents.

OK, let’s move on to getting Terminal to look and operate the way you want it to.

Customize Terminal
Terminal has a number of customization options that you may wish to take advantage of, starting with the basic background color and text color. Terminal comes with a number of predefined profiles that set the colors used in a Terminal window. You can try each one out by selecting Shell, New Window, and then selecting a profile name from the menu.

(The Inspector is an easy way to select one of the predefined profiles for the Terminal window.)

Using Terminal Mac

There’s an easier way to examine the various profile settings, without having to open multiple Terminal windows; instead, select Shell, Show Inspector. In the Inspector window, click the Settings button. Every premade profile will be shown; you can click on a profile and the current Terminal window will change to show the new scheme. Go ahead and click through the various profiles until you find one you like.

If you would like to always have your Terminal window use a specific profile, here’s how to do it:

Select Preferences from the Terminal menu.

Select the General button in the Preferences toolbar.

Select On startup, open: New window with profile:

In the drop-down menu, select the Profile name you would like to use. You can always go back to the Inspector window to find the profile name you wish to use.

You can further customize a profile by selecting the Profiles button in the toolbar.

Add App To Dock Mac Terminal

Select the Profile you wish to customize.

Click the Gear button, and select Duplicate profile.

Give the duplicate profile a new name.

Best mac terminal app(Profiles can be modified or new ones can be created using Terminal Preferences.)

The new profile will be based on the previously selected profile. You can now make changes without adversely affecting the original. We encourage you to experiment with the various settings. You can change text size, font, and color, background color, cursor style, and window size. While it’s OK to look at all the settings that can be changed, try limiting your customization to text, cursor, and window coloring for the time being. As you become more proficient with Terminal, other settings can be adjusted to meet your needs.

Now that you’ve seen that Terminal can be customized to your needs, let’s take a look ahead to part two of our Terminal series.

More About Bash and Commands to Customize Your Mac
In the second installment of our miniseries on Terminal, we’re going to take a more detailed look at the Bash shell, including some tricks that make entering and repeating commands a simpler process, and how to create a simple script. We’re also going to take a look at a number of commands that can be used to customize your Mac, including the “defaults” system used by the Mac to store system and application preferences. You’ve probably seen the defaults command mentioned in various Mac tips and tricks that involve using the Terminal app.

Before we move on to part two of our Introduction to the Mac’s Terminal App, we’re going to leave you with an example of the defaults command you can try out right now.

App

Modify the Dock to Include a Recent Items Stack
As far as the Mac OS is concerned, the Dock is just another app. As such, it has a number of preferences we can manipulate using the defaults command. You’ve already been using the defaults command every time you opened the Dock’s preference pane and made a change. In the background, a defaults command is executed to change a preference.

(The Terminal window after the defaults command is used to modify the Dock with a new Recent Items stack.)

In this example, we’re going to change a preference that will enable a Recent Items stack to be created in the Dock and marked as persistent, so it will stay in the Dock from restart to restart.

At the Terminal prompt, enter the following:

defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’

You can triple-click the line above to select it, and then copy/paste the command into Terminal.

Press enter or return to execute the command.

You’ll need to restart the Dock application so it will read the changes to its preference files.

Best Mac Terminal App

Enter the following text into Terminal:

Killall Dock

Press enter or return.

The Dock will relaunch itself. Look on the right-hand side of the Dock, near the Trash icon; there should be a new stack named Recent Applications. If you don’t wish to keep the Recent Applications stack, you can drag it from the Dock to the Desktop to delete it.

See you next week for part two of our Introduction to Terminal.

Be Sociable, Share This!

Mac Terminal Tutorial

Prices, terms, and availability subject to change without notice. Not responsible for typographical, technical, or descriptive errors of products herein.
OWC is on-site wind turbine powered at 8 Galaxy Way, Woodstock, IL 60098 | 1-800-275-4576 | +1-815-338-8685 (International)
All Rights Reserved, Copyright 2018, OWC – Since 1988