merge prompt: prune by lasting effect, not by a checklist
This commit is contained in:
parent
c785447de1
commit
e61c97df36
1 changed files with 2 additions and 1 deletions
3
memo
3
memo
|
|
@ -386,7 +386,8 @@ def nap_prompt(d, lo, hi, left):
|
||||||
"1 compression remains" if left == 1 else
|
"1 compression remains" if left == 1 else
|
||||||
"%d compressions remain" % left)
|
"%d compressions remain" % left)
|
||||||
return ("Compress memories #%d-%d into one line of at most %d characters.\n"
|
return ("Compress memories #%d-%d into one line of at most %d characters.\n"
|
||||||
"Drop wording, not facts. Invent nothing.\n\n"
|
"Keep what has lasting effect, drop what does not. Invent "
|
||||||
|
"nothing.\n\n"
|
||||||
"%s\n%s\n"
|
"%s\n%s\n"
|
||||||
"Run: memo sleep %d-%d \"<your line>\""
|
"Run: memo sleep %d-%d \"<your line>\""
|
||||||
% (lo, hi - 1, ENTRY_CHARS, body, tail, lo, hi - 1))
|
% (lo, hi - 1, ENTRY_CHARS, body, tail, lo, hi - 1))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue