Skip to content

rougier/nano-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano calendar

This library offers an alternative to calendar. It’s very similar and offer only a few options, like the possibility to color day according to the number of item in the org-agenda.

Usage example

Using a regular buffer:

(require 'nano-calendar)
(nano-calendar)
(message (format-time-string "%A %d %B %Y") (nano-calendar-current))

Using minibuffer:

(require 'nano-calendar)
(let ((date (nano-calendar-prompt)))
  (message (format-time-string "%A %d %B %Y") date))

Screenshots

./nano-calendar.png

./nano-calendar-prompt.png

Releases

No releases published

Packages

No packages published