
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Un outil CLI pour générer un fichier scroller.md avec tous les fichiers texte d'un répertoire.
generate_scroller est un outil en ligne de commande pour générer un fichier Markdown (scroller.md
) contenant les chemins et contenus des fichiers texte d’un répertoire donné.
Il permet d’exclure automatiquement les fichiers, dossiers et extensions non pertinents, pour fournir une vue d’ensemble claire et exploitable du projet.
Vous pouvez installer generate_scroller
directement depuis PyPI :
pip install generate_scroller
generate_scroller --dir chemin/vers/le/projet --output scroller.md [options]
--dir
: Répertoire à analyser (par défaut, le répertoire courant)--output
: Nom du fichier de sortie Markdown (par défaut scroller.md
)--include-ext
: Extensions à inclure (exemple : .py,.md
)--exclude-ext
: Extensions supplémentaires à exclure (exemple : .log,.tmp
).git, .vscode, .env, env, .venv, __pycache__, build, dist, media, static, downloads,
migrations, htmlcov, .tox, .nox, .hypothesis, .pytest_cache, .scrapy, docs/_build,
.pybuilder, target, .ipynb_checkpoints, profile_default, .mypy_cache, __pypackages__,
.pyre, .pytype, cython_debug, .idea, .ropeproject, .spyderproject, .spyproject,
instance, .webassets-cache, site
requirements.txt, .gitignore, db.sqlite3, db.sqlite3-journal, local_settings.py, setup.cfg,
dump.rdb, celerybeat-schedule.db, celerybeat-schedule, celerybeat.pid, pip-log.txt,
pip-delete-this-directory.txt, .python-version, Pipfile.lock, poetry.lock, pdm.lock,
.pdm.toml, MANIFEST
.png, .jpg, .jpeg, .gif, .bmp, .ico, .svg, .webp,
.ttf, .otf, .woff, .woff2, .eot,
.css, .js, .ts, .html, .htm,
.mp3, .mp4, .avi, .mov, .mkv,
.exe, .dll, .bin,
.zip, .tar, .gz, .rar, .7z,
.pdf, .doc, .docx, .xls, .xlsx, .ppt, .pptx,
.pyc, .class, .so, .dylib,
.log, .cover,
.mo, .pot, .manifest, .spec, .coverage,
.sage.py, .dmypy.json, dmypy.json,
.py,cover
Contributions, suggestions et rapports de bugs sont les bienvenus. Merci de forker le projet et de créer une pull request.
Ce projet est sous licence MIT. Voir le fichier LICENSE pour plus de détails.
Daniel Guedegbe — danielguedebe10027@gmail.com
FAQs
Un outil CLI pour générer un fichier scroller.md avec tous les fichiers texte d'un répertoire.
We found that generate-scroller demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.