mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-25 00:50:29 +00:00
Add Clipboard tool to applications.json
This commit is contained in:
parent
bbfd6a272b
commit
22e2c456b6
1 changed files with 19 additions and 0 deletions
|
@ -5404,6 +5404,25 @@
|
|||
"python"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "An easy-to-use clipboard manager with time saving features that work across all terminals.",
|
||||
"categories": [
|
||||
"development",
|
||||
"productivity",
|
||||
"terminal"
|
||||
],
|
||||
"repo_url": "https://github.com/Slackadays/Clipboard",
|
||||
"title": "Clipboard",
|
||||
"icon_url": "https://raw.githubusercontent.com/Slackadays/Clipboard/main/documentation/website/static/cb_small.png",
|
||||
"screenshots": [
|
||||
"https://raw.githubusercontent.com/Slackadays/Clipboard/main/documentation/website/static/demo.png",
|
||||
"https://raw.githubusercontent.com/Slackadays/Clipboard/main/documentation/readme-assets/ClipboardDemo.gif"
|
||||
],
|
||||
"official_site": "https://GetClipboard.app",
|
||||
"languages": [
|
||||
"cpp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Unofficial Trello app. ",
|
||||
"categories": [
|
||||
|
|
Loading…
Reference in a new issue