Access to the MacOS X display spaces.
Project description
Access to the MacOS X display spaces.
Latest release 20250108: New "current" subcommand to report the current space number.
main(argv=None)
cs.app.osx.spaces command line mode.
Class Spaces
The spaces for a particular display.
Spaces.__init__(self, display_index=0, *, cg_conn: Optional[inspect._empty] = <objc.function '_CGSDefaultConnection' at 0x124198760>):
Initialise.
Parameters:
display_index: optional display index, default0cg_conn: optional CoreGraphics connection, default fromCoreGraphics._CGSDefaultConnection()
Spaces.__getitem__(self, space_index):
Return the space at index space_index.
Note that the index counts from 0, while the desktop space
number counts from 1.
Spaces.current:
The current space.
Spaces.current_index:
The index of the current space, found by scanning the spaces
for the current space UUID.
Returns None if not found.
Spaces.current_uuid:
The UUID of the current space.
Spaces.display_id:
The display identifier of the display.
Spaces.display_uuid:
The UUID of the display.
Spaces.forget(self):
Forget the current spaces information.
This will cause it to be obtained anew.
Spaces.get_wp_config(self, space_index: int):
Get the desktop picture configuration of the space at space_index.
Spaces.monitor_current(self, **kw):
Return a cs.delta.monitor generator for changes to the
"current" space i.e. changes representing a desktop space switch.
Spaces.monitor_wp_config(self, space_index=None, **kw):
Return a cs.delta.monitor generator for the wallpaper
configuration of a specific space (default self.current_index
at the time of call).
Spaces.popindices(self, argv):
Pop a leading spaces specification from argv if present,
return a list of the indices it represents.
If there is no spaces specification, return None.
Note that space indices count from 0, and space numbers count from 1.
The following spaces specifications are recognised:
.: the current space index*: all the space indices- a positive integer
spn:spn-1
Spaces.set_wp_config(self, space_index: int, wp_config: dict):
Set the desktop picture configuration of the space at
space_index using the dict wp_config.
Class SpacesCommand(cs.cmdutils.BaseCommand)
A command line implementation for manipulating spaces.
Usage summary:
Usage: spaces [common-options...] subcommand [options...]
A command line implementation for manipulating spaces.
Subcommands:
current [common-options...]
Print the current space number.
help [common-options...] [-l] [-s] [subcommand-names...]
Print help for subcommands.
This outputs the full help for the named subcommands,
or the short help for all subcommands if no names are specified.
Options:
-l Long listing.
-r Recurse into subcommands.
-s Short listing.
info [common-options...] [field-names...]
Recite general information.
Explicit field names may be provided to override the default listing.
monitor [common-options...]
Monitor space switches.
repl [common-options...]
Run a REPL (Read Evaluate Print Loop), an interactive Python prompt.
Options:
--banner banner Banner.
shell [common-options...]
Run a command prompt via cmd.Cmd using this command's subcommands.
wp [common-options...] [{.|space#|*} [wp-path]]
Set or query the wallpaper for a space.
The optional space number may be "." to indicate the
current space or "*" to indicate all spaces.
wpm [common-options...] [{.|space#}]
Monitor the wallpaper settings of a particular space.
SpacesCommand.Options
SpacesCommand.cmd_current(self, argv):
Usage: {cmd}
Print the current space number.
SpacesCommand.cmd_monitor(self, argv):
Usage: {cmd}
Monitor space switches.
SpacesCommand.cmd_wp(self, argv):
Usage: {cmd} [{{.|space#|}} [wp-path]]
Set or query the wallpaper for a space.
The optional space number may be "." to indicate the
current space or "" to indicate all spaces.
SpacesCommand.cmd_wpm(self, argv):
Usage: {cmd} [{{.|space#}}]
Monitor the wallpaper settings of a particular space.
SpacesCommand.run_context(self, **kw):
Set options.spaces to a Spaces instnace during a command run.
Release Log
Release 20250108: New "current" subcommand to report the current space number.
Release 20240622:
- New SpacesCommand with a "wp" command to report or set wallpaper configs.
- Assorted other updates.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cs_app_osx_spaces-20250108.tar.gz.
File metadata
- Download URL: cs_app_osx_spaces-20250108.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5ba0f6623d86462688fd2ed349450af77e2a5b4242d8113a58d6f483d128af9
|
|
| MD5 |
076d507a0a5a7c0906e2f7149b5c8ccd
|
|
| BLAKE2b-256 |
357e255b73e09f5d811ff95348ab7e9d99bd9a95272d734faa604a587c30eb01
|
File details
Details for the file cs_app_osx_spaces-20250108-py2.py3-none-any.whl.
File metadata
- Download URL: cs_app_osx_spaces-20250108-py2.py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c999995c895e0ed184a239d9131a30cf116854f00d45b8ad8c68b0b5eb6913c
|
|
| MD5 |
e25a09530b9aa58fecb9c509b90251b6
|
|
| BLAKE2b-256 |
05c5143000c3ab23aa09e30cb341c978eea54e03052d8cfb3131895d9151652f
|