Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thekevjames/franz-recipe-clockwise
Franz 5 recipe for getclockwise.com
https://github.com/thekevjames/franz-recipe-clockwise
clockwise franz-recipes
Last synced: 13 days ago
JSON representation
Franz 5 recipe for getclockwise.com
- Host: GitHub
- URL: https://github.com/thekevjames/franz-recipe-clockwise
- Owner: TheKevJames
- License: mit
- Created: 2021-02-03T02:31:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T17:20:36.000Z (6 months ago)
- Last Synced: 2024-05-22T18:36:08.505Z (6 months ago)
- Topics: clockwise, franz-recipes
- Language: JavaScript
- Size: 72.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Franz Recipe for Clockwise
==========================This recipe allows you to integrate `Franz`_ with `Clockwise`_. It also works
with `Ferdi`_, the community-maintained Franz fork.Installation
------------#. Create a plugins folder on your machine, if it does not exist yet. Replace
```` with either ``"Franz"`` or ``"Ferdi"``:- Linux: ``~/.config//recipes/dev/``
- Mac: ``~/Library/Application Support//recipes/dev/``
- Windows: ``%APPDATA%//recipes/dev/``where ``~`` is your home directory, eg:
- Linux: ``/home/kevin``
- Mac: ``/Users/kevin``
- Windows: ``C:/Users/kevin/AppData/Roaming``#. Copy this repo into the above folder, named ``clockwise``:
- if you have ``git``, run: ``git clone [email protected]:TheKevJames/franz-recipe-clockwise.git ~/.config//recipes/dev/clockwise``
- otherwise, grab the latest `zip file`_ and unzip it into the above
folder, then rename it to ``clockwise``#. Reload Franz/Ferdi
Updating
--------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... _Clockwise: https://www.getclockwise.com/
.. _Ferdi: https://getferdi.com/
.. _Franz: https://meetfranz.com/
.. _zip file: https://github.com/TheKevJames/franz-recipe-clockwise/archive/master.zip