Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions extensions/wispr-flow/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift
compiled_raycast_rust

# misc
.DS_Store
14 changes: 14 additions & 0 deletions extensions/wispr-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Wispr Flow Changelog

## [Add Windows Support] - {PR_MERGE_DATE}

### Platform Support
- Added Windows
- Added platform-specific handling for the default database path, app detection, and opening Wispr Flow commands

### Database and Commands
- Updated write operations to use the shared async SQL helper
- Updated add, edit, delete, and archive actions to await database writes before refreshing UI state
- Updated start recording, stop recording, and open app commands to use the shared Wispr Flow opener

### Maintenance
- Updated Raycast and TypeScript-related dependencies

## [Update] - 2026-03-23

### Transcription History
Expand Down
6 changes: 3 additions & 3 deletions extensions/wispr-flow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The all-in-one [Wispr Flow](https://wisprflow.ai) companion for Raycast. Search

## Requirements

- [Wispr Flow](https://wisprflow.ai) must be installed on your Mac.
- macOS Full Disk Access may be required to read the Wispr Flow database.
- [Wispr Flow](https://wisprflow.ai) must be installed on your computer.
- On macOS, Full Disk Access may be required to read the Wispr Flow database.

## Commands

Expand Down Expand Up @@ -64,4 +64,4 @@ The all-in-one [Wispr Flow](https://wisprflow.ai) companion for Raycast. Search

## How It Works

Wispr Flow stores your transcription history and dictionary in a local SQLite database on your Mac. This extension reads that database locally no network requests are made. Modifications are limited to archiving transcripts and managing dictionary entries, mirroring Wispr Flow's own functionality.
Wispr Flow stores your transcription history and dictionary in a local SQLite database on your computer. This extension reads that database locally on macOS and Windows with no network requests. Modifications are limited to archiving transcripts and managing dictionary entries, mirroring Wispr Flow's own functionality.
Loading
Loading