mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 07:00:21 +00:00
parent
f889938528
commit
ece97cbed4
3 changed files with 17 additions and 0 deletions
|
@ -299,6 +299,7 @@ You can see in which language an app is written. Currently there are following l
|
|||
|
||||
### Finder
|
||||
- [Clipy](https://github.com/Clipy/Clipy) - Clipy is a Clipboard extension app for macOS. ![swift_icon]
|
||||
- [CopyQ](https://github.com/hluk/CopyQ) - Clipboard manager with advanced features ![cpp_icon]
|
||||
- [FiScript](https://github.com/Mortennn/FiScript) - Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. ![swift_icon]
|
||||
- [Finder Go](https://github.com/onmyway133/FinderGo) - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ![swift_icon]
|
||||
- [OpenInCode](https://github.com/sozercan/OpenInCode) - Finder toolbar app to open current folder in Visual Studio Code. ![objective_c_icon]
|
||||
|
|
1
ReadmeGenerator
Submodule
1
ReadmeGenerator
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7378e190a56034b905aad91116e334094d96adda
|
|
@ -2758,6 +2758,21 @@
|
|||
"swift"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Clipboard manager with advanced features",
|
||||
"categories": [
|
||||
"finder"
|
||||
],
|
||||
"repo_url": "https://github.com/hluk/CopyQ",
|
||||
"title": "CopyQ",
|
||||
"icon_url": "",
|
||||
"screenshots": [
|
||||
],
|
||||
"official_site": "",
|
||||
"languages": [
|
||||
"cpp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ",
|
||||
"categories": [
|
||||
|
|
Loading…
Reference in a new issue