Skip to content

ichernyshovvv/timeblock.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timeblock.el

Emacs library for visualizing time data via interactive blocks

Contents

Installation

(use-package timeblock
  :init
  (unless (package-installed-p 'timeblock)
    (package-vc-install
     '(timeblock
       :vc-backend Git
       :url "https://github.com/ichernyshovvv/timeblock.el"
       :branch "master"))))

Usage example

The following example allows to navigate between blocks via arrow keys/C-bpfb/hjkl/whatever-you-use. You also can use the mouse by clicking on them. To reschedule the blocks, press e or use the mouse (drag-n-drop supported).

Donations

images/monero-qr-address.png

About

Emacs library for visualizing time data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published