{"id":20981222,"url":"https://github.com/jasonmdev/cli","last_synced_at":"2026-04-27T19:03:06.876Z","repository":{"id":132163856,"uuid":"47579315","full_name":"JasonMDev/cli","owner":"JasonMDev","description":"A repo for all command line interface prompts and software maintenance relating to development and production.","archived":false,"fork":false,"pushed_at":"2016-03-03T10:41:41.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-26T08:36:20.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JasonMDev.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":"2015-12-07T21:08:40.000Z","updated_at":"2016-01-15T12:22:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"c66fdb31-f2f2-4d14-a6d3-d5676da0006b","html_url":"https://github.com/JasonMDev/cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JasonMDev/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JasonMDev","download_url":"https://codeload.github.com/JasonMDev/cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonMDev%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32350245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-19T05:35:15.204Z","updated_at":"2026-04-27T19:03:06.854Z","avatar_url":"https://github.com/JasonMDev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"#README.MD\n### This is my repo for keeping track of command line interfaces.\n\nRead file in bash: sh,bash, zsh\nnew file `$ :\u003e filename.ext` or `$ :\u003e\u003e filename.ext` or `$ touch filename.ext`\nEdit in nano: `$ nano filename.ext`\n##### sh See in cli: \n```sh\n$ cat filename.ext \n```\n##### bash \n```bash\n$ cat filename.ext \n```\n##### zsh \n```zsh\n$ cat filename.ext \n```\n\nNew Repository\nCreate Folder\nCreate repo in GitHub\n`$ git init`\n`$ git add .`\n`$ git commit -am \"Initialise Repository.\"`\n`$ git remote add origin https://github.com/JasonMDev/project-name.git`\n`$ git push -u origin --all` # pushes up the repo and its refs for the first time\n\n#####Fetch and merge\n`$ git fetch`\n`$ git merge origin/master`\n\n# hello-world\n##Just another repository\n### Todo List\n- [ ] Task 1\n- [x] Task 2\n  - [ ] task 4\n\nJason here, I'm starting out in *coding*. \nLittle by little I'll learn more.\nConcentrating on Ruby on Rails.\n\n### This is a block of code by indent\nDescription:\ndef foo():\n    if not bar:\n        return True\n        \n### This is a block of code by syntax highlighting\nHere’s an example of how you can use syntax highlighting with GitHub Flavored Markdown:        \n```javascript\nfunction fancyAlert(arg) {\n  if(arg) {\n    $.facebox({div:'#foo'})\n  }\n}\n```\n### This is a inline code\nDescription\nConcentrating on '\u003c Ruby on Rails.\u003e'\n'$ git commit -am \"Description.\"'\n\n###Blockquotes\n\nAs Kanye West said:\n\n\u003e We're living the future so\n\u003e the present is our past.\n\n###Table\nFirst Header | Second Header\n------------ | -------------\nContent from cell 1 | Content from cell 2\nContent in the first column | Content in the second column\n\n###Issue references within a repository\nAny number that refers to an Issue or Pull Request will be automatically converted into a link.\n#1\nmojombo#1\nmojombo/github-flavored-markdown#1\n\n~~this~~\n\nI've have added more content.\nWhat do you think?\nIssue no. 5: Change -text- properly.\nIssue no. 6: Change -text- properly.\n\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\nIssue no. 15: Change -text- properly.\n=======\nIssue no. 8: Added through Git CLI.\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e master\n\n##list of languages.\nhttps://github.com/github/linguist/blob/master/lib/linguist/languages.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonmdev%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonmdev%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonmdev%2Fcli/lists"}