13 releases (5 stable)
Uses new Rust 2024
| 1.0.4 | Mar 9, 2025 |
|---|---|
| 1.0.3 | Mar 8, 2025 |
| 1.0.2 | Apr 19, 2024 |
| 1.0.1 | Apr 27, 2022 |
| 0.1.6 | Jul 29, 2020 |
#278 in Command line utilities
633 downloads per month
305KB
232 lines
Say no to absolute paths in your codebases!
noabspath search and highlight all absolute paths detected.
Usage
William Droz
Detect hard-coded absolute paths in codesbases
USAGE:
noabspath [OPTIONS]
OPTIONS:
-h, --help Print help information
-i, --ignore-file File that contains patterns to ignore [default: .gitignore]
-p, --path
Use case
The most common use case is to use noabspath in your CI pipeline.
Install
Cargo
cargo install noabspath
Snap
sudo snap install noabspath
or
sudo snap install noabspath --edge
Dependencies
~4–16MB
~156K SLoC