Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: implement BuildTimer v0.1.0 - #1

Merged
BLCCoreStudio merged 9 commits into
mainfrom
feat/v0.1.0
Aug 28, 2026
Merged

feat: implement BuildTimer v0.1.0#1
BLCCoreStudio merged 9 commits into
mainfrom
feat/v0.1.0

Conversation

@BLCCoreStudio

Copy link
Copy Markdown
Owner

Summary

  • add Linux-first Rust CLI for timing wrapped commands
  • execute wrapped processes directly without shell interpolation
  • preserve wrapped process exit codes
  • store local-only sanitized history and compare against the previous matching command
  • add history and clear commands
  • handle command-start failures cleanly
  • add unit/integration tests, README, CONTRIBUTING, SECURITY, and GitHub Actions CI

Privacy / security

  • no telemetry, cloud, server, or account system
  • no environment snapshot persistence
  • redact environment-style assignments, common secret-bearing flags, authorization values, and URL credentials before history persistence

Required checks

  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all-features

No release is created in this PR. Real-machine testing should happen before publishing v0.1.0.

@BLCCoreStudio
BLCCoreStudio merged commit 03bccf9 into main Aug 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant