Skip to content

v0.21.0

@MaximeRivest MaximeRivest tagged this 14 Jul 03:31
πŸš€ New Features:
β€’ Complete CLI rewrite with robust argument parsing
β€’ Elegant path/flag display with subtle styling
β€’ Support for flexible flag ordering anywhere in command
β€’ Comprehensive help system with examples
β€’ Multiple clipboard aliases (-c, -y, --copy, --clipboard)

πŸ› Bug Fixes:
β€’ Fixed double clipboard printing issue
β€’ Improved error handling with helpful suggestions
β€’ Better DSL flag parsing and conversion

πŸ”§ Technical Improvements:
β€’ Added typer and pyperclip dependencies
β€’ Support comma-separated and multiple flag instances
β€’ Enhanced command-line interface with better UX
β€’ Updated project scripts to use new app() entry point

All syntax variations now work correctly:
βœ… att . -f -c --prompt "Find files"
βœ… att /path --glob **/*.py --files true -c
βœ… att --clipboard /path --glob **/*.py -f
βœ… att . --mode report --ignore _build*,test* -c
Assets 2
Loading