Moter is a motion picture terminal designed to enhance your workstation experience. For those that may spend many hours each day working in the terminal, staring at a black screen can be an isolating experience. I created motor for myself because I am one of those people and time lapse footage of outer space makes me happy.
-
install:
brew tap gwolf3/craft
&brew cask install moter
-
setup: permissions (required or will not work properly)
-
run:
moter start
/moter stop
Get help: moter --help
/ moter <command> --help
Get version: moter --version
Set a new default background video: export MOTER_DEFAULT=<path/url>
(this will play on start
)
Experiment with new videos: moter start -v <path/url>
(Hint: please be sure to use absolute paths & include 'http/https' scheme for urls)
Run in desktop mode (disable terminal): moter start --desktop-only
Desktop mode can also be enabled by default: export MOTER_DESKTOP_ONLY=True
Motor uses VLC media player behind the scenes, so any supported format will work here too. You can even use a URL (youtube,etc). I also included a couple samples to get you started.
Moter requires accessibily access of the following:
- Terminal (/Application/Terminal.app)
- iTerm (/Application/iTerm.app)
- Spectacle (/Applications/Spectacle.app)
- System Events (/System/Library/CoreServices/System\ Events.app)
(Hint: if you cannot find any items here, you may need to search and add them with the +
button)