https://git.dkl9.net/memoire/tree/c9e56b45d59bd49736bfe0a5a0cb0853d7dca33dRecent commits to memoire (c9e56b45d59bd49736bfe0a5a0cb0853d7dca33d)2022-11-03T22:44:44-04:00tag:gitlist.org,2012:commit/c9e56b45d59bd49736bfe0a5a0cb0853d7dca33dImplement statistics display2022-11-03T22:44:44-04:00John Smith
<pre>The "s" option on main.lua leads it to display statistics
about the user's deck: totals, averages, and percentile values.
</pre>
tag:gitlist.org,2012:commit/92858fe0b6ece2e82613005d6d875d0e8eceb9c5Remove "Reading prompts ..." message when not reading from terminal2022-10-30T21:21:48-04:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/32d4dfd72cb246a6f8878a194748b4c4af29e493Separate card-correction from review interface2022-10-30T14:17:10-04:00John Smith
<pre>Marking a card for correction during review will make it be listed
at the end of the session, without permitting edits.
Use the "c" option (with a prompt index, as with "t")
to open the card's text in the $EDITOR and correct it.
</pre>
tag:gitlist.org,2012:commit/d8357ab5c506532cda8166ddcb5572dcc0452009Make files that shouldn't be executed non-executable2022-10-30T13:23:56-04:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/a1aa848dfbce9f63860d3d243991c4edc2cffc08Correctly pluralise "lapses" in output, for real this time2022-10-30T00:45:41-04:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/bb322bbb74d5802bf654ec2ac325050beef315b1Correctly pluralise "lapses" in output2022-10-30T00:43:39-04:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/b25af66250e03db38474839ff316d3a4f46f7272Replace "--" in output messages with ";"2022-10-30T00:39:36-04:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/aaef7445319b81992144233764a4c444f4e3dc03Radically refactor main interface2022-10-30T00:35:58-04:00John Smith
<pre>main.lua now only contains a framework to select and execute an action;
all actions are implemented in actions.lua.
</pre>
tag:gitlist.org,2012:commit/46d6b10f228b32b38605fb2dc3e505c91df418a3Improve further upon 4f5d8fd2022-10-29T23:36:38-04:00John Smith
<pre>* fix bug in suspension feature
* document suspension feature more accurately as a toggle
* indicate, when toggling, which prompt is being changed
</pre>
tag:gitlist.org,2012:commit/435aac8fa1294b3a6caa3a5db9bae3b71a52dd73Fix bug in 4f5d8fd2022-10-29T23:28:16-04:00John Smith
<pre></pre>