Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davep/uptimes.el
Uptime tracking system for Emacs.
https://github.com/davep/uptimes.el
elisp emacs emacs-lisp lisp uptime
Last synced: 5 days ago
JSON representation
Uptime tracking system for Emacs.
- Host: GitHub
- URL: https://github.com/davep/uptimes.el
- Owner: davep
- Created: 2008-10-09T15:29:58.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T14:58:35.000Z (over 1 year ago)
- Last Synced: 2025-01-20T06:59:23.993Z (11 days ago)
- Topics: elisp, emacs, emacs-lisp, lisp, uptime
- Language: Emacs Lisp
- Homepage:
- Size: 44.9 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![MELPA Stable](https://stable.melpa.org/packages/uptimes-badge.svg)](https://stable.melpa.org/#/uptimes)
[![MELPA](https://melpa.org/packages/uptimes-badge.svg)](https://melpa.org/#/uptimes)# Commentary
`uptimes.el` provides a simple system for tracking and displaying the
uptimes of your Emacs sessions. Simply loading uptimes.el from your
`~/.emacs` file will start the tracking of any session.The latest version of uptimes.el can be found at:
```
```# Thanks
Istvan Marko for pointing out that a default of one
second for `uptimes-auto-save-interval' was probably a little OTT.Doug Elias for pointing out that midnight.el is a recent
addition to emacs.Nix for pointing out that some XEmacs users might
need `inhibit-clash-detection' set to t at points in this code.