Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
FontysVenlo
/
codestripper
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Update README, fix bugs from code review, switch to uv
- #23
#23
Merged
Bonajo
merged 20 commits into
main
FontysVenlo/codestripper:main
from
docs/update-readme
FontysVenlo/codestripper:docs/update-readme
Copy head branch name to clipboard
Sep 21, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Update README, fix bugs from code review, switch to uv
#23
Bonajo
merged 20 commits into
main
FontysVenlo/codestripper:main
from
docs/update-readme
FontysVenlo/codestripper:docs/update-readme
Copy head branch name to clipboard
Commits
Commits on Sep 21, 2026
docs: update README to match CLI and tag implementation
Bonajo
committed
115f480
View commit details
Copy full SHA for 115f480
Browse repository at this point
fix: make -b/--binary and -u/--unknown work on the command line
Bonajo
committed
70d2b86
View commit details
Copy full SHA for 70d2b86
Browse repository at this point
fix: continue with remaining files when FAIL is hit for unknown extension or binary file
Bonajo
committed
0f723ef
View commit details
Copy full SHA for 0f723ef
Browse repository at this point
fix: build uncomment regex per comment style and remove close symbol
Bonajo
committed
80bc770
View commit details
Copy full SHA for 80bc770
Browse repository at this point
fix: print dry run output to stdout instead of logging it
Bonajo
committed
bfb0078
View commit details
Copy full SHA for bfb0078
Browse repository at this point
fix: validate -c option, lowercase extension and stop mutating global comments mapping
Bonajo
committed
aca719b
View commit details
Copy full SHA for aca719b
Browse repository at this point
fix: resolve working directory before checking it is inside the current directory
Bonajo
committed
77af27b
View commit details
Copy full SHA for 77af27b
Browse repository at this point
fix: do not change the current directory when matching files
Bonajo
committed
17fb0e9
View commit details
Copy full SHA for 17fb0e9
Browse repository at this point
fix: avoid duplicate log handlers and clamp verbosity to debug
Bonajo
committed
e4ff338
View commit details
Copy full SHA for e4ff338
Browse repository at this point
fix: report line and reason for invalid range tags and raise StripError
Bonajo
committed
0b0498b
View commit details
Copy full SHA for 0b0498b
Browse repository at this point
fix: only match cs:ignore as a whole tag
Bonajo
committed
3267d02
View commit details
Copy full SHA for 3267d02
Browse repository at this point
fix: read and write files as utf-8
Bonajo
committed
bd22142
View commit details
Copy full SHA for bd22142
Browse repository at this point
build: switch from Poetry to uv and require Python 3.10
Bonajo
committed
77f047d
View commit details
Copy full SHA for 77f047d
Browse repository at this point
fix: fail on error by default in strip_files, like the command line
Bonajo
committed
6b13dee
View commit details
Copy full SHA for 6b13dee
Browse repository at this point
fix: do not strip files from the output directory again
Bonajo
committed
4589f9a
View commit details
Copy full SHA for 4589f9a
Browse repository at this point
refactor: keep tokenizer state per instance
Bonajo
committed
e29102e
View commit details
Copy full SHA for e29102e
Browse repository at this point
chore: add ruff linter and remove unused imports and dead code
Bonajo
committed
e17c3b9
View commit details
Copy full SHA for e17c3b9
Browse repository at this point
fix: include the tags in the tokenizer cache key
Bonajo
committed
0f5fa8f
View commit details
Copy full SHA for 0f5fa8f
Browse repository at this point
build: bump pytest to 9.1.1 to fix the /tmp directory vulnerability
Bonajo
committed
cf73bdd
View commit details
Copy full SHA for cf73bdd
Browse repository at this point
fix: do not copy binary files during a dry run
Bonajo
committed
d74beac
View commit details
Copy full SHA for d74beac
Browse repository at this point
You can’t perform that action at this time.