An open API service indexing awesome lists of open source software.

https://github.com/saada/macos-dock-spaces

macOS app for adding spaces to your dock to help you organize your apps
https://github.com/saada/macos-dock-spaces

dock macos spacer

Last synced: 3 months ago
JSON representation

macOS app for adding spaces to your dock to help you organize your apps

Awesome Lists containing this project

README

        

# macOS-dock-spaces

macOS app for adding spaces to your dock. Spacers help keep your dock organized. The app only needs to run when you need to add spacers.

![image](./images/dock.png)

## Install

1. Download [Dock-Spaces-1.1.dmg](https://github.com/saada/Dock-Spaces/raw/master/Dock-Spaces-1.1.dmg)
2. Run the file, then drag&drop to Applications folder
3. Run `Dock Spaces.app` from your Applications folder and find the commands in the top status bar icon ![image](./images/dock-spaces.png)

## User Guide

- While the app is running, you can add small and regular sized spaces to the dock
- After adding spaces, you can drag & drop them around the dock to wherever you like
- You can delete a spacer by throwing them out of the dock just like you would remove a regular app
- You can shut down the app after adding all the spacers you need

## Features

- works on macOS 10 and 11
- only run when adding spacers
- dark mode support
- different sized spacers

![image](./images/small_space.png)

## Make your own build

After running `git clone`, compile with

```sh
xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
```

Use [create-dmg](https://github.com/sindresorhus/create-dmg) tool to generate dmg file.

```sh
create-dmg build/Release/Dock\ Spaces.app
# generates ./Dock-Spaces-1.0.dmg
```