Fewest Moves
A Sublime Text 3 plugin for FMC practises
Details
Installs
- Total 68
- Win 47
- Mac 18
- Linux 3
| Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime_fewest_moves
A Sublime Text 3 plugin for FMC practises
Usage
- Open a new buffer
- Set syntax to
Fewest Moves - Enter scramble on the first line, the plugin will show the scrambled cube state below it
- Type your solutions, and make sure there's at least 1 line after first line (i.e. start from line 3), the plugin will calculate move count for each line 1 second after you stop typing
- move your cursor to a skeleton and press Ctrl+Alt+I, the plugin will try to call
insertionfindercommand in your system to find insertions for the given scramble and skeleton.
The plugin recognizes .fm and .fmc as extensions for the syntax.
You can get insertionfinder from here.
Syntax Definition
- The first line of the file is the scramble sequence
- The second line of the file is an empty line
- You may have any number of skeletons, skeletons are separated by empty line(s)
- You may add comments to each line, any content from a
//or a#symbol in a line to end of the line is considered as comments - You may have
NISSoperators in your solution, which indicates switch points of normal-scramble sequences and inverse-scramble sequences - You may use any WCA notation suitable for a 3x3x3 Cube, like
R L2 F' Bw2 2Rw' x2 y' z [u'] [f2] [d]and so on
Example
R' U' F U R2 D L2 B2 D2 U B2 L R2 U2 L2 B D R' B F' L' R2 B2 R' U' F
D' L2 # 2x2x2
NISS
B' R2 D2 R' D' R2 // pseudo 2x2x3
NISS
D2 R D R' B
D' L2
NISS
B' R2 D2 R' D' R2
NISS
D' B D B' D' R
D' L2 //comment
NISS
B' R2 D2 R' D' R2
NISS
D' B2 D B2 D'
NISS
R' B' U' B U R B'
D' L2
NISS
B' R2 D2 R' D' R2
NISS
D2 R2 D R2