• Stars
    star
    161
  • Rank 233,470 (Top 5 %)
  • Language
    Swift
  • License
    Other
  • Created over 9 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Time tracking done right. Time tracking for employees.

Jirassic - Jira Time Tracker for employees

Jirassic is a Mac app that runs in background and tracks automatically the work you do at your workplace. At the end of the day creates a worklog which you can save to Jira Tempo. Its purpose is to replace primitive tracking methods or relying on memory and do everything automatically.

Features

  • Track automatically the time youโ€™ve spent on tasks based on git commits
  • Track lunch break
  • Track daily scrum meetings
  • Track code reviews
  • Track time on social media
  • Save worklogs to Jira Tempo

Screenshot Screenshot

How it works

  • When you open your computer in the morning, Jirassic will ask you to start the day
  • Tasks are logged automatically or manually when you finish them, not when you start. The premise is that you're always doing something from start to finish, which you do, isn't?
  • At the end of the day/week/month you can save the worklogs to Jira Tempo or go to reports tab and see them in more detail.

Shell support

  • jit-CLI Is a wrapper over git which easies the work with jira and branches. Commits made with jit will log tasks to Jirassic Read more at https://github.com/ralcr/Jit
  • jirassic-CLI Use Jirassic from the command line, you can manipulate the Jirassic database directly from the command line and the app does not have to be open.

Install jirassic CLI

You can install it by running this commands in Terminal:

sudo curl -o /usr/local/bin/jirassic https://raw.githubusercontent.com/ralcr/Jirassic/master/build/jirassic
sudo chmod +x /usr/local/bin/jirassic

(Note that this precompiled version works with the AppStore app, it won't see the database of the 'Jirassic macOS' target) Screenshot

Compile

Xcode9 and swift4 is needed. Use the target 'Jirassic macOS' because it is configured to run without signing, that means backup to iCloud will not be available. If you need iCloud you can use the Jirassic AppStore target after you create your own iCloud container and provisioning.

Licence & contribution

Jirassic is free in the Appstore but with some IAP for some features, for this reason you are not allowed to resell or distribute this software. If you wish to contribute with code note that you will not be paid, we still hope you contribute with creating issues to make it a better software.

More Repositories

1

ConsentKit

Swift library to help you add GDPR functionality to your app
Swift
241
star
2

cocos2d-haxe

cocos2d for Haxe is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on the cocos2d design: it uses the same concepts, but instead of using objective-c or python it uses Haxe. cocos2d for Haxe is a direct port from cocos2d for iPhone (WORK IN PROGRESS)
Haxe
53
star
3

sdk.ralcr

sdk.ralcr is a lightweight framework for development of flash, js, ios, android, mac apps and games in Haxe. Compatible with NME.
Haxe
46
star
4

Jit

Git command line tool that connects to jira and creates branches by specifying task number only
Haxe
37
star
5

Localizable.strings

Mac app to localize your iOS and macOS projects
Swift
28
star
6

hxcocoa

Cocoa and CocoaTouch externs for development of iOS, OSX, and generic apps with hxobjc.
Objective-C
22
star
7

invoice-cmd

Say goodbye to Microsoft Word, you can generate invoices from the command line now
OCaml
9
star
8

Time-Logger

This little app will log the time you spend in certain apps on your Mac. You can create projects and track the time you spend on each of them automatically.
Objective-C
7
star
9

RCCloudKit

A simple lib to sync CoreData to CloudKit
Swift
5
star
10

Photo-Services-Unified-API

A single API for requesting photos from facebook, instagram, 500px, IMAGIN, photosight.ru
Objective-C
4
star
11

jsscramble

Haxe command line tool to scramble and minify Haxe js apps
Haxe
2
star
12

goto

A cmd to open Terminal tabs and Finder windows to various locations on your computer
Swift
2
star
13

invoice-macos

Mac app to generate invoices and reports from jira worklogs.
Swift
1
star
14

BrowserExtensions

A collection of useful browser extensions for Jira
HTML
1
star
15

Apple-s-Dictionary-App-database-generator

This Haxe/Neko script will generate a database that can be used in the Mac Dictionary app.
Nemerle
1
star
16

Passwordless-Login

Painless login system without password for mobile
Objective-C
1
star
17

RCLog

NSLog replacement with various useful functions. It displays the class and line where the log came from.
Swift
1
star