All Projects → marcelotoledo → Chronometer

marcelotoledo / Chronometer

A Chronometer for GNU Emacs

Projects that are alternatives of or similar to Chronometer

Emacs Package Dev Handbook
An Emacs package development handbook. Built with Emacs, by Emacs package developers, for Emacs package developers.
Stars: ✭ 666 (+11000%)
Mutual labels:  emacs
Doom Modeline
A fancy and fast mode-line inspired by minimalism design.
Stars: ✭ 710 (+11733.33%)
Mutual labels:  emacs
Clojure Mode
Emacs support for the Clojure(Script) programming language
Stars: ✭ 795 (+13150%)
Mutual labels:  emacs
Org Noter
Emacs document annotator, using Org-mode
Stars: ✭ 671 (+11083.33%)
Mutual labels:  emacs
Uncap
Map Caps Lock to Escape or any key to any key
Stars: ✭ 705 (+11650%)
Mutual labels:  emacs
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+11983.33%)
Mutual labels:  emacs
Solarized Emacs
The Solarized colour theme, ported to Emacs.
Stars: ✭ 640 (+10566.67%)
Mutual labels:  emacs
Zenburn Emacs
The Zenburn colour theme ported to Emacs
Stars: ✭ 829 (+13716.67%)
Mutual labels:  emacs
Memacs
What did I do on February 14th 2007? Visualize your (digital) life in Org-mode
Stars: ✭ 711 (+11750%)
Mutual labels:  emacs
Acejump
🅰️ single character search, select, and jump
Stars: ✭ 786 (+13000%)
Mutual labels:  emacs
Evil Collection
A set of keybindings for evil-mode
Stars: ✭ 681 (+11250%)
Mutual labels:  emacs
Emacs Dashboard
An extensible emacs dashboard
Stars: ✭ 694 (+11466.67%)
Mutual labels:  emacs
Sly
Sylvester the Cat's Common Lisp IDE
Stars: ✭ 766 (+12666.67%)
Mutual labels:  emacs
Sx.el
Stack Exchange for Emacs
Stars: ✭ 667 (+11016.67%)
Mutual labels:  emacs
Dap Mode
Emacs ❤️ Debug Adapter Protocol
Stars: ✭ 809 (+13383.33%)
Mutual labels:  emacs
Cmake Ide
Use Emacs as a C/C++ IDE
Stars: ✭ 661 (+10916.67%)
Mutual labels:  emacs
Org Ql
An Org-mode query language, including search commands and saved views
Stars: ✭ 721 (+11916.67%)
Mutual labels:  emacs
Org Super Agenda
Supercharge your Org daily/weekly agenda by grouping items
Stars: ✭ 829 (+13716.67%)
Mutual labels:  emacs
Smart Mode Line
A powerful and beautiful mode-line for Emacs.
Stars: ✭ 809 (+13383.33%)
Mutual labels:  emacs
Awesome Emacs
A community driven list of useful Emacs packages, libraries and others.
Stars: ✭ 6,732 (+112100%)
Mutual labels:  emacs

chronometer

A Chronometer for GNU Emacs

Screenshot

This is a major mode to help you keep track of time.

I've created it because I used to cook pizza while coding and regularly completely forget about it. Yes, the result a few minutes later was a burned pizza that went straight to trash.

It is a major mode that opens in a very discrete buffer, you can set an alarm to whenever you want and you will be alerted accordingly. For your convinience you can hide it to concentrate and you'll still be alerted.

How to Install

Using MELPA

Easiest way to install is through MELPA:

  1. M-x package-refresh-contents RET
  2. M-x package-install RET
  3. Write Chronometer and hit enter

Manually

  1. Clone the repo in your machine
  2. Load the file using (load-file "~/location/chronometer.el")

How to use it

After installing:

M-x chronometer RET

It will automaticaly start from zero and increment every one second.

Available commands

Key Description
a Set Alarm
s Stop Alarm
p Pause Chronometer
r Restart chronometer
h Hide
q Quit
? Help

If you hide the buffer and want to come back just call M-x chronometer RET again.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].