Skip to content

carafife/ARTcompagnon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARTcompagnon Logo

🎨 Le ARTherapee Compagnon

Lanceur d'applications et de scripts pour ART (ARTherapee).

Version: v2.0 | Status: Stable ✅

Lanceur d'applications et de scripts pour ART (ARTherapee).

Version: v2.0 | Status: Stable ✅

🌟 Caractéristiques

  • 📋 Éditeurs externes - GIMP, Krita, RawTherapee, Hugin, Lightzone, etc.
  • 🔧 Scripts multi-langages - Bash, Python, Lua
  • 📂 Arborescence intelligente - Organisation auto par type
  • 📸 Multi-fichiers - Sélectionnez plusieurs photos et lancez Hugin/HDR!
  • 🌙 Thèmes dynamiques - Défaut & Average
  • 🇫🇷 🇬🇧 Multilingue - Français & Anglais
  • 🚀 Installation simple

⚠️ Prérequis

ART COMPILÉ OBLIGATOIRE (pas Flatpak/AppImage)

ARTcompagnon ne fonctionne que si ART est compilé depuis source.

📦 Installation rapide

git clone https://github.com/carafife/ARTcompagnon.git
cd ARTcompagnon
./install.sh

Relancez ART!

🎯 Utilisation

Lancer un éditeur

Option 1 - Bouton "Editeur externe" (Preferences)

  • ART → Preferences → External Editor → Cliquez le bouton

Option 2 - Clic droit (Navigateur fichiers)

  • Sélectionnez image(s) → Clic droit → Le ARTherapee Compagnon → Choisissez éditeur

Créer vos scripts

Bash ~/.config/ART/usercommands/bash/mon_script.sh

#!/bin/bash
echo "Photo: $1"

Python ~/.config/ART/usercommands/python/mon_script.py

import sys
print(f"Photo: {sys.argv[1]}")

Lua ~/.config/ART/usercommands/lua/mon_script.lua

print("Photo: " .. arg[1])

📚 Documentation

📝 Licence

MIT - Créé avec ❤️ par carafife

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors