fosskers / streak

A minor mode for Emacs to track a streak.
GNU General Public License v3.0
10 stars 4 forks source link

Multiple Streaks #3

Closed fosskers closed 3 years ago

fosskers commented 3 years ago

This PR adds support for multiple streaks. The data storage format is now JSON, and I've included logic that will handle the legacy format upon first reading, and then overwrite it with the new.

This also introduces streak-new, an interactive function to easily add new streaks. streak-reset and friends have been given auto-completion.