1
0
mirror of https://gitlab.com/ceda_ei/google-meet-captions-regex synced 2025-03-12 06:56:51 +01:00
2020-09-07 20:04:55 +05:30
2020-09-15 18:29:44 +05:30
2020-09-07 19:38:13 +05:30
2020-09-10 21:21:53 +05:30
2020-09-20 12:42:42 +05:30
2020-09-20 12:35:43 +05:30
2020-09-07 13:43:04 +00:00
2020-09-14 21:38:52 +05:30

Google Meet Captions Regex

Send a notification when a caption in Google Meet matches a certain regex.

Building

  • cd popup
  • yarn install
  • yarn build

This will build the react app for popup.

  • cd ..
  • FILENAME="$(basename "$PWD")-$(jq -r .version manifest.json).zip"
  • zip -r "web-ext-artifacts/$FILENAME" LICENSE gmcr.js manifest.json popup/build/ icons/

Building source zip (for review process)

  • zip -r "web-ext-artifacts/source-$FILENAME" $(git ls-files)
Description
No description provided
Readme GPL-3.0 276 KiB
Languages
JavaScript 88.7%
CSS 6.4%
HTML 2.7%
Shell 2.2%