Giter Site home page Giter Site logo

standup-checker's Introduction

Standup Checker

Is standup going to be on Slack or Zoom?

This script is a companion to Keyboard Maestro.

Running the script will create a standupFormat variable in Keyboard Maestro and set it to a string of either zoom or slack.

Setup

Prerequisites

  • Keyboard Maestro
  • yarn
  • node

Installation

Install node-jxa globally.

$ yarn global add node-jxa

Replace the node-jxa.js file in the package with the file in ./docs/node-jxa.js. The package's file has invalid code that breaks the package.

$ cp ./docs/node-jxa.js ~/.config/yarn/global/node_modules/node-jxa/node-jxa.js

Install Standup Checker.

$ yarn
$ yarn build:global

Usage

The script executable globally.

From terminal, run

$ standup-checker

Open Keyboard Maestro and go to Preferences > Variables. Look for the standupFormat variable.

Keyboard Maestro Setup

  1. Create a new macro or use an existing one.
  2. Add a new Action.
  3. Select Execute > Execute a Shell Script.
  4. In the new Action window, set it to:
    • With input from Nothing.
    • Execute text script.
    • ignore results.
  5. Add this to the text field:
    PATH=/usr/local/bin:$PATH
    standup-checker
    NOTE: Keyboard Maestro and Automator do not reference the system's PATH, and therefore need it specified in order to know where the global scripts are.

TO DO

  • Output zoom and slack as strings, so that script can be used by other automating tools besides Keyboard Maestro.

standup-checker's People

Contributors

unknownbreaker avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.