summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2026-05-24cmd/gt: fix stale comments and remove dead LogWriter codePaul Buetow
2026-05-23test: add runCommand edge case tests (coverage 58.5% → 75%+)Paul Buetow
2026-05-23test: add CLI integration tests for RPN comparison operatorsPaul Buetow
2026-05-23style: run gofmt on all Go source filesPaul Buetow
2026-04-11Multiple code-quality and feature improvementsPaul Buetow
2026-03-26fix modulePaul Buetow
2026-03-26refactor: move integration tests to ./integrationtests folderPaul Buetow
2026-03-26fix: address code quality issues from golangci-lintPaul Buetow
2026-03-26feat: Support piping expressions via stdinPaul Buetow
2026-03-26feat: Add integration tests for variable assignments and fix RPN parser bugsPaul Buetow
2026-03-25rpn: Fix := and =: operators semanticsPaul Buetow
2026-03-25code-quality: Various improvements to code quality and thread safetyPaul Buetow
2026-03-25Rename calculator package to percPaul Buetow
2026-03-25chore: Clean up backup filePaul Buetow
2026-03-25refactor: Split internal/rpn/rpn.go into separate files for better SRPPaul Buetow
2026-03-25docs: Add SPDX license headers to remaining .go filesPaul Buetow
2026-03-25test: Add end-to-end CLI tests for gt version, percentage calculation, and RPNPaul Buetow
2026-03-25docs: Add SPDX license headers to all .go source filesPaul Buetow
2026-03-25cmd/gt: add comprehensive package documentationPaul Buetow
2026-03-24feat: Add RPN mode, rational number support, and improve REPLPaul Buetow
2026-03-23Update to gt binary name and refactor code quality improvementsPaul Buetow
2026-03-23Code quality audit fixes from comprehensive auditPaul Buetow
2026-03-23Fix error handling in cmd/perc/main.goPaul Buetow
2026-03-20refactor: update Operations to use VariableStore interfacePaul Buetow
2026-03-20cmd/perc/main.go: try RPN parsing before percentage calculation in command modePaul Buetow
2026-03-20cmd/perc: add unit tests with 86% coveragePaul Buetow
2026-03-20cmd/perc: add unit tests with 76% coveragePaul Buetow
2026-03-20internal/rpn/cmd/perc: add calc/rpn subcommands and fix assignment handlingPaul Buetow
2026-03-16bump version to v0.2.0v0.2.0Paul Buetow
2025-11-25Initial commit: perc v0.0.0 - percentage calculatorv0.0.0Paul Buetow