d01d2ef3e4
fix: simplify repository opening logic in append_date_and_git_hash function
Continuous Integration / Build and Test on ubuntu-latest (push) Failing after 2m17s
2025-09-20 12:01:22 +02:00
e06752f625
refactor: update Config to support multiple directories and add relative path option
Continuous Integration / Build and Test on ubuntu-latest (push) Failing after 1m27s
2025-09-20 11:54:39 +02:00
935f700e7e
refactor: remove Windows from CI matrix for streamlined builds
Continuous Integration / Build and Test on ubuntu-latest (push) Successful in 2m6s
2025-08-24 15:24:07 +02:00
7c8d2e20c4
fix: update installation script URL from 'main' to 'master'
Continuous Integration / Build and Test on ubuntu-latest (push) Successful in 2m2s
Continuous Integration / Build and Test on windows-latest (push) Has been cancelled
2025-08-24 14:57:19 +02:00
57f9c4bc67
docs: update installation instructions and usage examples in README
Continuous Integration / Build and Test on ubuntu-latest (push) Successful in 2m6s
Continuous Integration / Build and Test on windows-latest (push) Has been cancelled
2025-08-24 14:53:03 +02:00
13791a445a
refactor: streamline console format determination logic in main function
Continuous Integration / Build and Test on ubuntu-latest (push) Successful in 2m5s
Continuous Integration / Build and Test on windows-latest (push) Has been cancelled
2025-08-24 14:45:50 +02:00
725891d1b6
refactor: simplify output format determination logic in main function
Continuous Integration / Build and Test on ubuntu-latest (push) Failing after 1m16s
Continuous Integration / Build and Test on windows-latest (push) Has been cancelled
2025-08-24 14:40:38 +02:00
8745c2627e
fix: update branch references from 'main' to 'master' in CI workflow
Continuous Integration / Build and Test on ubuntu-latest (push) Failing after 1m52s
Continuous Integration / Build and Test on windows-latest (push) Has been cancelled
2025-08-24 14:26:21 +02:00
73f6f74a71
feat: enable manual triggering of CI workflow with workflow_dispatch event
2025-08-24 14:25:42 +02:00
c9d67c8cd9
feat: add GitHub Actions workflow for continuous integration with Rust
2025-08-24 14:22:59 +02:00
3c9f288715
fix: specify shell type for artifact path preparation step in GitHub Actions workflow
2025-08-24 14:19:18 +02:00
70524b4b34
feat: remove macOS build configuration from GitHub Actions workflow
2025-08-24 14:15:23 +02:00
dc61958151
fix: update clone URL in installation instructions in README.md
2025-08-24 14:11:43 +02:00
6d36f4b3aa
feat: update GitHub Actions workflow for improved artifact handling and release process
2025-08-24 14:10:17 +02:00
cc222e52c0
feat: add GitHub Actions workflow for automated release and installation script
2025-08-24 14:01:33 +02:00
a36aea9e55
feat: remove unused info logging import from main.rs
2025-08-24 13:56:13 +02:00
ce5fa22229
feat: add license, description, readme, repository, and keywords to Cargo.toml
2025-08-24 13:55:19 +02:00
05d32d2814
feat: update package version to 1.0.0 and add authors field in Cargo.toml
2025-08-24 13:52:49 +02:00
e8ffa214d9
feat: enhance logging by changing info to debug level for startup configuration
2025-08-24 13:47:56 +02:00
d3511721de
feat: add new dependencies and integration tests for markdown and text formats
2025-08-24 13:42:59 +02:00
ce79dce9a5
feat: add LICENSE and README files with project details and usage instructions
2025-08-24 13:39:51 +02:00
e47a3a0a66
feat: enhance configuration structure and improve documentation for bundling process
2025-08-24 13:35:36 +02:00
acaf79b4ee
feat: refactor output filename handling and enhance argument parsing
2025-08-24 13:33:07 +02:00
1f25bab6a2
feat: initialize codebase-to-prompt project with core functionality
...
- Added Cargo.toml for project dependencies and metadata.
- Implemented main library logic in src/lib.rs to process files in a directory.
- Introduced configuration struct to manage input parameters.
- Added command-line argument parsing in src/main.rs using clap.
- Implemented output formatting options (Markdown, Text, Console).
- Integrated tracing for logging and error handling.
- Added support for including/excluding file types and respecting .gitignore.
2025-08-24 13:15:28 +02:00