Skip to content

chrisman/listy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Listy

This is a (todo) list app written in Elm

Getting started

there is a justfile1

  1. just will start a watcher, and rebuild on file change.

  2. Open /dist/index.html in a browser.

  3. Edit /src/Main.elm

just --list (or just view/edit the justfile) to see other options.

Dependencies

  • Elm: brew install elm elm-format
  • just: brew install just
  • entr: brew install entr

Todo

  • LIST OF LISTS
  • tags?
  • Filter list items on Complete, Active, All (Use enum)
  • Localstorage
  • edit list items

Footnotes

  1. just is something new I'm trying out for this project. It's got a lot of advantages over GNU Make. My favorites are: no need for tabs, no need for .PHONYs. No builds, just command running. Run arbitrary language commands with a shebang.

About

todo list in Elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages