Commit graph

92 commits

Author SHA1 Message Date
Kirill Markin
b2148b4b5b
Merge pull request #21 from kirill-markin:feature/pyproject
pyproject
2024-12-16 10:31:49 +01:00
Kirill Markin
d89052115a
pyproject 2024-12-16 10:31:30 +01:00
Kirill Markin
6198b4f410
Merge pull request #20 from kirill-markin:feature/strict-typing-and-error-handling
strict-typing-and-error-handling
2024-12-16 10:24:28 +01:00
Kirill Markin
e39e7a8896
strict-typing-and-error-handling 2024-12-16 10:24:02 +01:00
Kirill Markin
5e1ae59375
version update 2024-12-16 07:45:39 +01:00
Kirill Markin
8ac3d0b727
version commint 2024-12-16 01:38:07 +01:00
Kirill Markin
577d42746d
Merge pull request #19 from kirill-markin/feature/python-strict-typing
Feature/python strict typing
2024-12-16 01:36:46 +01:00
Kirill Markin
a7e906c294
Merge pull request #18 from kirill-markin:feature/code-structure-tests
Refactor devide logic by files and more tests
2024-12-16 01:30:19 +01:00
Kirill Markin
dbfa602cd3
Refactor devide logic by files and more tests 2024-12-16 01:29:31 +01:00
Kirill Markin
9b03465644
Merge pull request #17 from adorosario/main
Added localized dockerized build instructions with documentation
2024-12-16 00:57:49 +01:00
Kirill Markin
6a434e5174
Merge pull request #16 from himwho/main
allows wildcards and pattern ignores for specific files
2024-12-16 00:53:26 +01:00
Kirill Markin
38dac27984
fix Refactor load_ignore_specs function definition for consistency 2024-12-16 00:51:56 +01:00
Kirill Markin
4e86177cfd
Merge pull request #15 from AndrewGerstenslager/ignore-patterns
added --ignore-patterns flag to ignore content from cli
2024-12-16 00:50:22 +01:00
Kirill Markin
fd70f24eed
.cursorignore file 2024-12-16 00:30:19 +01:00
Kirill Markin
46941115f1
strinc typing 2024-12-16 00:29:17 +01:00
Kirill Markin
d93a1d1fb0
old utc waring fix 2024-12-16 00:29:07 +01:00
Kirill Markin
bd0f242c08
tests baseline 2024-12-16 00:28:34 +01:00
Alden Do Rosario
2759fd3640 Added localized dockerized build instructions with documentation 2024-12-09 12:09:01 -05:00
Dylan Marcus
4642e3fd09 allows wildcards and pattern ignores for specific files 2024-11-15 14:58:27 -05:00
Andrew Gerstenslager
ce996c5db7 added --ignore-patterns flag to ignore content from cli 2024-11-10 22:18:45 -05:00
Kirill Markin
07521f06ca
Merge pull request #13 from kirill-markin/release/0.4.4
Release/0.4.4
2024-11-02 20:17:23 +01:00
Kirill Markin
fd84b62395 Merge remote-tracking branch 'remotes/caffeinum/add-aliases' into release/0.4.4 2024-11-02 20:08:42 +01:00
Kirill Markin
6b63d5309f Merge remote-tracking branch 'remotes/caffeinum/add-pipe-output' into release/0.4.4 2024-11-02 20:07:22 +01:00
Kirill Markin
0c08bf54d7 Merge remote-tracking branch 'remotes/caffeinum/add-input-directory-parameter' into release/0.4.4 2024-11-02 20:02:03 +01:00
Kirill Markin
602bd99e89 bump version to 0.4.4 2024-11-02 19:56:37 +01:00
Aleksey Bykhun
3e236d7508 Add aliases for repo-to-text and --create-settings
Fixes #11

Add aliases for `repo-to-text` and `--create-settings`.

* **setup.py**
  - Add alias `flatten` for `repo-to-text` in `entry_points`.

* **repo_to_text/main.py**
  - Add alias `--init` for `--create-settings` in `argparse` setup.

* **README.md**
  - Update usage documentation to include alias `flatten` for `repo-to-text`.
  - Update usage documentation to include alias `--init` for `--create-settings`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/kirill-markin/repo-to-text/issues/11?shareId=XXXX-XXXX-XXXX-XXXX).
2024-10-30 04:51:58 -07:00
Aleksey Bykhun
d3998786c0 Add pipe output feature to repo-to-text
Fixes #9

Add support for output via pipe `repo-to-text > myfile.txt`.

* Modify `save_repo_to_text` function in `repo_to_text/main.py` to write to stdout if `--stdout` is specified.
* Add `--stdout` argument to `argparse` in `repo_to_text/main.py`.
* Update `main` function in `repo_to_text/main.py` to handle the new `--stdout` argument.
* Update `README.md` to include instructions for using the new pipe output feature.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/kirill-markin/repo-to-text/issues/9?shareId=XXXX-XXXX-XXXX-XXXX).
2024-10-30 04:49:57 -07:00
Aleksey Bykhun
9847e1ff46 Accept input directory as first parameter, default to .
Related to #7

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/kirill-markin/repo-to-text/issues/7?shareId=XXXX-XXXX-XXXX-XXXX).
2024-10-30 04:40:05 -07:00
Kirill Markin
ad36a75a7a pyperclip not required 2024-10-30 08:58:24 +01:00
Kirill Markin
42326ae797 pip version fix 2024-10-23 00:06:55 +02:00
Kirill Markin
6e33556c4a
Merge pull request #6 from himwho/main
fixes ignoring subdirectories paths in the yaml
2024-10-22 23:59:27 +02:00
Dylan Marcus
1cf311bcf9 fixes ignoring subdirectories paths in the yaml 2024-10-22 01:11:15 -04:00
Kirill Markin
18b4b0bcd3 cleanup 2024-06-28 08:29:42 +02:00
Kirill Markin
c8fa443421
Merge pull request #5 from kirill-markin:feature/create-settings--option
Feature/create-settings--option
2024-06-18 11:58:55 +02:00
Kirill Markin
0ff9f97d8a version update 2024-06-18 11:57:06 +02:00
Kirill Markin
3513ae7165 add --create-settings option 2024-06-18 11:56:27 +02:00
Kirill Markin
6dd163f17e upgrade example 2024-06-14 20:44:31 +02:00
Kirill Markin
5f65e98a72 version fix 2 2024-06-14 20:31:05 +02:00
Kirill Markin
e1e6819fb9 version fix 2024-06-14 20:29:14 +02:00
Kirill Markin
8bde83f9f1
Merge pull request #4 from lgibelli/main
minor fixes
2024-06-14 20:19:19 +02:00
Luca Gibelli
d75e2f9f72 fail softly if clipboard not available 2024-06-14 20:07:47 +02:00
Luca Gibelli
d5cc239e64 detect if tree is missing 2024-06-14 20:04:54 +02:00
Kirill Markin
57f2e65a68 gitignore Rule to Ignore generated files example 2024-06-14 18:01:09 +02:00
Kirill Markin
3b5a3d8cd2 ceo optimisation 2024-06-14 09:40:17 +02:00
Kirill Markin
cfb04dfcd1 new version 2024-06-10 08:36:40 +02:00
Kirill Markin
43beff4666
Merge pull request #2 from kirill-markin:fix-full-path
Fix-full-path
2024-06-10 08:35:24 +02:00
Kirill Markin
2d4349ed45 add example of debug to file 2024-06-10 08:33:48 +02:00
Kirill Markin
5f1061a493 full_path fix 2024-06-10 08:33:30 +02:00
Kirill Markin
ea765924ea readme cleanup 2024-06-09 21:35:02 +02:00
Kirill Markin
03372e09df settings example in README 2024-06-09 10:27:48 +02:00