From f72db0c047b309d312c4d8ee7b6c5fe682801943 Mon Sep 17 00:00:00 2001
From: "hugo.madgeleon" <hugo.madgeleon@stud.unibas.ch>
Date: Fri, 9 Dec 2022 18:03:19 +0100
Subject: [PATCH] renamed main folder

---
 {terminal-fragment-selector => term_frag_sel}/__init__.py      | 0
 {terminal-fragment-selector => term_frag_sel}/cli.py           | 0
 {terminal-fragment-selector => term_frag_sel}/fragmentation.py | 0
 {terminal-fragment-selector => term_frag_sel}/utils.py         | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename {terminal-fragment-selector => term_frag_sel}/__init__.py (100%)
 rename {terminal-fragment-selector => term_frag_sel}/cli.py (100%)
 rename {terminal-fragment-selector => term_frag_sel}/fragmentation.py (100%)
 rename {terminal-fragment-selector => term_frag_sel}/utils.py (100%)

diff --git a/terminal-fragment-selector/__init__.py b/term_frag_sel/__init__.py
similarity index 100%
rename from terminal-fragment-selector/__init__.py
rename to term_frag_sel/__init__.py
diff --git a/terminal-fragment-selector/cli.py b/term_frag_sel/cli.py
similarity index 100%
rename from terminal-fragment-selector/cli.py
rename to term_frag_sel/cli.py
diff --git a/terminal-fragment-selector/fragmentation.py b/term_frag_sel/fragmentation.py
similarity index 100%
rename from terminal-fragment-selector/fragmentation.py
rename to term_frag_sel/fragmentation.py
diff --git a/terminal-fragment-selector/utils.py b/term_frag_sel/utils.py
similarity index 100%
rename from terminal-fragment-selector/utils.py
rename to term_frag_sel/utils.py
-- 
GitLab