{"id":21179773,"url":"https://github.com/benmezger/dollar","last_synced_at":"2025-07-09T23:31:48.357Z","repository":{"id":98944820,"uuid":"364568212","full_name":"benmezger/dollar","owner":"benmezger","description":"Fix 'command not found: $' when copying and pasting commands from the internet","archived":false,"fork":false,"pushed_at":"2021-05-05T12:46:47.000Z","size":2,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T08:24:10.656Z","etag":null,"topics":["bash","command-not-found","dollar","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/benmezger.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":"2021-05-05T12:25:21.000Z","updated_at":"2023-04-17T06:26:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"5638fc46-9af9-4b10-9fd7-d1f5a51fdf2a","html_url":"https://github.com/benmezger/dollar","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/benmezger/dollar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmezger%2Fdollar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmezger%2Fdollar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmezger%2Fdollar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmezger%2Fdollar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benmezger","download_url":"https://codeload.github.com/benmezger/dollar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmezger%2Fdollar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505237,"owners_count":23618909,"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","command-not-found","dollar","shell"],"created_at":"2024-11-20T17:34:08.058Z","updated_at":"2025-07-09T23:31:48.352Z","avatar_url":"https://github.com/benmezger.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# $\n\n`$` handles pasting and executing a command copied from the internet. Many\ncommand-line examples are represented with a `$`, which requires you to remove\nthe first argument (`$`) before executing. This fixes this issue and allows\ncopy-paste-and-execute without having to worry on removing the dollar sign.\n\n## Installing\n\nCopy `$` to somewhere your `PATH` can find, for example: `/usr/local/bin/`.\n\nOr run `make install` for installing to `/usr/local/bin`\n\n## Usage\n\nCopy a command from the internet (be careful!) and paste to your command-line\nwithout removing the `$`.\n\n### Before installing `$`\n\n```sh\n$ ls\nzsh: command not found: $\n$ ls -al\nzsh: command not found: $\n```\n\n### After installing `$`\n\n```sh\n$ ls\n$               LICENSE         README.md\n\n$ ls -al\ntotal 24\n-rwxr-xr-x   1 seds  staff   136 May  5 09:15 $\ndrwxr-xr-x   6 seds  staff   192 May  5 09:24 .\ndrwxr-xr-x  21 seds  staff   672 May  5 08:57 ..\ndrwxr-xr-x  10 seds  staff   320 May  5 09:25 .git\n-rw-r--r--   1 seds  staff  1077 May  5 09:24 LICENSE\n-rw-r--r--   1 seds  staff   688 May  5 09:23 README.md\n\n$ whoami\nseds\n\n$ who\nseds     console  Apr 29 08:46\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmezger%2Fdollar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenmezger%2Fdollar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmezger%2Fdollar/lists"}