All Projects → hackaru-app → Hackaru

hackaru-app / Hackaru

Licence: mit
Simple, cross-platform time tracking application

Projects that are alternatives of or similar to Hackaru

Takt
Track your tasks and time
Stars: ✭ 142 (+73.17%)
Mutual labels:  time-tracker, time-tracking, timer
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (+1382.93%)
Mutual labels:  time-tracker, time-tracking, timetracker
Atom Wakatime
Atom plugin for automatic time tracking and metrics generated from your programming activity.
Stars: ✭ 303 (+269.51%)
Mutual labels:  time-tracker, time-tracking, timer
Kimai
Kimai v1 open source time-tracking - please switch to Kimai v2
Stars: ✭ 583 (+610.98%)
Mutual labels:  time-tracker, time-tracking, timetracker
Gitlab Time Tracker
🦊🕘 A command line interface for GitLab's time tracking feature.
Stars: ✭ 371 (+352.44%)
Mutual labels:  time-tracker, time-tracking, timetracker
Activitywatch
The goal of ActivityWatch is simple: Enable the collection of as much valuable lifedata as possible without compromising user privacy.
Stars: ✭ 5,927 (+7128.05%)
Mutual labels:  time-tracker, time-tracking, timetracker
legacy-python-cli
Command line interface used by all WakaTime text editor plugins.
Stars: ✭ 1,048 (+1178.05%)
Mutual labels:  time-tracker, time-tracking
team-timesheets
Time tracking web app built as a replacement for old school timesheets.
Stars: ✭ 25 (-69.51%)
Mutual labels:  time-tracker, time-tracking
Web-Time-Tracker
Plugin named Timetracker is a time counter that works in both increase and decrease directions.
Stars: ✭ 21 (-74.39%)
Mutual labels:  timer, timetracker
wht
Working Hours Tracker for Sailfish OS
Stars: ✭ 20 (-75.61%)
Mutual labels:  timer, timetracker
tom
Command line tool to track time and to simplify related office work (reporting, invoicing)
Stars: ✭ 16 (-80.49%)
Mutual labels:  time-tracker, time-tracking
Pomodorologger
Pomodoro Logger 🕤 -- When a time tracker meets Pomodoro and Kanban board
Stars: ✭ 316 (+285.37%)
Mutual labels:  time-tracking, desktop
g-timetracker
Global Time Tracker
Stars: ✭ 20 (-75.61%)
Mutual labels:  time-tracker, timetracker
desktop-application
Electron-based desktop time tracker for Cattr
Stars: ✭ 38 (-53.66%)
Mutual labels:  desktop, time-tracker
redtimer
RedTimer - Redmine Time Tracker
Stars: ✭ 59 (-28.05%)
Mutual labels:  timer, time-tracker
time-tracker-cli
Super tiny and ligthway time tracker for all cli lovers
Stars: ✭ 79 (-3.66%)
Mutual labels:  timer, time-tracker
Gauzy
Gauzy™ - Open-Source Business Management Platform (ERP/CRM/HRM)
Stars: ✭ 374 (+356.1%)
Mutual labels:  time-tracker, time-tracking
Moro
Simple CLI tool for tracking work hours. Note: Heavy changes are happening in this repository. Docs might not be up to date, and things might be broken. Only the released NPM version is stable.
Stars: ✭ 390 (+375.61%)
Mutual labels:  time-tracker, time-tracking
Klog
A plain-text file format and command line tool for time tracking
Stars: ✭ 222 (+170.73%)
Mutual labels:  time-tracker, time-tracking
time
React UI for Wobbly Time Tracker for the Teams
Stars: ✭ 24 (-70.73%)
Mutual labels:  time-tracker, timetracker

License: MIT

Manage your time.

What's Hackaru?

Hackaru is the simple time tracking application.

Hackaru (測る) means "Measure" in Japanese.

Screens

Features

  • PWA support. You can use on iOS and Android.
  • OAuth 2.0 provider support.
  • Webhook support.
  • Open-source. You can build on your server.
  • You can time automatically you are using favorite applications. See Hackaru for Desktop

How to use?

You can use Hackaru on the official website. It's free.

Use Docker

Run this commands and access http://localhost:3333

git clone https://github.com/ktmouk/hackaru.git && \
cd ./hackaru && \
cp .env.api.sample .env.api && \
cp .env.web.sample .env.web && \
echo "SECRET_KEY_BASE=$(docker-compose run --rm api rails rake:secret)" >> .env.api && \
echo "JWT_SECRET=$(docker-compose run --rm api rails rake:secret)" >> .env.api && \
docker-compose run --rm api bin/setup && \
docker-compose up

Repos

License

Donation

Buy Me A Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].