| Crates.io | noabspath |
| lib.rs | noabspath |
| version | 1.0.4 |
| created_at | 2020-07-15 18:50:59.354123+00 |
| updated_at | 2025-03-09 13:47:28.635961+00 |
| description | Detect hard-coded absolute paths in codesbases |
| homepage | https://github.com/wdroz/noabspath |
| repository | https://github.com/wdroz/noabspath |
| max_upload_size | |
| id | 265538 |
| size | 344,325 |
noabspath search and highlight all absolute paths detected.

William DrozDetect 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 Path of codebase to check [default: .] -V, --version Print version information
The most common use case is to use noabspath in your CI pipeline.
cargo install noabspath
sudo snap install noabspath
or
sudo snap install noabspath --edge