-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtest.results.saved
579 lines (478 loc) · 12.1 KB
/
test.results.saved
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
Executing 0: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet create
Created framedb at [/tmp/frame/]
Executing 1: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root
Notes
ENTER YOUR NOTES HERE
Executing 2: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root
Executing 3: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet replace --message=Root: replacement
Executing 4: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root
Notes
Root:
Executing 5: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root
Executing 6: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push one --message=One: message one
Created new frame [root/one]
Executing 7: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one
Notes
One:
Executing 8: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root/one
1: root
Executing 9: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet append --message=
Message: 1
root/one: Sat Jun 10 12:36:55 2023
Executing 10: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one
Notes
One:
\nMessage:
Executing 11: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root/one
1: root
Executing 12: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root
Notes
Root:
Executing 13: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root
Notes
Root:
Executing 14: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root
1: root/one
2: root
Executing 15: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push two --message=Two: message two
Created new frame [root/two]
Executing 16: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/two
Notes
Two:
Executing 17: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root/two
1: root
2: root/one
3: root
Executing 18: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet top
Current frame
root
Notes
Root:
Executing 19: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet down one
Current frame
root/one
Notes
One:
\nMessage:
Executing 20: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one
Notes
One:
\nMessage:
Executing 21: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root/one
1: root
2: root/two
3: root
4: root/one
5: root
Executing 22: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet back 1
Current frame
root/one
Notes
One:
\nMessage:
Executing 23: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one
Notes
One:
\nMessage:
Executing 24: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root/one
1: root/one
2: root
3: root/two
4: root
5: root/one
6: root
Executing 25: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet back 1
Current frame
root/one
Notes
One:
\nMessage:
Executing 26: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one
Notes
One:
\nMessage:
Executing 27: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root/one
1: root/one
2: root/one
3: root
4: root/two
5: root
6: root/one
7: root
Executing 28: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push three --message=three: three
Created new frame [root/one/three]
Executing 29: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one/three
Notes
three:
Executing 30: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root/one/three
1: root/one
2: root/one
3: root/one
4: root
5: root/two
6: root
7: root/one
8: root
Executing 31: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet pop
Current frame
root/one
Notes
One:
\nMessage:
Executing 32: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one
Notes
One:
\nMessage:
Executing 33: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root/one
1: root/one/three
2: root/one
3: root/one
4: root/one
5: root
6: root/two
7: root
8: root/one
9: root
Executing 34: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push four --message=four: four
Created new frame [root/one/four]
Executing 35: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one/four
Notes
four:
Executing 36: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root/one/four
1: root/one
2: root/one/three
3: root/one
4: root/one
5: root/one
6: root
7: root/two
8: root
9: root/one
Executing 37: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet delete root/two
Current frame
root/one/four
Notes
four:
Executing 38: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one/four
Notes
four:
Executing 39: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root/one/four
1: root/one
2: root/one/three
3: root/one
4: root/one
5: root/one
6: root
7: root/two
8: root
9: root/one
Executing 40: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet top
Current frame
root
Notes
Root:
Executing 41: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root
Notes
Root:
Executing 42: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet history
Frame history
* 0: root
1: root/one/four
2: root/one
3: root/one/three
4: root/one
5: root/one
6: root/one
7: root
8: root/two
9: root
Executing 43: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push five --message=five: five
Created new frame [root/five]
Executing 44: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root
Notes
Root:
Executing 45: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push six --message=six: six
Created new frame [root/six]
Executing 46: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root
Notes
Root:
Executing 47: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push seven --message=seven: seven
Created new frame [root/seven]
Executing 48: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root
Notes
Root:
Executing 49: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push eight --message=eight: eight
Created new frame [root/eight]
Executing 50: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root
Notes
Root:
Executing 51: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push eighteen --message=eight: eight
Created new frame [root/eighteen]
Executing 52: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root
Notes
Root:
Executing 53: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push eighty --message=eight: eight
Created new frame [root/eighty]
Executing 54: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root
Notes
Root:
Executing 55: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet down one
Current frame
root/one
Notes
One:
\nMessage:
Executing 56: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push one --message=new one
Created new frame [root/one/one]
Executing 57: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root/one
Notes
One:
\nMessage:
Executing 58: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push two --message=new one
Created new frame [root/one/two]
Executing 59: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root/one
Notes
One:
\nMessage:
Executing 60: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push three --message=new one
Created new frame [root/one/three]
Executing 61: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root/one
Notes
One:
\nMessage:
Executing 62: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push five --message=new one
Created new frame [root/one/five]
Executing 63: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root/one
Notes
One:
\nMessage:
Executing 64: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push six --message=new one
Created new frame [root/one/six]
Executing 65: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root/one
Notes
One:
\nMessage:
Executing 66: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push seven --message=new one
Created new frame [root/one/seven]
Executing 67: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root/one
Notes
One:
\nMessage:
Executing 68: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push eight --message=new one
Created new frame [root/one/eight]
Executing 69: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root/one
Notes
One:
\nMessage:
Executing 70: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push nine --message=new one
Created new frame [root/one/nine]
Executing 71: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root/one
Notes
One:
\nMessage:
Executing 72: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet push ten --message=new one
Created new frame [root/one/ten]
Executing 73: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet up
Current frame
root/one
Notes
One:
\nMessage:
Executing 74: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one
Notes
One:
\nMessage:
Executing 75: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet list
root/one/eight
root/one/five
root/one/four
root/one/nine
root/one/one
root/one/seven
root/one/six
root/one/ten
root/one/three
root/one/two
Executing 76: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet match --from-root e
root/eight
root/eighteen
root/eighty
root/five
root/one
root/one/eight
root/one/five
root/one/four
root/one/nine
root/one/one
root/one/seven
root/one/six
root/one/ten
root/one/three
root/one/two
root/seven
Executing 77: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet match --from-root ei
root/eight
root/eighteen
root/eighty
root/one/eight
Executing 78: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet match --from-root eigh
root/eight
root/eighteen
root/eighty
root/one/eight
Executing 79: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet match e
root/one
root/one/eight
root/one/five
root/one/four
root/one/nine
root/one/one
root/one/seven
root/one/six
root/one/ten
root/one/three
root/one/two
Executing 80: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet match ei
root/one/eight
Executing 81: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet match eigh
root/one/eight
Executing 82: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet match eigh --invert
root/one
root/one/five
root/one/four
root/one/nine
root/one/one
root/one/seven
root/one/six
root/one/ten
root/one/three
root/one/two
Executing 83: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one
Notes
One:
\nMessage:
Executing 85: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet switch root/one/five
Current frame
root/one/five
Notes
new
Executing 86: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet rename FIVE
Current frame
root/one/FIVE
Notes
new
Executing 87: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet status
Current frame
root/one/FIVE
Notes
new
Executing 88: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet match --from-root one/ei
root/one/eight
Executing 89: ./recent/bin/x86_64-linux-gnu/frame.elf --quiet tree
root
eighty
eighteen
five
six
eight
seven
one
four
FIVE
two
three
six
eight
ten
nine
seven
one
Use [sed "s:::g"] to strip the dates