You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-32Lines changed: 49 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,37 +8,63 @@ Download from the store
8
8
9
9
## Configuration
10
10
11
-
To get the most out of the `RecentProjectsOpen` plugin, you may need to configure it according to your preferences and environment.
11
+
To configure the `RecentProjectsOpen` plugin, you can either use the Flow Launcher settings interface or directly edit the plugin's configuration file.
12
12
13
-
1.**Open Flow Launcher Settings**: Launch Flow Launcher and navigate to the settings page where plugins are managed.
14
-
2.**Find the Plugin**: Locate the `RecentProjectsOpen` plugin in the list of installed plugins.
15
-
3.**Access Configuration Options**: Click on the plugin to access its configuration options. There should be a settings icon or a similar indicator that allows you to open the configuration page.
13
+
### Using Flow Launcher Settings
16
14
17
-
Now, to input the software download paths and storage file addresses, you would use the following format as an example:
15
+
1.**Open Flow Launcher Settings**:
18
16
19
-
```plaintext
20
-
VISUAL_STUDIO_CODE_DOWNLOAD=D:/VSCode/bin/code
17
+
- Launch Flow Launcher.
18
+
- Navigate to the settings page where plugins are managed.
- Open the `.env` file with a text editor (e.g., Notepad, Visual Studio Code).
58
+
- Add or modify the paths for your IDEs and their storage files as shown in the example above.
59
+
3. **Save and Restart**:
60
+
61
+
- Save the changes and restart Flow Launcher to apply the new configuration.
62
+
63
+
### Tips
40
64
41
-
Replace `YourUsername` with your actual Windows username to point to the correct directories. These paths are essential for the plugin to function correctly by opening the appropriate IDEs and accessing their recent projects.
65
+
- **Verify Paths**: Ensure that the paths you enter are correct and that the files or executables exist at those locations.
66
+
- **Permissions**: Make sure that Flow Launcher has the necessary permissions to access the specified directories and files.
67
+
- **Backup**: Before making changes to the `.env` file, create a backup copy in case you need to revert to the original settings.
42
68
43
69
## Usage
44
70
@@ -52,6 +78,7 @@ ABBREVIATE = {
52
78
"go": "GOLAND",
53
79
"in": "INTELLIJ_IDEA",
54
80
"as": "ANDROID_STUDIO",
81
+
"cur":"CURSOR"
55
82
}
56
83
```
57
84
@@ -69,18 +96,8 @@ r vsc 空
69
96
70
97

71
98
72
-
## TODO
73
-
74
-
IDE
75
-
76
-
*[X] Vscode
77
-
*[X] Jetbrains
78
-
*[X] Android Studio
79
-
*[ ] Visual Studio
80
-
*[ ] Aseprite
81
-
82
-
feature
99
+
## feature
83
100
84
-
*[X] fuzzy search
85
-
*[X] support pinyin
86
-
*[X] prevent configurations from disappearing after updates
101
+
-[X] fuzzy search
102
+
-[X] support pinyin
103
+
-[X] prevent configurations from disappearing after updates
0 commit comments