Track and explore the chronological history of Raycast extensions. This repository maintains a regularly updated list of all Raycast extensions sorted by their creation dates.
- 🕒 Weekly automated updates of the extensions list
- 📋 Chronologically sorted list of all Raycast extensions
- 🔍 Interactive viewing and filtering capabilities
- 📅 Includes creation timestamps for each extension
The latest list of extensions is always available at: https://github.com/BlastLauncher/raycast-extension-history/raw/refs/heads/extensions-list/extensions.txt
- Clone this repository:
git clone https://github.com/BlastLauncher/raycast-extension-history.git
cd raycast-extension-history
- Make the scripts executable:
chmod +x generate_extensions.sh view_extensions.sh
- View extensions interactively (requires fzf):
./view_extensions.sh
Or generate a fresh list from your local Raycast extensions:
./generate_extensions.sh
- A GitHub Action runs weekly to scan the official Raycast Extensions Repository
- For each extension, it records the timestamp of its first commit
- The data is stored in a simple text format:
<timestamp> <extension_path>
- The list is published to the
extensions-list
branch
For local usage:
- bash
- git
- fzf (for interactive viewing)
MIT