Speedcubing extension for Pi coding agent
The article discusses the release of a new speedcubing extension for the Pi coding agent, designed to enhance the Rubik's Cube solving experience. This extension features a timer overlay with various functionalities, including scramble generation and solve history tracking. Users can install the extension via npm or GitHub and utilize keyboard shortcuts for efficient operation.
- ▪The pi-cubing extension adds a cubing timer overlay to the Pi coding agent.
- ▪It includes features like scramble generation, solve history, and local persistence of data.
- ▪Users can install the extension from npm or GitHub and control it using keyboard shortcuts.
Hacker News (Newest) files mainly under programming. We currently carry 5,257 of its stories.
Opening excerpt (first ~120 words) tap to expand
pi-cubing A cstimer-style Rubik's Cube timer overlay for Pi, built for fast keyboard use inside the terminal. npm: https://www.npmjs.com/package/pi-cubing GitHub: https://github.com/totimorpa/pi-cubing Release notes: https://github.com/totimorpa/pi-cubing/releases What it does pi-cubing adds a cubing timer overlay to Pi with: /cubing command Ctrl+Shift+C shortcut 3x3 scramble generation cstimer-like spacebar flow solve history with selection and scrolling averages and rolling stats solve info dialogs local persistence on disk Install From npm pi install npm:pi-cubing From GitHub pi install git:github.com/totimorpa/pi-cubing Local development install pi install /absolute/path/to/pi-cubing # or from this repository's parent directory: pi install ./pi-cubing Then restart Pi or run: /reload…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.