foundationer / takeaways

A clojure-based evernote-wannabe.
Eclipse Public License 1.0
0 stars 0 forks source link

pretty-print the list of takeaways on the repl #3

Open beluchin opened 6 years ago

beluchin commented 6 years ago

now that we can add takeaways, let's display them on the REPL. If there are many, let's split them in pages and allow navigating up and down the pages.

beluchin commented 6 years ago

one alternative: capture user input (via read-line (?)) and take action accordingly.