Download Latest Version FlitKey-Setup-0.6.0-x64.exe (30.1 MB) Google Add to Preferred Sources
Home / v0.2.0
Name Modified Size InfoDownloads / Week
Parent folder
typeflow_0.2.0_all.deb 2026-07-12 14.2 kB
README.md 2026-07-12 1.6 kB
v0.2.0 source code.tar.gz 2026-07-12 17.4 kB
v0.2.0 source code.zip 2026-07-12 27.5 kB
Totals: 4 Items   60.6 kB 0

TypeFlow v0.2.0

TypeFlow is a Linux desktop text expander for creating reusable snippets and inserting them with typed keywords, hotkeys, or a searchable quick-insert picker. It is built with Python and PyQt6, stores data locally as JSON, integrates with the system tray, and adapts its runtime behavior for X11 and Wayland sessions.

This release contains the complete implementation of TypeFlow v0.2.0.

Key Features

  • Snippet Manager: Easily create and organize reusable snippets with custom labels, triggers, and live previews.
  • X11 Integration: Supports typed keyword expansion and global hotkey triggers.
  • Wayland Support: Clipboard fallback for the search/quick-insert picker.
  • System Tray Integration: Easily search/quick insert, pause/resume, or configure the application from the tray.
  • Smart Date/Time Placeholders: Use {{date}}, {{time}}, and {{datetime}} inside your snippets for dynamic text injection.
  • Config Migration: Automatically migrates configurations from the legacy linux-text-expander config path.

Installation

Installation via Debian Package (Ubuntu/Debian)

Download the attached .deb package (typeflow_0.2.0_all.deb) and install it:

:::bash
sudo apt update
sudo apt install ./typeflow_0.2.0_all.deb

Once installed, launch it by running:

:::bash
typeflow

Installation from Source

Alternatively, you can run from source:

:::bash
git clone https://github.com/swarajnandedkar/TypeFlow.git
cd TypeFlow
python3 run.py
Source: README.md, updated 2026-07-12