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
Merge pull request #19 from clone206/maintenance/20251121-cleanup-lib…
…-updates
- Updated lib to fix popping at the end of converted dsf files
- Separate methods for stdin and file conversion in main
Merge pull request #12 from clone206/maintenance/20251113-refactor
- Showing running percentage of file conversion progress by filename
- Spawns thread via tokio
- Using log crate for all log messages
- Simple stderr logger with colors via colored crate
- Also colorizes error messages propagated through the main function on termination
- New `-q|--quiet` option to disable all log messages except file conversion progress indicators
- Refactor
Merge pull request #9 from clone206/feature/20251026-output-path-arg
- Output path arg
- Upgraded to 2024 edition
- Linux arm 64 cross compile target
- Cmd line option for version info
- base_dir prop added to conversion_context to facilitate directory tree copy