mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
- Simplified the `get_tree_structure` function by extracting the tree command execution and filtering into separate functions: `run_tree_command` and `filter_tree_output`. - Introduced `process_line`, `extract_full_path`, and `mark_non_empty_dirs` to enhance readability and maintainability of the filtering process. - Updated `load_ignore_specs` to improve loading of ignore specifications from settings and .gitignore files. - Added clipboard functionality to copy output content after saving. - Cleaned up and clarified docstrings for better understanding of function purposes. |
||
|---|---|---|
| .. | ||
| cli | ||
| core | ||
| utils | ||
| __init__.py | ||
| main.py | ||