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
- Host: GitHub
- URL: https://github.com/saada/macos-dock-spaces
- Owner: saada
- License: mit
- Created: 2014-01-27T01:48:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T10:58:05.000Z (about 4 years ago)
- Last Synced: 2023-03-23T22:21:41.249Z (about 2 years ago)
- Topics: dock, macos, spacer
- Language: Objective-C
- Homepage:
- Size: 13.1 MB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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 ## 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
## 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
```