Giter Club home page Giter Club logo

alarm-clock's Introduction

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!

alarm-clock's People

Contributors

wlemuel avatar chaw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.