Skip to content

Instantly share code, notes, and snippets.

View 11010001101001's full-sized avatar

11010001101001

View GitHub Profile
@11010001101001
11010001101001 / cleaner.py
Last active December 26, 2023 04:38
Cleaner
import time
import os
"""
Script to find dead modules and unused functions inside swift project
"""
DIR = 'abs path to your project'
@11010001101001
11010001101001 / renamer.py
Last active December 26, 2023 04:35
Renamer
import time
import os
"""
Rename classes, structs, enums, entities, etc. in whole project, quickly
"""
DIR = 'abs path to yout project'