Added bure and solved clone bug
This commit is contained in:
@@ -210,4 +210,13 @@ repositories:
|
||||
description: This repository provides automated bridges for transferring content from federated platforms (like Pixelfed, Mastodon, and PeerTube) to centralized social networks (such as Instagram, X (Twitter), Facebook, and YouTube). It enables seamless cross-posting to maximize content reach across decentralized and mainstream platforms.
|
||||
repository: fediverse-to-oligopolies-bridge
|
||||
homepage: https://github.com/kevinveenbirkenbach/fediverse-to-oligopolies-bridge
|
||||
verified: 1f6ace3fe84cb537436839a8a8164f1dc7b6e0c3
|
||||
verified: 1f6ace3fe84cb537436839a8a8164f1dc7b6e0c3
|
||||
- account: kevinveenbirkenbach
|
||||
alias: bure
|
||||
provider: github.com
|
||||
repository: bulk-rename
|
||||
description: >
|
||||
Bulk Rename is a Python-based CLI tool that renames files in bulk by replacing specified substrings in file names.
|
||||
It supports both recursive and non-recursive renaming with verbose output.
|
||||
homepage: https://github.com/kevinveenbirkenbach/bulk-rename
|
||||
verified: dc2ecefd3b7a64f5dcbd808fed5f53886a766315
|
||||
@@ -1,5 +1,7 @@
|
||||
import subprocess
|
||||
import os
|
||||
from pkgmgr.get_repo_dir import get_repo_dir
|
||||
from pkgmgr.get_repo_identifier import get_repo_identifier
|
||||
|
||||
def clone_repos(selected_repos, repositories_base_dir: str, all_repos, preview=False):
|
||||
for repo in selected_repos:
|
||||
|
||||
Reference in New Issue
Block a user