Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 870 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 870 Bytes

Flow.Launcher.Plugin.RecentProjectsOpen

A plugin that allows users to quickly open recent projects with ease.

Installation

Download from the store

Usage

You can access different IDEs using the following format:

ABBREVIATE = {
    "vsc": "VISUAL_STUDIO_CODE",
    "py": "PYCHARM",
    "cl": "CLION",
    "go": "GOLAND",
    "in": "INTELLIJ_IDEA",
    "as": "ANDROID_STUDIO",
}

To open a project named "MyProject" in Visual Studio Code, you would use:

r vsc

1733284352742

r vsc My

1733284374591

r vsc 空

1733284760505

TODO

IDE

  • Vscode
  • Jetbrains
  • Android Studio
  • Visual Studio
  • Aseprite

feature

  • fuzzy search
  • support pinyin
  • prevent configurations from disappearing after updates