Update docs

This commit is contained in:
contrapunctus 2019-08-09 07:43:25 +05:30
parent 950d7b7474
commit 3af4f73630
2 changed files with 5 additions and 0 deletions

View File

@ -11,4 +11,6 @@ Chronometrist
7. mouse-3 should clock-out without asking for reason.
8. Some way to ask for the reason just before starting a project. Even when clocking out, the reason is asked _before_ clocking out,which adds time to the project.
9. Timeclock already _has_ hooks! :| Why do we re-implement them?
- I don't know of a way to know the project being clocked into using timeclock hooks.
10. Optimization. `chronometrist-refresh' is expensive in CPU, and `chronometrist-timer' runs it every 3 seconds by default. :\
11. Use buttercup instead of ert

View File

@ -1,6 +1,9 @@
# Chronometrist-Assist
This is highly experimental and not in a usable stage, and thus lives in the `assist` branch.
TODO -
1. Investigate [this](https://emacs.stackexchange.com/questions/14466/how-to-run-an-after-save-hook-only-when-the-buffer-has-been-saved-manually) as a solution
## basic outline
1. user defines `chronometrist-patterns-list` in the form
`'(("PROJECT" :PATH ... :MODE ... :REASON ... :HIDE ...) *)`