summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-24Use "Protesilaos" instead of "Protesilaos Stavrou"externals/tmrProtesilaos
2026-04-23Write TODO for the tmr command and its REPEAT-NProtesilaos
2026-04-23Make small clarifications to the manualProtesilaos
2026-04-23Document tmr-repeat in the manualProtesilaos
2026-04-23Implement missing tmr-print-message-for-repeating-timerProtesilaos
2026-04-23Bind tmr-repeat to the tmr-prefix-mapProtesilaos
2026-04-23Fix how the default is passed in the tmr-repeat-promptProtesilaos
2026-04-23Pass all argument from tmr-repeat to tmrProtesilaos
2026-04-23Update docstrings related to tmr-repeatProtesilaos
2026-04-23Define tmr-repeat-prompt and use it in tmr-repeatProtesilaos
2026-04-21Acknowledge Óscar Fuentes for commit 3228a50Protesilaos Stavrou
2026-04-21Merge pull request #16 from oscarfv/mainProtesilaos Stavrou
2026-04-19Repeat timeroscar
2026-03-26Acknowledge f6p for commit dd9ccc3Protesilaos Stavrou
2026-03-26Merge pull request #17 from f6p/patch-1Protesilaos Stavrou
2026-03-26Use tmr-tabulated-paused face in tabulated viewf6p
2026-01-25Update tmr to version 1.3.0Protesilaos Stavrou
2026-01-25Fix typo in the symbol of a user optionProtesilaos Stavrou
2026-01-25Include vindex for tmr-tabulated-refresh-intervalProtesilaos Stavrou
2026-01-25Change the key binding for tmr-toggle-pauseProtesilaos Stavrou
2026-01-25Include link to the video demo of this packageProtesilaos Stavrou
2026-01-25Update the sample configurationProtesilaos Stavrou
2026-01-22Use notifications-application-icon for the notification on LinuxProtesilaos Stavrou
2026-01-22Implement pause functionalityProtesilaos Stavrou
2026-01-22Remove an empty lineProtesilaos Stavrou
2026-01-22Simplify the tmr--timers doc stringProtesilaos Stavrou
2026-01-22Make stylistic change to tmr--format-durationProtesilaos Stavrou
2026-01-22Make stylistic change to tmr--format-remainingProtesilaos Stavrou
2026-01-22Ensure tmr-acknowledge-minibuffer does not check for hardcoded stringProtesilaos Stavrou
2026-01-22Be more precise with the tmr-finished doc stringProtesilaos Stavrou
2026-01-20Use (car ...) instead of (nth 0 ...) in one placeProtesilaos Stavrou
2026-01-19Fix typo in docstring of tmr-acknoledge-timer-textProtesilaos Stavrou
2026-01-19Add user option tmr-acknoledge-timer-textProtesilaos Stavrou
2026-01-19Remove the tmr-tabulated.el that has been obsolete for a whileProtesilaos Stavrou
2026-01-17Add the missing nil from the :type specified in commit 6d4bc6fProtesilaos Stavrou
2026-01-17Fix typo in the manualProtesilaos Stavrou
2026-01-17Add user option tmr-tabulated-refresh-intervalProtesilaos Stavrou
2026-01-17Stop tmr-tabulated--window-hook from affecting global-hl-line-modeProtesilaos Stavrou
2026-01-11Update the copyright yearsProtesilaos Stavrou
2025-10-19Bump version to trigger GNU ELPA rebuild for commit 4cd9bcbProtesilaos Stavrou
2025-10-19Handle case where tmr-sound-file is nilProtesilaos Stavrou
2025-10-06Update tmr to version 1.2.0Protesilaos Stavrou
2025-10-06Update the sample tabulated view in the manualProtesilaos Stavrou
2025-10-06Fix 15 minutes as seconds in tmr-acknowledge-dialogProtesilaos Stavrou
2025-10-06Correct docstring of tmr-timer-cancelled-functionsProtesilaos Stavrou
2025-09-30Acknowledge Lucas Quintana for commit f38d1f0Protesilaos Stavrou
2025-09-30Merge pull request #10 from lmq-10/notifications-for-other-systemsProtesilaos Stavrou
2025-09-30Include a "duration" column in the list viewProtesilaos Stavrou
2025-09-30Generalise how we get and format the seconds of a timerProtesilaos Stavrou
2025-09-27Support sending notifications in Android, Windows and HaikuLucas Quintana