Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-ld/timeld
Live shared timesheets
https://github.com/m-ld/timeld
Last synced: 3 months ago
JSON representation
Live shared timesheets
- Host: GitHub
- URL: https://github.com/m-ld/timeld
- Owner: m-ld
- License: mit
- Created: 2022-04-20T08:56:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T10:06:09.000Z (over 1 year ago)
- Last Synced: 2024-04-27T20:22:07.860Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - m-ld/timeld - Live shared timesheets (others)
README
[![Project Status: Suspended – Initial development has started, but there has not yet been a stable, usable release; work has been stopped for the time being but the author(s) intend on resuming work.](https://www.repostatus.org/badges/latest/suspended.svg)](https://www.repostatus.org/#suspended)
[![actions](https://github.com/m-ld/timeld/actions/workflows/node.js.yml/badge.svg)](https://github.com/m-ld/timeld/actions)
[![Gitter](https://img.shields.io/gitter/room/federatedbookkeeping/timesheets)](https://gitter.im/federatedbookkeeping/timesheets)# live shared timesheets
**timeld** is a tool for managing your time.
- Quickly record tasks in a timesheet, as you work on them, or with a start and end time, or a duration
- See and edit your tasks on any deviceThe [desktop tool](https://www.npmjs.com/package/timeld-cli) (called **timeld-cli**) is used to create and edit timesheets, and works on on MacOS, Windows and Linux.
## gateway
The [Gateway](https://www.npmjs.com/package/timeld-gateway) manages accounts and persists timesheets somewhere safe.
- Register accounts
- Manage projects
- Submit completed timesheets to other time-tracking systems
- Import timesheets from other time-tracking systems---
## development
To publish, use e.g. `./publish.sh` in the root, to ensure that workspace packages stay in sync.