mirror of
https://github.com/kevinveenbirkenbach/directory-content-scanner.git
synced 2026-02-18 11:44:11 +00:00
Compare commits
2 Commits
v0.1.0
...
280fb6be86
| Author | SHA1 | Date | |
|---|---|---|---|
| 280fb6be86 | |||
| 07da8eadf0 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
*__pycache__*
|
||||
build/
|
||||
src/analysis_ready_code.egg-info/
|
||||
flake.lock
|
||||
result
|
||||
|
||||
@@ -8,7 +8,6 @@ from .directory_handler import DirectoryHandler
|
||||
from .tee import Tee
|
||||
|
||||
import shutil
|
||||
import subprocess
|
||||
|
||||
def copy_to_clipboard(text: str, quiet: bool = False):
|
||||
if shutil.which("xclip"):
|
||||
|
||||
@@ -4,7 +4,6 @@ import os
|
||||
import sys
|
||||
import tempfile
|
||||
import unittest
|
||||
from contextlib import redirect_stdout
|
||||
|
||||
# Ensure src/ is on sys.path when running via discover
|
||||
PROJECT_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
|
||||
|
||||
Reference in New Issue
Block a user