Skip to content

Commit fd4c1ba

Browse files
committed
added EON timer
1 parent 7b80f53 commit fd4c1ba

29 files changed

+206
-1
lines changed

_data/de/store.yml

+3
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ items:
134134
owlysk-codetimer-mobile:
135135
title: CodeTimer Mobile
136136
intro: Android client for Kimai (free and open-source)
137+
eon-timer:
138+
title: Eon Timer
139+
intro: Zeiterfassung für den Mac, nahtlos integriert mit Kimai – lokal und in der Cloud.
137140
screenshots:
138141
expenses-bundle4:
139142
description: Sie können einen Namen, den Kostenfaktor und einen kurzen Hilfetext für jede Kategorie vergeben

_data/developer.yml

+7
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,10 @@ lnngyn:
172172
description: Software developer and Totoro lover
173173
image: https://avatars.githubusercontent.com/u/112909403?v=4
174174
github: https://github.com/lnNgyn1
175+
176+
charliemonroe:
177+
name: Charlie Monroe
178+
description: Software Engineer and CEO at Charlie Monroe Software
179+
image: /images/marketplace/eon_timer.webp
180+
homepage: https://software.charliemonroe.net/
181+
linkedin: https://www.linkedin.com/in/charlie-monroe-a1089829/

_data/en/store.yml

+3
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ items:
134134
owlysk-codetimer-mobile:
135135
title: CodeTimer Mobile
136136
intro: Android client for Kimai (free and open-source)
137+
eon-timer:
138+
title: Eon Timer
139+
intro: Time tracking for Mac, seamlessly integrated with Kimai – both On-Premise and Cloud.
137140
screenshots:
138141
cloudrizon-kimai-mobile-app-android0:
139142
description: Start screen of the app

_data/screenshots.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,10 @@ lnngyn-period-insert-bundle0:
169169
owlysk-codetimer-mobile-screen1:
170170
src: "/images/marketplace/owlysk-codetimer-mobile-screen1.webp"
171171
owlysk-codetimer-mobile-screen2:
172-
src: "/images/marketplace/owlysk-codetimer-mobile-screen2.webp"
172+
src: "/images/marketplace/owlysk-codetimer-mobile-screen2.webp"
173+
eon-timer-screen1:
174+
src: "/images/marketplace/eon_timer-screen1.webp"
175+
eon-timer-screen2:
176+
src: "/images/marketplace/eon_timer-screen2.webp"
177+
eon-timer-screen3:
178+
src: "/images/marketplace/eon_timer-screen3.webp"

_data/store/eon-timer.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
developer: charliemonroe
2+
icon: fas fa-desktop
3+
shop: https://software.charliemonroe.net/eon/#pricing
4+
#shop: https://software.charliemonroe.net/checkout/?product=eon
5+
#app-store: https://apps.apple.com/app/eon-timer/id413744108
6+
price: 19.99 €
7+
tags: [client, mac, desktop]
8+
screenshots:
9+
- eon-timer-screen1
10+
- eon-timer-screen2
11+
- eon-timer-screen3

_includes/store/eon-timer.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Eon Timer is an easy to use Time Tracking for the Mac, featuring a clean intuitive interface, hiding in your menu-/status bar while recording.
2+
3+
Keeping track of time that you spend on a project is the basis of every business.
4+
5+
Eon will track the time on your projects and then synchronize it with Kimai: both to On-Premise and Cloud instances.

collections/_store/cs/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: cs
5+
permalink: "/cs/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/de/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: de
5+
permalink: "/de/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/eon-timer.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: en
5+
---
6+
7+
{% include store/eon-timer.md %}
8+

collections/_store/es/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: es
5+
permalink: "/es/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/fr/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: fr
5+
permalink: "/fr/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/he/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: he
5+
permalink: "/he/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/hr/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: hr
5+
permalink: "/hr/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/it/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: it
5+
permalink: "/it/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/nl/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: nl
5+
permalink: "/nl/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/pl/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: pl
5+
permalink: "/pl/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/pt/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: pt
5+
permalink: "/pt/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/pt_BR/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: pt_BR
5+
permalink: "/pt_BR/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/ru/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: ru
5+
permalink: "/ru/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/sk/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: sk
5+
permalink: "/sk/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/sv/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: sv
5+
permalink: "/sv/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/ta/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: ta
5+
permalink: "/ta/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+

collections/_store/uk/eon-timer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: uk
5+
permalink: "/uk/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: zh_Hans
5+
permalink: "/zh_Hans/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Eon Timer
3+
type: client
4+
lang: zh_Hant
5+
permalink: "/zh_Hant/store/eon-timer.html"
6+
---
7+
8+
{% include store/eon-timer.md %}
9+
39.6 KB
Binary file not shown.
44.1 KB
Binary file not shown.
47.3 KB
Binary file not shown.

images/marketplace/eon_timer.webp

6.06 KB
Binary file not shown.

0 commit comments

Comments
 (0)