Merge pull request #786 from lonerOrz/feat/clip

Add clipboard preview
This commit is contained in:
Lysec
2025-11-21 13:19:42 +01:00
committed by GitHub
19 changed files with 525 additions and 277 deletions
+4
View File
@@ -1372,6 +1372,10 @@
"description": "Zugriff auf zuvor kopierte Elemente über den Launcher.",
"label": "Zwischenablageverlauf aktivieren"
},
"clip-preview": {
"description": "Zeigt eine Vorschau des Inhalts der Zwischenablage an, wenn der Befehl >clip verwendet wird.",
"label": "Clip-Vorschau aktivieren"
},
"custom-launch-prefix": {
"description": "Befehle mit einem benutzerdefinierten Launcher präfixieren (z.B. 'runapp' für systemd-Integration).",
"label": "Benutzerdefiniertes Start-Präfix"
+4
View File
@@ -1372,6 +1372,10 @@
"description": "Access previously copied items from the launcher.",
"label": "Enable clipboard history"
},
"clip-preview": {
"description": "Show a preview of the clipboard content when using the >clip command.",
"label": "Enable clip preview"
},
"custom-launch-prefix": {
"description": "Prefix commands with a custom launcher (e.g., 'runapp' for systemd integration).",
"label": "Custom launch prefix"
+4
View File
@@ -1372,6 +1372,10 @@
"description": "Accede a los elementos copiados anteriormente desde el lanzador.",
"label": "Activar historial del portapapeles"
},
"clip-preview": {
"description": "Muestra una vista previa del contenido del portapapeles al usar el comando >clip.",
"label": "Activar vista previa del portapapeles"
},
"custom-launch-prefix": {
"description": "Prefijar comandos con un lanzador personalizado (ej. 'runapp' para integración con systemd).",
"label": "Prefijo de lanzamiento personalizado"
+4
View File
@@ -1372,6 +1372,10 @@
"description": "Accédez aux éléments précédemment copiés depuis le lanceur.",
"label": "Activer l'historique du presse-papiers"
},
"clip-preview": {
"description": "Afficher un aperçu du contenu du presse-papiers lors de l'utilisation de la commande >clip.",
"label": "Activer l'aperçu du presse-papiers"
},
"custom-launch-prefix": {
"description": "Préfixer les commandes avec un lanceur personnalisé (ex. 'runapp' pour l'intégration systemd).",
"label": "Préfixe de lancement personnalisé"
+4
View File
@@ -1372,6 +1372,10 @@
"description": "Toegang tot eerder gekopieerde items vanuit de launcher.",
"label": "Klembordgeschiedenis inschakelen"
},
"clip-preview": {
"description": "Toon een voorbeeld van de inhoud van het klembord bij gebruik van het >clip-commando.",
"label": "Klembordvoorbeeld inschakelen"
},
"custom-launch-prefix": {
"description": "Voorzie commando's van een aangepaste launcher-prefix (bijv. 'runapp' voor systemd-integratie).",
"label": "Aangepaste startprefix"
+4
View File
@@ -1372,6 +1372,10 @@
"description": "Acesse itens copiados anteriormente a partir do lançador.",
"label": "Ativar histórico da área de transferência"
},
"clip-preview": {
"description": "Mostra uma pré-visualização do conteúdo da área de transferência ao usar o comando >clip.",
"label": "Ativar pré-visualização da área de transferência"
},
"custom-launch-prefix": {
"description": "Prefixar comandos com um inicializador personalizado (ex. 'runapp' para integração systemd).",
"label": "Prefixo de inicialização personalizado"
+4
View File
@@ -1372,6 +1372,10 @@
"description": "Доступ к ранее скопированным элементам из запуска.",
"label": "Включить историю буфера обмена"
},
"clip-preview": {
"description": "Показывать предварительный просмотр содержимого буфера обмена при использовании команды >clip.",
"label": "Включить предварительный просмотр буфера обмена"
},
"custom-launch-prefix": {
"description": "Добавлять префикс к командам с помощью пользовательского запуска (например, 'runapp' для интеграции с systemd).",
"label": "Пользовательский префикс запуска"
+4
View File
@@ -1372,6 +1372,10 @@
"description": "Başlatıcıdan daha önce kopyalanan öğelere erişin.",
"label": "Pano geçmişini etkinleştir"
},
"clip-preview": {
"description": ">clip komutu kullanılırken panodaki içeriğin önizlemesini gösterir.",
"label": "Panoyu önizlemeyi etkinleştir"
},
"custom-launch-prefix": {
"description": "Komutlara özel bir başlatıcı ile ön ek ekleyin (örn., systemd entegrasyonu için 'runapp').",
"label": "Özel başlatma ön eki"
+4
View File
@@ -1372,6 +1372,10 @@
"description": "Отримати доступ до раніше скопійованих елементів із запускача.",
"label": "Увімкнути історію буфера обміну"
},
"clip-preview": {
"description": "Показувати попередній перегляд вмісту буфера обміну при використанні команди >clip.",
"label": "Увімкнути попередній перегляд буфера обміну"
},
"custom-launch-prefix": {
"description": "Додати префікс до команд власним запускачем (напр., 'runapp' для інтеграції з systemd).",
"label": "Власний префікс запуску"
+4
View File
@@ -1372,6 +1372,10 @@
"description": "从启动器访问之前复制的项目。",
"label": "启用剪贴板历史记录"
},
"clip-preview": {
"description": "在使用 >clip 命令时显示剪贴板内容的预览。",
"label": "启用剪贴板预览"
},
"custom-launch-prefix": {
"description": "使用自定义启动器前缀命令(例如,'runapp'用于systemd集成)。",
"label": "自定义启动前缀"
+1
View File
@@ -143,6 +143,7 @@
},
"appLauncher": {
"enableClipboardHistory": false,
"enableClipPreview": true,
"position": "center",
"pinnedExecs": [],
"useApp2Unit": false,