Skip to main content

Freshbooks hours logger tool

Project description

===============================
freshbook
===============================


.. .. image:: https://img.shields.io/pypi/v/freshbook.svg
:target: https://pypi.python.org/pypi/freshbook

.. .. image:: https://img.shields.io/travis/redraw/freshbook.svg
:target: https://travis-ci.org/redraw/freshbook

.. .. image:: https://readthedocs.org/projects/freshbook/badge/?version=latest
:target: https://freshbook.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. .. image:: https://pyup.io/repos/github/redraw/freshbook/shield.svg
:target: https://pyup.io/repos/github/redraw/freshbook/
:alt: Updates


Freshbooks hours logger tool

Installation
----

``$ pip install freshbook``

Use
----

First, create the config file by running

``$ freshbook init``

This creates a file named ``.freshbook`` in the current project directory. When you're ready to log, make sure you're on the same directory where you have the config file and run,

``$ freshbook commit -m "some magic!"``

Git
----

If using git, you could use your commit messages to include in the freshbook notes.

Something like ``git log --author `git config user.name` --since 6am --all --no-merges --format='- %s'``

You could make that a git alias,

``$ git config --global alias.today "log --author '`git config user.name`' --since 6am --all --no-merges --format='-%s'"``

And then just do,

``$ freshbook commit -m $(git today)``


=======
History
=======

0.1.0 (2017-02-06)
------------------

* First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

freshbook-0.1.1.linux-x86_64.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

freshbook-0.1.1-py2.py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page