Project

moodswings

0.0
No commit activity in last 3 years
No release in over 3 years
Changing your dev environment, one keystroke at a time
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3.5
~> 1.8.4
~> 3.12
~> 2.8.0
 Project Readme

Moodswings

Moodswings makes it easy to change your development configs from the terminal.

Basic Usage

  1. Install moodswings. gem install moodswings

  2. Create folder in ~/.moodswings

  3. Create new file .mood (see examples below)

  4. Run moodswing <name>

Examples

~/.moodswings/dark.mood

desktop_background "~/Pictures/Wallpapers/really-dark-pic.jpg"

open_app "MenuBarFilter"

MenuBarFilter

Contributing

There are only helper methods for OSX right now, and they use osascript to execute commands. Feel free to create more helper methods for different platforms, or improve on the ones currently existing.