All Projects → wlemuel → alarm-clock

wlemuel / alarm-clock

Licence: other
An alarm clock for Emacs

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to alarm-clock

slime-company
Company-mode completion backend for Slime.
Stars: ✭ 66 (+340%)
Mutual labels:  melpa
timeclock
Simple work time clocking service
Stars: ✭ 21 (+40%)
Mutual labels:  clock
Aospdeskclock
Fork of aosp deskclock: alarm,clock, timer,stopwatch
Stars: ✭ 28 (+86.67%)
Mutual labels:  clock
ArcPageIndicator
Android Page Indicator for ViewPager with original animations. It uses an ellipse to dispose indication spots, and can draw a hand, like in old elevators.
Stars: ✭ 73 (+386.67%)
Mutual labels:  clock
alarm-clock-v3
Alarm clock (v3)
Stars: ✭ 17 (+13.33%)
Mutual labels:  clock
word-clock-screensaver
macOS screensaver displaying the time in English words
Stars: ✭ 80 (+433.33%)
Mutual labels:  clock
MCP7940
Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
Stars: ✭ 29 (+93.33%)
Mutual labels:  clock
tock
Digital clock for the terminal
Stars: ✭ 73 (+386.67%)
Mutual labels:  clock
LoadersPack-Android
Android LoadersPack - a replacement of default android material progressbar with different loaders
Stars: ✭ 119 (+693.33%)
Mutual labels:  clock
rn-analog-clock
React-Native (iOS native bridge) native alternative to traditional time picker (Objective C bridge version).
Stars: ✭ 19 (+26.67%)
Mutual labels:  clock
flycheck-dmd-dub
flycheck and DCD dub support to enable D IDE features in Emacs
Stars: ✭ 14 (-6.67%)
Mutual labels:  melpa
tm
timers and timeline
Stars: ✭ 31 (+106.67%)
Mutual labels:  clock
vue-circular-count-down-timer
a count down timer library for vue.js
Stars: ✭ 45 (+200%)
Mutual labels:  clock
Countdown-Gif-Generator
Generates a gif of a countdown clock at the endpoint that can be used on websites and in emails
Stars: ✭ 21 (+40%)
Mutual labels:  clock
emacs-mips-mode
An Emacs major mode for MIPS assembly code
Stars: ✭ 22 (+46.67%)
Mutual labels:  melpa
auctex-latexmk
This library adds LatexMk support to AUCTeX.
Stars: ✭ 81 (+440%)
Mutual labels:  melpa
shakespeare-mode
An emacs major mode for editing hamlet, lucius, and julius files
Stars: ✭ 35 (+133.33%)
Mutual labels:  melpa
web-mode-edit-element
Helper-functions for attribute- and element-handling
Stars: ✭ 18 (+20%)
Mutual labels:  melpa
company-ansible
Ansible keywords completion for Emacs
Stars: ✭ 21 (+40%)
Mutual labels:  melpa
MD DS3231
DS3231 Real Time Clock Library
Stars: ✭ 29 (+93.33%)
Mutual labels:  clock

alarm-clock

MELPA License

An alarm clock for Emacs

Requirements

Get started

  • Via MELPA.

  • Get alarm-clock

    • Manually download alarm-clock and set-up your load path.
  • To auto-start alarm-clock every time you open Emacs add these lines to your .emacs file:

      (require 'alarm-clock) ; Not needed if you use package.el
    

Basic Usage

alarm-clock-set

Set an alarm clock with the time following tips.
TIME can be "6"(6 seconds), "11 minutes", "10 hours", "11:40pm", etc.
MESSAGE will be shown when notifying at setting time.

alarm-clock-list-view

Display the alarm clock list.
Use a to set a new alarm clock, C-k to delete current alarm clock.

alarm-clock-save

Save alarm-clock to cache file.

alarm-clock-restore

Restore alarm-clock from cache file.

Configurations

Enable autosave-and-restore feature

  • Change cache file path by setting the variable alarm-clock-cache-file to any file path you like.

  • Add these lines to your .emacs file:

      (alarm-clock--turn-autosave-on)
    

Q & A

  • Meet (wrong-type-argument package-desc nil) on Mac OSX.

    • Install gnu-tar.

      brew install gnu-tar

    • Try to set quelpa-build-tar-executable to the path of gtar, (e.g "/usr/local/bin/gtar").

    • Then reinstall this package.

Appendix

I'd be glad to receive patches, comments and your considered criticism.

Have fun with alarm-clock!

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].