mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Add OpenInTerminal
This commit is contained in:
parent
d103680cba
commit
7144923c53
1 changed files with 21 additions and 1 deletions
|
@ -2664,7 +2664,8 @@
|
|||
{
|
||||
"short_description" : "macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ",
|
||||
"categories" : [
|
||||
"finder"
|
||||
"finder",
|
||||
"terminal"
|
||||
],
|
||||
"repo_url" : "https://github.com/onmyway133/FinderGo",
|
||||
"title" : "Finder Go",
|
||||
|
@ -7171,6 +7172,25 @@
|
|||
"languages" : [
|
||||
"swift"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description" : "✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper.",
|
||||
"categories" : [
|
||||
"finder",
|
||||
"terminal"
|
||||
],
|
||||
"repo_url" : "https://github.com/Ji4n1ng/OpenInTerminal",
|
||||
"title" : "OpenInTerminal",
|
||||
"icon_url" : "",
|
||||
"screenshots" : [
|
||||
"https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/run.gif",
|
||||
"https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/run2.gif",
|
||||
"https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/selector.png"
|
||||
],
|
||||
"official_site" : "",
|
||||
"languages" : [
|
||||
"swift"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue