Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autophagy/faereld
Færeld is a tool to facilitate time tracking of what I’m working on
https://github.com/autophagy/faereld
Last synced: about 1 month ago
JSON representation
Færeld is a tool to facilitate time tracking of what I’m working on
- Host: GitHub
- URL: https://github.com/autophagy/faereld
- Owner: autophagy
- License: mit
- Created: 2017-11-14T01:09:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T19:06:56.000Z (over 2 years ago)
- Last Synced: 2024-08-02T12:44:47.356Z (4 months ago)
- Language: Python
- Homepage: https://faereld.readthedocs.io/en/latest/
- Size: 2.1 MB
- Stars: 93
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - autophagy/faereld - Færeld is a tool to facilitate time tracking of what I’m working on (others)
README
.. image:: seonu/_static/github-header.png
:alt: faereld-logo
:align: center.. image:: http://scieldas.autophagy.io/rtd/build/faereld.png
:target: http://faereld.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: http://scieldas.autophagy.io/travis/build/autophagy/faereld.png
:target: https://travis-ci.org/autophagy/faereld
:alt: Build Status.. image:: https://scieldas.autophagy.io/lgtm/grade/python/autophagy/faereld.png
:target: https://lgtm.com/projects/g/autophagy/scieldas)
:alt: LGTM Grade.. image:: https://scieldas.autophagy.io/misc/styles/black.png
:target: https://black.readthedocs.io/en/stable/
:alt: Black.. image:: https://scieldas.autophagy.io/misc/licenses/mit.png
:target: LICENSE
:alt: MIT LicenseFæreld is a CLI tool to to track time spent on productive activites in order to
visualise, integrate and optimise that time. It is focused primarily on tracking
time spent on Project work (such as research, design, development, etc), but can
be configured to track any arbitrary task-area over any arbitrary project or
subject.Documentation is available on `ReadTheDocs`_.
.. image:: seonu/_static/faereld.png
:alt: faereld-screenshot
:align: centerInstallation
============Færeld requires python >= 3.6.
Via The Repo
-------------To install Færeld::
pip install --user faereld
You can now run Færeld via ``faereld insert``.
.. _ReadTheDocs: https://faereld.readthedocs.io/en/latest/