From 1bc7eef329080045594b14688f35e4c2de9a318a Mon Sep 17 00:00:00 2001 From: T0MuX Date: Mon, 30 Dec 2024 05:16:44 +0100 Subject: [PATCH] +README.md --- ff-profsel/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ff-profsel/README.md diff --git a/ff-profsel/README.md b/ff-profsel/README.md new file mode 100644 index 0000000..b25b472 --- /dev/null +++ b/ff-profsel/README.md @@ -0,0 +1,13 @@ +# Firefox Profile Selector + +## Présentation +Ce petit script sert à ouvrir dynamiquement des liens dans le profil sélectionné. La sélection se fait simplement en cliquant sur un bouton avec le nom du profil, ou au clavier (flèche+entrée). Je l'ai conçu avec l'aide de ChatGPT, et l'ai décliné en 3 variantes : Firefox (ff), Waterfox (wf), Cachy Browser (cb). + +This small script is used to dynamically open links in the selected profile. The selection is made simply by clicking on a button with the name of the profile, or using the keyboard (arrow+enter). I've made it with ChatGPT's help, and made 3 variations : Firefox (ff), Waterfox (wf), Cachy Browser (cb). + +## Utilisation / Usage +On utilise ff-profsel-install.sh pour installer. Ce script là va simplement copier le script ff-profsel.sh dans ~/.local/bin et ff-profsel.desktop dans ~/.local/share/applications, afin qu'il apparaisse dans la liste des applications installées. Ensuite, il suffit simplement de le définir comme navigateur par défaut (ce qui est possible grâce au fichier .desktop). + +This script will simply copy the ff-profsel.sh script into ~/.local/bin and ff-profsel.desktop into ~/.local/share/applications, so that it appears in the list of installed applications. Then, simply set it as your default browser (which is possible using the .desktop file). + +## Captures d'écran / Screenshots