Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.