altenstedt / flextime-net

A C# program for tracking working hours.
GNU General Public License v3.0
0 stars 0 forks source link

Merge sync with client #9

Closed altenstedt closed 5 months ago

altenstedt commented 8 months ago
Description:
  Flextime -- tracking working hours

Usage:
  flextime [command] [options]

Commands:
  print     Print measurements (--computer)
  push      Push local measurements to remote (including computer name)
  status    Display local measurements vs remote status
  logout    Log out from remote
  login     Log in to remote
  computers List all computers at remote
  config    Local configuration
altenstedt commented 5 months ago

Sync is now part of the daemon, not the client. See PR #11 for the implementation.