{"id":26296051,"url":"https://github.com/mo42/bin","last_synced_at":"2026-02-13T17:32:42.762Z","repository":{"id":153144149,"uuid":"73947598","full_name":"mo42/bin","owner":"mo42","description":"Various practical bash scripts and mini programs","archived":false,"fork":false,"pushed_at":"2024-08-12T20:23:16.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T17:33:14.147Z","etag":null,"topics":["calculator","command-line","command-line-tool","scripts-collection"],"latest_commit_sha":null,"homepage":"","language":"Yacc","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/mo42.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,"zenodo":null}},"created_at":"2016-11-16T18:13:33.000Z","updated_at":"2024-08-12T20:23:19.000Z","dependencies_parsed_at":"2025-08-17T16:32:12.477Z","dependency_job_id":"ffc79c74-987f-4939-b3b6-d96fed93ef9d","html_url":"https://github.com/mo42/bin","commit_stats":null,"previous_names":["mo42/bin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mo42/bin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mo42%2Fbin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mo42%2Fbin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mo42%2Fbin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mo42%2Fbin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mo42","download_url":"https://codeload.github.com/mo42/bin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mo42%2Fbin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29413398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["calculator","command-line","command-line-tool","scripts-collection"],"created_at":"2025-03-15T04:16:46.731Z","updated_at":"2026-02-13T17:32:42.741Z","avatar_url":"https://github.com/mo42.png","language":"Yacc","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pass_export.sh\nExport all usernames and passwords from [pass](https://www.passwordstore.org/) the linux password manager.\n\n# sftp_rmr.py\n\nSometimes, SFTP does not support `rm -r`. So, recursively delete all files on an SFTP server.\n\n# scanned.sh\nMake files look like scanned for troublesome bureaucrats who require you to print out documents, sign them, and send an electronic copy.\n```shell\nscanned.sh original.pdf original_scanned.pdf\n```\n\n# calc\nEvaluate arithmetic expression directly from the command line:\n```shell\ncalc 21 * 2\n```\nTo use it like this, I disable globbing for this command, by putting\n```zshrc\nalias calc='noglob calc'\n```\ninto the `zshrc`.\n\n# Build and Installation\n\nTo build calc, you need:\n- GCC,\n- Flex, and\n- Bison\n\n```sh\ngit clone https://github.com/mo42/bin.git \u0026\u0026 cd bin\nmake -C calc install\n```\n\n# License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmo42%2Fbin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmo42%2Fbin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmo42%2Fbin/lists"}