Skip to content

Instantly share code, notes, and snippets.

@mofosyne
mofosyne / KiCad_Project_Checklist
Created August 20, 2025 11:47 — forked from MarcoCiau/KiCad_Project_Checklist
KiCad Project Checklist Template
# KiCad Project README
Welcome to the KiCad project! This repository contains all the files and documentation related to our project. Please refer to this README for important information and guidelines.
## Project Overview
- **Project Name:** [Your Project Name]
- **Project Description:** [Brief description of the project goals and objectives]
## Project Checklist
# inspired from http://nathanhoad.net/how-to-meld-for-git-diffs-in-ubuntu-hardy
# and http://gitguru.com/2009/02/22/integrating-git-with-a-visual-merge-tool/
sudo apt-get install meld
# create a python script with the below content and name it diff.py
#!/usr/bin/python