Empowering Developers to Track and Expose Code Alterations! ๐ต๏ธ
Explore the docs
Report Bug
ยท
Request Feature
Table of Contents
cover.webm
Blame Detective is a highly efficient and user-friendly application designed to streamline the process of bug tracking and debugging in software development projects. By leveraging its powerful features, Blame Detective empowers developers to identify and resolve bugs quickly and effectively, saving valuable time and resources.
Blame Detective aims to revolutionize the bug tracking process by providing developers with a comprehensive set of tools to expedite bug resolution. By pinpointing the exact file responsible for the bug, developers can significantly reduce debugging time and enhance overall productivity.
Thank you for choosing Blame Detective for your bug tracking and debugging needs. Follow the instructions below to set up and use the application.
Before installing Blame Detective, ensure that you have the following prerequisites:
Node.js and npm (Node Package Manager) installed on your machine. You can download them from https://nodejs.org.
- npm
npm install npm@latest -g
To install and run Blame Detective locally, please follow these steps:
-
Clone the GitHub repository to your local machine using the following command:
git clone https://github.com/alexandrelam/blame-detective.git
Alternatively, you can download the repository as a ZIP file and extract it to your preferred location.
-
Navigate to the project directory:
cd blame-detective
-
Install the required npm packages by running the following command:
npm ci
-
Run the application using the following command:
npm run dev
-
Open your web browser and access the application at http://localhost:5173/.
Blame Detective offers a range of powerful features to streamline the bug tracking and debugging process. Here are some examples of how you can effectively use the application:
Specify the desired date range within Blame Detective to focus on specific periods of time.
Blame Detective will analyze the modification timestamps of your project files and display a comprehensive list of files that were modified within the specified range.
Review the list of modified files to identify potential candidates responsible for introducing bugs during that timeframe.
Utilize the powerful text search functionality provided by Blame Detective to locate specific code snippets or lines related to a bug.
Enter relevant search terms or apply regular expressions to narrow down your search to specific lines, functions, or variables.
Blame Detective will display the files that contain the matching text, allowing you to focus your attention on those specific code sections for bug investigation and resolution.
Leverage the flexibility of regular expressions within Blame Detective to include or exclude specific files from analysis.
Craft custom regular expressions to precisely target the files that need to be analyzed, saving time and effort.
Refine your bug tracking efforts by excluding irrelevant files or narrowing down the search to a specific subset of files based on their names or paths.
Open git diff from authors in vscode
git log --author="Alex\|Vincent" --pretty=format:%H | while read commit_hash; do git show "$commit_hash"; done | code -c "set ft=diff" -
- CI / CD
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/alexandrelam/blame-detective