https://github.com/sdushantha/dark-mode
🌗 Control the macOS dark mode from the terminal
https://github.com/sdushantha/dark-mode
cli darkmode macos terminal
Last synced: 2 months ago
JSON representation
🌗 Control the macOS dark mode from the terminal
- Host: GitHub
- URL: https://github.com/sdushantha/dark-mode
- Owner: sdushantha
- License: mit
- Created: 2018-07-28T16:02:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T20:31:28.000Z (over 5 years ago)
- Last Synced: 2025-01-12T10:11:44.462Z (9 months ago)
- Topics: cli, darkmode, macos, terminal
- Language: Python
- Homepage:
- Size: 170 KB
- Stars: 23
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dark-mode
> Control the macOS dark mode from the terminal
*Requires macOS 10.10 or later. Tested on macOS 10.13*
## Installation
```bash
# clone the repo
$ git clone https://github.com/sdushantha/dark-mode.git
```## Usage
```bash
Usage: python3 dark-mode.py [command]Commands
Toggle dark mode
on Enable dark mode
off Disable dark mode
status Dark mode status
```## License
MIT LicenseCopyright (c) 2018 Siddharth Dushantha