mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-15 20:44:27 +01:00
fix: make TODO files md files
This commit is contained in:
@@ -85,7 +85,7 @@ def main():
|
||||
print(f"Processing {action_file.name}...")
|
||||
|
||||
# Check if output file already exists
|
||||
formatted_file = todos_dir / f"{action_file.stem}.txt"
|
||||
formatted_file = todos_dir / f"{action_file.stem}.md"
|
||||
if formatted_file.exists() and not args.force:
|
||||
print(f" Skipping: {formatted_file} already exists")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user