Fixes before testing & deploying
This commit is contained in:
parent
3f3c0d72f8
commit
eec2d36526
@ -79,15 +79,8 @@ def main():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Error reading file {selected_file}: {e}")
|
print(f"Error reading file {selected_file}: {e}")
|
||||||
|
|
||||||
markdown_text = '\n'.join(markdown_lines)
|
|
||||||
|
|
||||||
# Write markdown to file
|
|
||||||
output_file = 'output.md'
|
|
||||||
with open(output_file, 'w', encoding='utf-8') as f:
|
|
||||||
f.write(markdown_text)
|
|
||||||
print(f"\nMarkdown file '{output_file}' has been generated.")
|
|
||||||
|
|
||||||
# Copy markdown content to clipboard
|
# Copy markdown content to clipboard
|
||||||
|
markdown_text = '\n'.join(markdown_lines)
|
||||||
pyperclip.copy(markdown_text)
|
pyperclip.copy(markdown_text)
|
||||||
print("Markdown content has been copied to the clipboard.")
|
print("Markdown content has been copied to the clipboard.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user