├── README.md ├── awayback.sh ├── helpers ├── alfred │ ├── README.md │ ├── action.sh │ ├── script_filter.sh │ └── update_slack_status.alfredworkflow └── zoom_detect.lua └── slack_status.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mivok/slack_status_updater/HEAD/README.md -------------------------------------------------------------------------------- /awayback.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mivok/slack_status_updater/HEAD/awayback.sh -------------------------------------------------------------------------------- /helpers/alfred/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mivok/slack_status_updater/HEAD/helpers/alfred/README.md -------------------------------------------------------------------------------- /helpers/alfred/action.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mivok/slack_status_updater/HEAD/helpers/alfred/action.sh -------------------------------------------------------------------------------- /helpers/alfred/script_filter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mivok/slack_status_updater/HEAD/helpers/alfred/script_filter.sh -------------------------------------------------------------------------------- /helpers/alfred/update_slack_status.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mivok/slack_status_updater/HEAD/helpers/alfred/update_slack_status.alfredworkflow -------------------------------------------------------------------------------- /helpers/zoom_detect.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mivok/slack_status_updater/HEAD/helpers/zoom_detect.lua -------------------------------------------------------------------------------- /slack_status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mivok/slack_status_updater/HEAD/slack_status.sh --------------------------------------------------------------------------------