├── Folder Actions ├── README.md └── src │ └── flac-to-itunes.bash ├── README.md └── Services └── src └── open-in-tmux.bash /Folder Actions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glushchenko/mac-automation/HEAD/Folder Actions/README.md -------------------------------------------------------------------------------- /Folder Actions/src/flac-to-itunes.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glushchenko/mac-automation/HEAD/Folder Actions/src/flac-to-itunes.bash -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glushchenko/mac-automation/HEAD/README.md -------------------------------------------------------------------------------- /Services/src/open-in-tmux.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glushchenko/mac-automation/HEAD/Services/src/open-in-tmux.bash --------------------------------------------------------------------------------