All Projects → Stvad → alfred-otter

Stvad / alfred-otter

Licence: Apache-2.0 license
Alfred workflow for searching and retrieving transcripts from Otter.ai

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to alfred-otter

alfred
A fast, simple way to make Alfred workflow script filters in Go
Stars: ✭ 25 (+25%)
Mutual labels:  alfred, alfred-workflow
alfred-string-operations
Perform string operations to clipboard content
Stars: ✭ 70 (+250%)
Mutual labels:  alfred, alfred-workflow
alfred bluetooth controller
Alfred workflow for managing bluetooth settings and -connections
Stars: ✭ 63 (+215%)
Mutual labels:  alfred, alfred-workflow
alfred-qiita-workflow
Qiita on Alfred
Stars: ✭ 57 (+185%)
Mutual labels:  alfred, alfred-workflow
alfred-urban-dictionary
Search Urban Dictionary from Alfred.
Stars: ✭ 53 (+165%)
Mutual labels:  alfred, alfred-workflow
i-sheet-you-not
Automagically turn Excel spreadsheets into Alfred 3 Workflows
Stars: ✭ 67 (+235%)
Mutual labels:  alfred, alfred-workflow
alfred-sublime-text
Filter and open your Sublime Text (2 and 3) project files from Alfred.
Stars: ✭ 66 (+230%)
Mutual labels:  alfred, alfred-workflow
alfred-r
#rstats Alfred workflow
Stars: ✭ 36 (+80%)
Mutual labels:  alfred, alfred-workflow
bookends-tools
Alfred Workflow to Integrate with Bookends, an academic reference manager/bibliography tool for macOS
Stars: ✭ 78 (+290%)
Mutual labels:  alfred, alfred-workflow
alfred-jira-search
Alfred Workflow to quickly search through Jira issues 🔎
Stars: ✭ 23 (+15%)
Mutual labels:  alfred, alfred-workflow
alfred-passwords-workflow
An Alfred 4 workflow that allows you to quickly generate strong passwords.
Stars: ✭ 42 (+110%)
Mutual labels:  alfred, alfred-workflow
alfred-currency-conversion
Alfred 4 Workflow - See foreign exchange rates and currency conversion
Stars: ✭ 149 (+645%)
Mutual labels:  alfred, alfred-workflow
alfred-http-status-codes
Alfred Workflow to search for http status code meanings
Stars: ✭ 30 (+50%)
Mutual labels:  alfred, alfred-workflow
alfred-last2imgur
Alfred workflow to upload the last screenshot taken to Imgur + (delete and minify image)
Stars: ✭ 15 (-25%)
Mutual labels:  alfred, alfred-workflow
alfred-jira-search
An Alfred workflow to search for Jira tickets
Stars: ✭ 26 (+30%)
Mutual labels:  alfred, alfred-workflow
alfred-hugo
Alfred workflow bindings for NodeJS
Stars: ✭ 17 (-15%)
Mutual labels:  alfred, alfred-workflow
alfred-browser-tabs
🔍 Search browser tabs from Chrome, Brave, Safari, etc..
Stars: ✭ 302 (+1410%)
Mutual labels:  alfred, alfred-workflow
alfred-ip-address-workflow
Alfred 5 workflow for getting your local and external IP addresses.
Stars: ✭ 163 (+715%)
Mutual labels:  alfred, alfred-workflow
alfred-night-shift
🌝 Alfred 3 workflow to toggle night shift
Stars: ✭ 18 (-10%)
Mutual labels:  alfred, alfred-workflow
alfred-craftdocs-searchindex
Note searching for Craft Docs
Stars: ✭ 20 (+0%)
Mutual labels:  alfred, alfred-workflow

alfred-otter Build Status

Alfred workflow for https://otter.ai/


The development is supported by - a service that allows you to publish your Roam notes as a beautiful static website (digital garden)


Functionality

Show all recent recordings & copy the transcription of selected recording:

Result (in RoamResearch):

Search recordings by matches in the transcription

Modifiers

  • - paste content of the transcription into the foremost application

  • - copy transcription of the selected recording an all newer ones. Result example (in RoamResearch):

Install

$ npm install --global alfred-otter

Or download it from releases

Requires Node.js 12+ and the Alfred Powerpack.

Usage

  1. Specify email and password variables in Workflow Environment variables:

  2. In Alfred, type otter (this will retrieve all recent recordings). You can add a query after the keyword to search for speeches with a transcript matching it.

  3. You can also specify the exportTemplate Workflow Environment variable to adjust the way entries get copied into your clipboard. Standard export template designed for copying into RoamResearch is

${fullTranscript}\n - Recorded at::${new Date(speech.end_time * 1000).toLocaleString()}\n - https://otter.ai/u/${speech.otid}\n - {{audio: ${speech.audio_url} }}

It references speech and fullTranscript variables bound within toOutputItem function defined in fetch-text.ts.

  1. The default limit on number of speeches fetched when you are not specifying any search terms is 35. You can change that by changing the value of numberOfEntriesToFetch variable in the workflow settings.

License

Apache 2.0 © Vladyslav Sitalo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].