Skip to content

Commit

Permalink
Merge pull request #480 from GeraldJansen/tweak-cli
Browse files Browse the repository at this point in the history
Fix hamster-cli window calls
  • Loading branch information
ederag authored Nov 19, 2019
2 parents 6792b06 + 1151c76 commit 660fc55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions src/hamster-cli
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ class HamsterClient(object):
def overview(self, *args):
self._launch_window("overview")

def statistics(self, *args):
self._launch_window("statistics")

def about(self, *args):
self._launch_window("about")

Expand Down Expand Up @@ -369,11 +366,11 @@ Actions:
* activities: List all the activities names, one per line.
* categories: List all the categories names, one per line.
* overview / statistics / about: launch specific window
* overview / prefs / add / about: launch specific window
Time formats:
* 'YYYY-MM-DD hh:mm': If start-date is missing, it will default to today.
If end-date is missing, it will default to start-date.
If end-date is missing, it will default to start-date.
* '-minutes': Relative time in minutes from the current date and time.
Note:
* For list/search/export a "hamster day" starts at the time set in the
Expand Down
2 changes: 1 addition & 1 deletion src/hamster/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, parent = None):
"version" : runtime.version,
"comments" : _("Project Hamster — track your time"),
"copyright" : _("Copyright © 2007–2010 Toms Bauģis and others"),
"website" : "http://projecthamster.wordpress.com/",
"website" : "https://github.com/projecthamster/hamster/wiki/",
"website-label" : _("Project Hamster Website"),
"title": _("About Time Tracker"),
"wrap-license": True
Expand Down

0 comments on commit 660fc55

Please sign in to comment.