{"id":15878616,"url":"https://github.com/mohshbool/make-life-easier","last_synced_at":"2026-03-07T15:31:42.383Z","repository":{"id":106446545,"uuid":"178066612","full_name":"mohshbool/make-life-easier","owner":"mohshbool","description":"It's in the name, makes your life easier!","archived":false,"fork":false,"pushed_at":"2024-11-26T15:53:22.000Z","size":22,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T18:50:30.913Z","etag":null,"topics":["android","android-emulator","automation","linux","mongodb","shell-scripts"],"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/mohshbool.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":"2019-03-27T20:04:20.000Z","updated_at":"2024-11-26T15:53:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"61375764-16c3-44c6-b8fe-18b2f03a5a3a","html_url":"https://github.com/mohshbool/make-life-easier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohshbool/make-life-easier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohshbool%2Fmake-life-easier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohshbool%2Fmake-life-easier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohshbool%2Fmake-life-easier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohshbool%2Fmake-life-easier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohshbool","download_url":"https://codeload.github.com/mohshbool/make-life-easier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohshbool%2Fmake-life-easier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30219541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"last_error":"SSL_read: 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":["android","android-emulator","automation","linux","mongodb","shell-scripts"],"created_at":"2024-10-06T02:40:46.254Z","updated_at":"2026-03-07T15:31:42.358Z","avatar_url":"https://github.com/mohshbool.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Make Your Life Easier\nThis repository contains shell script files for Unix-based system that automate mundane processes.\n\n## Demos\n### android-emulator (depracated)\n### [interfece by google](https://developer.android.com/studio/run/emulator-commandline)\n![android-emulator-gif](https://media.giphy.com/media/XF4Zl84i5bKAfx1Zor/giphy.gif)\n\n## Geting started\n\n### TL;DR: Copy this into your terminal and run it\n```\nmkdir ~/bin \u0026\u0026 echo \"export PATH=$PATH:/Users/$USER/bin\" \u003e\u003e ~/.bash_profile \u0026\u0026 source ~/.bash_profile \u0026\u0026 cd bin \u0026\u0026 git clone https://github.com/mohshbool/make-life-easier.git . \u0026\u0026 chmod -R u+x .\n```\n\n### NOTE: This will guide you through the steps of making a universal script file that can be run from anywhere in Terminal.\n\n- #### Create a bin directory on your user's root. (Users/$whoami)\n```\n$ cd ~\n$ mkdir bin  \n```\n- ####  Export bin directory to the PATH\n##### Open `.bash_profile` (if you're using bash) located on the user's root directory `/Users/$whoami/.bash_profile` in your favorite text editor.\n```\n$ cd ~\n$ open .bash_profile\n```\n##### Add this to your `.bash_profile` export the directory to `$PATH`.\n`export PATH=$PATH:/Users/$USER/bin`\n- #### Clone the contents of the repo into the bin folder.\n##### NOTE: If you don't have git, just the download the zip file and extract its contents into `~/bin`\n```\n$ cd ~/bin\n$ git clone https://github.com/mohshbool/make-life-easier.git .\n```\n- #### Set the correct permission so you can run it from anywhere on the `Terminal`\n``` \n$ cd ~/bin\n$ chmod -R u+x .\n```\n\n## Scipt-specific Information\n\n### commit\n- #### Requires `git` to be installed.\n\n### android-emulator\n#### Usage:\n- `$ android-emulator` to show available devices and then prompt you to enter the desired device to launch.\n- `$ android-emulator show` to show available devices.\n- `$ android-emulator run \u003cdevice_name\u003e` to run a specific device.\n\n### mongoexportdb\n- #### Requires `mongo-cli` to be installed.\n\n\n## TODO\n- [x] ~~Get rid of helpers and migrate functionality into shell script~~\n- [x] ~~Make device selection by number for ease of use on android-emulator~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohshbool%2Fmake-life-easier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohshbool%2Fmake-life-easier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohshbool%2Fmake-life-easier/lists"}