-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make more things configurable in Preferences #3
Comments
Thank you for good suggestions! |
Regarding 1, I'm more interested in being able to store the file elsewhere (perhaps for version control). I don't see an immediate need for multiple logs, but others might. Regarding 2, I think it makes sense to use ISO 8601 as the default format for timestamps in the log, since the Maybe add a pref that reads Timestamp format: |
|
Yes, within MacTimeLog, entries are currently sorted as they are created, since lines are appended to the end of the file, but if entry lines are run through the UNIX In this case,
becomes:
Whereas ISO 8601 |
(use something other than
~/Library/Application Support/MacTimeLog/log.txt
)Allow user to select
[short|medium|long|full]
formats in MacTimeLog prefs.(For example, use short (ISO-8601) format in Log, but "Your working day started on full".)
The text was updated successfully, but these errors were encountered: