diff options
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -10,7 +10,6 @@ It's more of a personal reminder than anything else. | |||
| 10 | ### Commands that are available in nissy 1.0, but not in this version (yet): | 10 | ### Commands that are available in nissy 1.0, but not in this version (yet): |
| 11 | * drcorners (solve corners after dr) | 11 | * drcorners (solve corners after dr) |
| 12 | * search and improve non-optimal subsequences | 12 | * search and improve non-optimal subsequences |
| 13 | * **unniss (rewrite A (B) -> B' A)** | ||
| 14 | * **fast non-optimal solver (also needed for scramble)** | 13 | * **fast non-optimal solver (also needed for scramble)** |
| 15 | * **scramble [dr, corners only, edges only, htr, fmc(RUF)...]** | 14 | * **scramble [dr, corners only, edges only, htr, fmc(RUF)...]** |
| 16 | * save and edit algs as "variables" | 15 | * save and edit algs as "variables" |
| @@ -34,7 +33,8 @@ including e.g. solutions that were not shown because -c) | |||
| 34 | * **cleanup: translate an alg to the standard HTM moveset + reorient at the end** | 33 | * **cleanup: translate an alg to the standard HTM moveset + reorient at the end** |
| 35 | * configurability: add an `alias` command, run config file at startup | 34 | * configurability: add an `alias` command, run config file at startup |
| 36 | * configure max ram to be used (via config file and/or command line option) | 35 | * configure max ram to be used (via config file and/or command line option) |
| 37 | * **invert an alg, transform, rufify etc...** | 36 | * transform alg, rufify etc... |
| 37 | * more scramble stuff (scramble FMC with rufify...) | ||
| 38 | * **command notation to list available moves** | 38 | * **command notation to list available moves** |
| 39 | 39 | ||
| 40 | ## Distribution | 40 | ## Distribution |
| @@ -76,3 +76,5 @@ including e.g. solutions that were not shown because -c) | |||
| 76 | * sort again functions alphabetically in their files | 76 | * sort again functions alphabetically in their files |
| 77 | * **more stuff to load at start (or when suitable command is called) rather | 77 | * **more stuff to load at start (or when suitable command is called) rather |
| 78 | than when called directly, to avoid nasty problems with threading** | 78 | than when called directly, to avoid nasty problems with threading** |
| 79 | * unniss and inverse_alg work differently (one in place, the other makes | ||
| 80 | a copy and returns). | ||
