-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update from gocept.gtimelog to upstream gtimelog on gtk3. * Update docs for editor feature. * Hint about unreleased version. * Add Homebrew installation instructions. * Update to a new icon. --------- Co-authored-by: Michael Howitz <[email protected]>
- Loading branch information
Showing
7 changed files
with
72 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
exec "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Example configuration file for GTimeLog | ||
# Place it in ~/.gtimelog/gtimelogrc | ||
|
||
[gtimelog] | ||
# Your name in activity reports | ||
name = Anonymous | ||
|
||
# Email to send activity reports to | ||
list-email = [email protected] | ||
|
||
# How many hours work in a day. | ||
hours = 8 | ||
|
||
# When does one work day end and another begin | ||
virtual_midnight = 02:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[Default Applications] | ||
text/plain=vscode.desktop |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
if [ -z "$GTIMELOG_PATH" ] ; then | ||
GTIMELOG_PATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/gtimelog | ||
GTIMELOG_PATH=/opt/local/bin/gtimelog | ||
fi | ||
|
||
exec $GTIMELOG_PATH |
Binary file not shown.