{"id":20444899,"url":"https://github.com/celeroncoder/scripts","last_synced_at":"2026-04-16T19:13:05.102Z","repository":{"id":107875568,"uuid":"457022411","full_name":"celeroncoder/Scripts","owner":"celeroncoder","description":"Scripts to make my life easier.","archived":false,"fork":false,"pushed_at":"2022-02-11T17:36:36.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T08:36:44.788Z","etag":null,"topics":["bash-script","powershell-script","scripts","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/celeroncoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-02-08T16:53:38.000Z","updated_at":"2022-02-11T17:36:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f0fd177-9ccf-4d05-9748-11e7186ea444","html_url":"https://github.com/celeroncoder/Scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/celeroncoder/Scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celeroncoder%2FScripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celeroncoder%2FScripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celeroncoder%2FScripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celeroncoder%2FScripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celeroncoder","download_url":"https://codeload.github.com/celeroncoder/Scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celeroncoder%2FScripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265325040,"owners_count":23747208,"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":["bash-script","powershell-script","scripts","shell-script"],"created_at":"2024-11-15T10:09:58.733Z","updated_at":"2026-04-16T19:13:00.077Z","avatar_url":"https://github.com/celeroncoder.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripts\n\nSome useful scripts to make my life easier and run less commands.\n\n## Guide\n\n### Create Symbolic Link\n\nCreates a Symbolic Link of a file in the current directory.\n\n- *FileName*: creat_link.ps1\n- *Permission*:  Administrator privilege required for this operation.\n- *Parameters*:\n\t- target_path: full path of the target file.\n\n**Usage**:\n\n- Windows:\n\t- Open up a powershell window with administrator privileges. You can use the following command to do so:\n\t\t```powershell\n\t\tStart-Process -FilePath \"powershell\" -Verb RunAs\n\t\t```\n\t- Run the command as following:\n\t\t```powershell\n\t\t.\\create_link.ps1 \u003ctarget_path\u003e\n\t\t```\n\t\t- The `\u003ctarget_path\u003e` needs to be the full path of the file you need to create symbolic link of in the current directory.\n\n- Linux:\n\t- Make sure you have powershell installed on the system.\n\t- Make the script executrable as follows:\n\t\t```bash\n\t\tchmod +x ./create_link.ps1\n\t\t```\n\t- Run the script:\n\t\t```bash\n\t\t./create_link.ps1 \u003ctarget_path\u003e\n\t\t``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceleroncoder%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceleroncoder%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceleroncoder%2Fscripts/lists"}