Giter VIP home page Giter VIP logo

dependency stats Standard Version

Deprecation Notice

Deprecation notice: This project and codebase are not maintained. We might revisit this again in the future, but for now the code is read-only :)

tickbin

A great time tracking tool.

Use natural language and simple text based interfaces to track time on projects.

Installation

Tickbin requires Node.js v4.2 or greater.

  1. npm install -g tickbin
  2. tick --help

Usage

tick commit

commits time entries

tick commit "8am-12pm fixed a bunch of bugs" # records time for today
tick commit "yesterday 9pm-11pm late night code" # records time for yesterday
tick commit "Jan 1 12am-1am partied!" # records time for Jan 1
tick commit "12pm-1pm great #lunch at Mervo's" # add #tags anywhere
tick commit "4 hours 15 minutes no specific time" # record durations without start/end

tick log

display time entries

tick log # shows you all your time entries for the past week
tick log -f "jan1-31" # entries for Jan 1-31
tick log -f "jan - feb" # entries for Jan 1-Feb 28
tick log -f "#lunch" # entries tagged with #lunch
tick log -f "#dev and #bug" # entries tagged with #dev AND #bug
tick log -f "#dev or #design" # entries tagged with #dev or #design
tick log -f "#dev and not #nobill" # entries tagged with #dev but not #nobill
tick log -f "#dev or #design May - June" # #dev or #design from May to June

tick start

start a timer

tick start # starts a timer for the current time
tick start "8am" # starts a timer for 8am
tick start "8am squashing some bugs #dev" # starts a timer for 8am and provides a message

tick stop

stop a timer and commit an entry

tick stop # stops a timer and creates an entry for the duration
tick stop "10am" # stops a timer as of 10am
tick stop "10am creating bugs :( #dev" # stops a timer as of 10 and provides a commit message

tick cancel-timer

tick cancel-timer # cancels the current timer without creating an entry

tick rm

remove a time entry

tick rm 4yKrumkjl # remove time entry with id 4yKrumkjl

tick register

register for a tickbin.com account

tick register # asks you for username, email, password then creates an account with a couchdb for you

tick login

login to tickbin, sets up syncing

tick login # asks you for username and password and sets remote in .tickbinrc

tick sync

sync local db with the remote

tick sync # syncs your local db with the remote db

tick upgrade

upgrades entries between releases

tick upgrade # upgrades your tickbin database when new tickbin is released

Goals

tickbin is a simple time tracking application with an emphasis on minimizing disruption to the user. It accomplishes this by:

  • natural language input (no need to fill out forms or click buttons)
  • quick in and out interfaces (text based interfaces wherever users work: cli, slack, alfred)
  • offline priority (internet should not be a requirement)

tickbin emphasizes user data ownership:

  • open source client with local data storage
  • optional self hosted data replication (via couchdb)
  • premium integrations via hosted service for portability

Local database

Local database path will default to ~/.tickbin. If you would like to specify a custom location, add the following to ~/.tickbinrc:

local=~/custom/path

If you're developing you can add a .tickbinrc file to your development directory.

Remote sync

To sync with a remote database, add the following to ~/.tickbinrc:

remote=http://user:pass@host:port/dbname

Run tick sync in order to sync your database with your remote server.

Copyright (©) 2017 Two Story Robot Labs Inc.

Lead Maintainer: Jonathan Bowers

tickbin's Projects

jouch icon jouch

a couchdb 2.0 query compiler

parser icon parser

Parse strings into tickbin things

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.