Repository Analysis

ajeetdsouza/zoxide

A smarter cd command. Supports all major shells.

1.4 Likely human-written View on GitHub
1.4
Adjusted Score
1.4
Raw Score
100%
Time Factor
2026-05-21
Last Push
36,969
Stars
Rust
Language
6,938
Lines of Code
53
Files
8
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 1LOW 7

Pattern Findings

8 matches across 3 categories. Click a row to expand file-level details.

Over-Commented Block6 hits · 6 pts
SeverityFileLineSnippet
LOWtemplates/zsh.txt181{{ section }}
LOWtemplates/nushell.txt101# zoxide init nushell | save -f ~/.zoxide.nu
LOWsrc/cmd/cmd.rs101 /// Merge into existing database
LOWsrc/db/stream.rs181 use rstest::rstest;
LOWsrc/import/autojump.rs81 Err(e) => return Some(Err(self.err(anyhow::Error::from(e)))),
LOWsrc/import/z_lua.rs41/// ```lua
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippet
MEDIUMinstall.sh196# The below functions have been extracted with minor modifications from the
Excessive Try-Catch Wrapping1 hit · 1 pts
SeverityFileLineSnippet
LOWtemplates/xonsh.txt77 except Exception as exc: # pylint: disable=broad-except