Skip to content

Folder Trimmer ๐Ÿ—‚๏ธโœจ A simple script to clean up unnecessary files from your projects (currently only for KiCad projects)

Notifications You must be signed in to change notification settings

AlexLymbo/Folder-Trimmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Folder Trimmer ๐Ÿ“โœ‚๏ธ

Description ๐Ÿ“

Folder Trimmer is a tool designed to help clean up unnecessary files from folders, specifically targeting KiCad files for now. Useful for saving space from autogenerated clutter and preparing projects for distribution.

Current Functionality โš™๏ธ

Trimming KiCad Files: The script removes specific unwanted files from a KiCad project folder based on predefined patterns. Copying Files: It copies files from the target folder to a new folder called "trim," excluding files that match the trim patterns.

Usage ๐Ÿš€

  1. Clone the Repository
git clone https://github.com/yourusername/folder-trimmer.git
cd folder-trimmer
  1. Run the Script
python folder_trimmer.py

You will be prompted to enter the path to the target folder. The script will then process this folder, copying files to a "trim" folder and removing any files that match the trim patterns.

Future Plans ๐Ÿ”ฎ

  • GUI Development: Adding a graphical user interface to make the tool more user-friendly.
  • Support for Other Formats: Extending functionality to handle different types of files and formats, such as Matlab/Simulink and Altium.

About

Folder Trimmer ๐Ÿ—‚๏ธโœจ A simple script to clean up unnecessary files from your projects (currently only for KiCad projects)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages