Skip to main content

smart folder with symlinks

Project description

Installation

$ [sudo] pip install smart-folder

Benefits

  • organize a large number of repositories using smart-folder

How it works

targets folder
path/to/<repo1> <folder>/<repo1 symlink>
path/to/<repo2> <folder>/<repo2 symlink>

Scripts usage

usage: smart-folder folder target ...

Examples

find

$ find ~/git -type d -name "*.py" -mindepth 1 -maxdepth 1 | xargs smart-folder "py"

macOS mdfind

$ mdfind "kMDItemUserTags == py" -0 | xargs -0 smart-folder "py"

python-readme-generator

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smart-folder-2019.4.29.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page