+README.md
This commit is contained in:
parent
ae97dd793d
commit
1bc7eef329
1 changed files with 13 additions and 0 deletions
13
ff-profsel/README.md
Normal file
13
ff-profsel/README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue