ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Fewest Moves

by oyyq99999 ST3

A Sublime Text 3 plugin for FMC practises

Details

Installs

  • Total 57
  • Win 38
  • Mac 16
  • Linux 3
Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10
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 1 0 0 0 0 0 2 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

  1. Open a new buffer
  2. Set syntax to Fewest Moves
  3. Enter scramble on the first line, the plugin will show the scrambled cube state below it
  4. 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
  5. move your cursor to a skeleton and press Ctrl+Alt+I, the plugin will try to call insertionfinder command 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 NISS operators 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