No description
  • Rust 81.8%
  • Nix 18.2%
Find a file
2025-09-28 11:49:35 -05:00
src apply clippy fixes 2025-09-28 11:49:35 -05:00
.gitignore WIP: adding name transforms and multi-argument support 2025-02-19 11:47:56 -06:00
Cargo.lock optimize, and query local pacman 2025-09-28 11:48:47 -05:00
Cargo.toml optimize, and query local pacman 2025-09-28 11:48:47 -05:00
flake.lock init 2024-05-12 14:10:46 -04:00
flake.nix vaugly working now 2024-05-12 15:17:17 -04:00
README.md add readme 2024-05-12 21:46:55 -04:00

checkprojectname

easily check the name of your new project to make sure it is unique.

usage

$ checkprojectname NAME

this program will check several different software-related sites to see if it can find any packages or repositories with the given name.

if it finds a match, it will print the site, number of matches, url of the top match, and number of stars (if applicable).

ideally, the name of your new project will not match any existing projects.

installation

via cargo

requires openssl and pkg-config to be installed via your system package manager.

$ cargo install --git https://codeberg.org/binarycat/checkprojectname

via nix

if you have nix installed, it can automatically handle installing build dependancies.

there are many ways to install nix flakes, and any of them should work here, but the reccomended method is via nix-inst.

$ nix-inst git+https://codeberg.org/binarycat/checkprojectname