This recipe allows you to integrate Franz with Clockwise. It also works with Ferdi, the community-maintained Franz fork.
Create a plugins folder on your machine, if it does not exist yet. Replace
<APP>
with either"Franz"
or"Ferdi"
:- Linux:
~/.config/<APP>/recipes/dev/
- Mac:
~/Library/Application Support/<APP>/recipes/dev/
- Windows:
%APPDATA%/<APP>/recipes/dev/
where
~
is your home directory, eg:- Linux:
/home/kevin
- Mac:
/Users/kevin
- Windows:
C:/Users/kevin/AppData/Roaming
- Linux:
Copy this repo into the above folder, named
clockwise
:- if you have
git
, run:git clone [email protected]:TheKevJames/franz-recipe-clockwise.git ~/.config/<APP>/recipes/dev/clockwise
- otherwise, grab the latest zip file and unzip it into the above
folder, then rename it to
clockwise
- if you have
Reload Franz/Ferdi
If you used git
in the installation step, simply navigate to that folder
and run git pull
.
If not, you'll need to repeat the installation procedure from scratch, deleting the folder you created the previous time around.