Repo-to-text

Latest version: v0.4.4

Safety actively analyzes 688323 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.4.4

2. Include all features from the above PRs
3. Ensure proper GitHub Actions workflow execution

Special thanks to caffeinum for these valuable contributions! 🙌

0.4.3

- pyperclip not required
- success message in terminal

0.4.2

It fixes an issue blocking from using subdirectories in ignore paths


ignore-tree-and-content:
- "directory1/" this worked!
- "directory1/subdirectory/" this didn't work previously!


Thanks to himwho 🙌

0.4.0

A new option to create a default settings file added


- `--create-settings`: Create a default `.repo-to-text-settings.yaml` file with predefined settings. This is useful if you want to start with a template settings file and customize it according to your needs. To create the default settings file, run the following command in your terminal:

bash
repo-to-text --create-settings


This will create a file named `.repo-to-text-settings.yaml` in the current directory. If the file already exists, an error will be raised to prevent overwriting.

0.3.1

Enhancements
- **Detect Missing `tree` Command**: The script now checks if the `tree` command is installed on your system. If not, it provides instructions for installation, ensuring smoother operation.
- **Soft Failure on Clipboard Unavailability**: The script now gracefully handles situations where the clipboard is not available, such as when running over SSH or on systems without clipboard support. This prevents the script from crashing and provides a warning instead.

Thanks to lgibelli

0.2.2

What's Changed
* Fix-full-path by kirill-markin in https://github.com/kirill-markin/repo-to-text/pull/2


**Full Changelog**: https://github.com/kirill-markin/repo-to-text/compare/v0.2.1...v0.2.2

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.