Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jaysce/Spaceman
A macOS app to view Spaces / Virtual Desktops in the menu bar
https://github.com/Jaysce/Spaceman
macos menubar spaces virtualdesktop
Last synced: 3 months ago
JSON representation
A macOS app to view Spaces / Virtual Desktops in the menu bar
- Host: GitHub
- URL: https://github.com/Jaysce/Spaceman
- Owner: Jaysce
- License: mit
- Created: 2020-11-23T02:11:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T14:31:55.000Z (5 months ago)
- Last Synced: 2024-06-16T22:36:09.277Z (5 months ago)
- Topics: macos, menubar, spaces, virtualdesktop
- Language: Swift
- Homepage: https://www.jaysce.dev/projects/spaceman
- Size: 4.44 MB
- Stars: 693
- Watchers: 18
- Forks: 26
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Spaceman Example](Images/Header.png)
## About
Spaceman is an application for macOS that allows you to view your Spaces / Virtual Desktops in the menu bar. Spaceman allows you to see which space you are currently on (or spaces if you are using multiple displays) relative to the other spaces you have. Naming these spaces is also an option in order to organise separate spaces for your workflow.**Spaceman requires macOS 11 Big Sur or greater.**
## Install
### Homebrew
```
brew install spaceman
```
### GitHub
Go to the releases tab and download **Spaceman.dmg** from the latest release.
## UsageThe above image shows the possible icons that you will see depending on the style you choose.
There are 4 styles to choose from, from top to bottom:
- Rectangles
- Numbers
- Rectangles with Numbers
- Named SpacesThe meaning of the icons from left to right are:
- Active Space
- Inactive Space
- Inactive Fullscreen App
- Gap (The gap denotes that the spaces that follow are on a different display)
- Inactive Space
- Active Fullscreen AppThe style and the name of a space can be changed in preferences (shown above). A space is named by selecting the space from the dropdown, typing a name up to 3 characters and clicking the 'Update name' button or pressing enter.
If the icon fails to update, you can choose to force a refresh of the icon using a custom keyboard shortcut or allow Spaceman to refresh them automatically every 5 seconds by enabling 'Refresh spaces in background'. See [#2](https://github.com/Jaysce/Spaceman/issues/2).
## Attributions
- This project is based on [WhichSpace](https://github.com/gechr/WhichSpace)
- This project uses [Sparkle](https://sparkle-project.org) for update delivery
- This project makes use of [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin)
- This project makes use of [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts)