Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "Lorem Ipsum Generator" #346

Merged
merged 33 commits into from
May 29, 2024
Merged
Changes from 28 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
909a0d6
Added "Lorem Ipsum Generator"
Tomkov1c May 14, 2024
172564c
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 15, 2024
90dcd25
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 15, 2024
2609ba0
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 16, 2024
ecfbb2a
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 17, 2024
ab6d771
Update plugins.json
Tomkov1c May 17, 2024
5810545
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 17, 2024
336ffed
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 17, 2024
12bb7f5
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 18, 2024
82343dd
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 18, 2024
06d9a4c
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 20, 2024
f07d825
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 20, 2024
88474f2
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 22, 2024
24efafb
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 22, 2024
3dce7cb
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 23, 2024
226a0d1
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 23, 2024
eb0ef51
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 23, 2024
7a6b0d7
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 24, 2024
82d2530
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 24, 2024
a68896f
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 24, 2024
d053e82
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 25, 2024
e4920ba
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 26, 2024
b19b6a5
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 26, 2024
9209f11
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 27, 2024
d393bc2
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 27, 2024
b49f012
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 27, 2024
346aba1
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 28, 2024
1bb115f
Merge branch 'plugin_api_v2' into patch-1
Tomkov1c May 29, 2024
92c7e4a
Update plugins.json
jjw24 May 29, 2024
818eafa
Update plugins.json
jjw24 May 29, 2024
985c52b
Update plugins.json
jjw24 May 29, 2024
9c62197
Update plugins.json
jjw24 May 29, 2024
781ae56
Update plugins.json
jjw24 May 29, 2024
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
19 changes: 16 additions & 3 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,7 @@
"LatestReleaseDate": "2024-05-09T12:51:15Z"
},
{
"ID": "9a791986-e9d1-47f1-a342-5ec506135385",
"ID": "9a791986-e9d1-47f1-a342-5ec506135385",
"Name": "Timezone Conversion",
"Description": "Converts a time from one timezone to another",
"Author": "Josh Friedman",
Expand All @@ -2317,6 +2317,19 @@
"UrlSourceCode": "https://github.com/Jwiggiff/Flow-Launcher-Timezone-Conversion-Plugin",
"IcoPath": "https://cdn.jsdelivr.net/gh/Jwiggiff/Flow-Launcher-Timezone-Conversion-Plugin@main/assets/icon.png",
"DateAdded": "2024-05-17T06:12:12Z",
"LatestReleaseDate": "2024-05-24T03:13:31Z"
"LatestReleaseDate": "2024-05-16T02:53:07Z"
jjw24 marked this conversation as resolved.
Show resolved Hide resolved
},
{
"ID": "e483e4f2-ec67-3c54-2aea-f823c5e5f61b",
"Name": "Lorem Ipsum Generator",
"Description": "Generates Lorem Ipsum and copies it to your clipboard.",
"Author": "Tom Kliner",
"Version": "1.0.0",
"Language": "python",
"Website": "https://github.com/Tomkov1c/Lorem-Ipsum-Generator",
"UrlDownload":"https://github.com/Tomkov1c/Lorem-Ipsum-Generator/releases/tag/Releaser",
jjw24 marked this conversation as resolved.
Show resolved Hide resolved
"UrlSourceCode": "https://github.com/Tomkov1c/Lorem-Ipsum-Generator/releases/tag/Release",
jjw24 marked this conversation as resolved.
Show resolved Hide resolved
"IcoPath": "https://github.com/Tomkov1c/Lorem-Ipsum-Generator/blob/main/Images/app.png"
jjw24 marked this conversation as resolved.
Show resolved Hide resolved
"LatestReleaseDate": "2024-05-24T03:13:31Z"
jjw24 marked this conversation as resolved.
Show resolved Hide resolved
}
]
]