<img src="https://secure.leadforensics.com/794635.png" style="display:none;">
Skip to content

CodeScene in your terminal

Improve focus and productivity with CodeScene in the command line. No context switching, better code quality.

Get CodeScene where you work

Delta command

The delta command compares your current work against a previous state of your code, giving you insights into the changes made before submitting a PR or pushing to your Git repo. By identifying potential issues early, you can address them before they make it into the codebase.

CS Delta-1
Git commit-1

Git Hook

It is possible to integrate the CLI with your existing workflow by setting up Git hooks. You can for example configure a pre-commit hook to automatically run the delta command every time you make a new commit, ensuring earlier feedback and allowing you to take action before pushing your changes to the remote repository. Run cs help git-hooks for more information on adding a git hook.

Configurable for how you work

Git Hook

It is possible to integrate the CLI with your existing workflow by setting up Git hooks. You can for example configure a pre-commit hook to automatically run the delta command every time you make a new commit, ensuring earlier feedback and allowing you to take action before pushing your changes to the remote repository. Run cs help git-hooks for more information on adding a git hook.

Git commit-1

Check command

The check command gives you CodeScene's Code Health analysis in a linter-style format. Seamlessly integrate this analysis into any editor that supports configuring external tools and get insights into Code Health issues within your favorite development environment. We have examples for Vim and Emacs.

Check command by CodeScene's IDE Extension in Terminal showing a warning with issue in a file.

Manage your tech debt with CodeScene

Analyze code history team dynamics, and knowledge distribution to identify critical hotspots, quantify improvements in dollars, and know exactly which files to prioritize first.