Commit Journey
A VSCode extension that simulates typing text line by line into a file. This is useful for creating typing demonstrations or commit-journey sessions.
Features
- Simulates typing text line by line
- Configurable typing speed
- Uses git commit history for selecting starting point
- Visual feedback in the editor
Usage
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
- Type "Commit Journey: Start Session" and select the command
- Select a commit from the history to start from
- The extension will replay changes from the selected commit to the current HEAD
Configuration
You can configure the extension in your VSCode settings:
{
"commitJourney.speed": 10 // milliseconds per line
}
Configuration Options
commitJourney.speed : Typing speed in milliseconds per line (default: 0, range: 0-1000)
Requirements
- VSCode 1.93.1 or higher
- Git repository with at least one commit
Extension Settings
This extension contributes the following settings:
commitJourney.speed : Typing speed in milliseconds per line
Known Issues
None at the moment.
Release Notes
1.0.0
Initial release of Commit Journey with git commit history support.
| |