A utility to remove build artifacts and temporary files that share the same basename, such as executables, Emacs backups, and other generated files.
clean-artifact will delete files without confirmation.
Always run with -d or --dry-run first to preview which files will be removed.
clean-artifact source.c json xmlThis command keeps source.c and any files with the extensions .json and .xml, while deleting other files with the same basename.
MIT License (c) 2026 ByteBard