{"id":17493457,"url":"https://github.com/ciaranomara/blind.jl","last_synced_at":"2025-06-15T20:16:53.104Z","repository":{"id":86023211,"uuid":"241326516","full_name":"CiaranOMara/Blind.jl","owner":"CiaranOMara","description":"File blinder","archived":false,"fork":false,"pushed_at":"2023-05-31T14:22:07.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-10-19T15:20:15.072Z","etag":null,"topics":["julia","science"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CiaranOMara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-18T09:54:40.000Z","updated_at":"2023-05-31T14:18:42.000Z","dependencies_parsed_at":"2024-12-08T07:42:29.043Z","dependency_job_id":"1efb5b64-eb74-40ac-a324-83f28a954638","html_url":"https://github.com/CiaranOMara/Blind.jl","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"f0338f5f3933ba63137706873cee2f987b150a92"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiaranOMara%2FBlind.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiaranOMara%2FBlind.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiaranOMara%2FBlind.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiaranOMara%2FBlind.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CiaranOMara","download_url":"https://codeload.github.com/CiaranOMara/Blind.jl/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068302,"owners_count":20718505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["julia","science"],"created_at":"2024-10-19T12:07:30.153Z","updated_at":"2025-03-28T17:27:54.019Z","avatar_url":"https://github.com/CiaranOMara.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blind.jl\n\n[![Run tests](https://github.com/CiaranOMara/Blind.jl/workflows/Run%20tests/badge.svg)](https://github.com/CiaranOMara/Blind.jl/actions?query=workflow%3A%22Run+tests%22)\n\n\u003e This project follows the [semver](http://semver.org) pro forma and uses the [git-flow branching model](https://nvie.com/posts/a-successful-git-branching-model/ \"original\nblog post\").\n\n## Overview\nThis script blinds files by copying and renaming them with a random set of characters. The script also saves a record in `key.csv` for the un-blinding of files.\n\n## Installation\n    (v1.1) pkg\u003e add https://github.com/CiaranOMara/Blind.jl\n\n## Usage\n\nIf the `blind.sh` script is executable and locatable by your `PATH` variable, you can call it by executing `blind.sh` at the prompt.\nOtherwise, run the script at the prompt with `sh blind.sh` or `julia blind.sh`.\n\n```\nusage: blind.sh [-s SETS] [-n NUMERIC] [-h] input [output] [key]\n\npositional arguments:\n  input                 Input directory.\n  output                Output directory.\n  key                   Key file (.csv).\n\noptional arguments:\n  -s, --sets SETS       Number of numeric sets. (type: Int64, default:\n                        3)\n  -n, --numeric NUMERIC\n                        Number of numeric characters. (type: Int64,\n                        default: 4)\n  -h, --help            show this help message and exit\n```\n\n## Optional (Unix like systems)\n\nTo make the script executable, grant execution privileges to the bash script.\n```console\nchmod +x blind.sh\n```\n\nTo make the script locatable, link the script under a directory like `~/Documents/Scripts`.\n```console\nln -s \u003cpath to Blind.jl\u003e/blind.sh ~/Documents/Scripts/blind\n```\n\nThen include the directory in your `PATH` variable.\n```console\necho 'export PATH=$PATH:~/Documents/Scripts' \u003e\u003e ~/.profile\n```\n\n\u003e ***Note:*** The example shows how to modify the `PATH` variable in a bash environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciaranomara%2Fblind.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciaranomara%2Fblind.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciaranomara%2Fblind.jl/lists"}