{"id":20511593,"url":"https://github.com/10sr/shell-split-string-el","last_synced_at":"2026-03-06T20:30:59.571Z","repository":{"id":25025072,"uuid":"28444492","full_name":"10sr/shell-split-string-el","owner":"10sr","description":"Split Strings Using Shell-Like Syntax","archived":false,"fork":false,"pushed_at":"2015-12-24T10:08:35.000Z","size":18,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T22:44:34.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/10sr.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}},"created_at":"2014-12-24T09:46:51.000Z","updated_at":"2019-02-17T04:30:41.000Z","dependencies_parsed_at":"2022-08-23T11:30:56.486Z","dependency_job_id":null,"html_url":"https://github.com/10sr/shell-split-string-el","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/10sr/shell-split-string-el","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Fshell-split-string-el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Fshell-split-string-el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Fshell-split-string-el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Fshell-split-string-el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/10sr","download_url":"https://codeload.github.com/10sr/shell-split-string-el/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10sr%2Fshell-split-string-el/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30196172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"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-15T20:36:31.211Z","updated_at":"2026-03-06T20:30:59.537Z","avatar_url":"https://github.com/10sr.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/10sr/shell-split-string-el.svg?branch=master)](https://travis-ci.org/10sr/shell-split-string-el)\n[![MELPA Stable](http://stable.melpa.org/packages/shell-split-string-badge.svg)](http://stable.melpa.org/#/shell-split-string)\n[![MELPA](http://melpa.org/packages/shell-split-string-badge.svg)](http://melpa.org/#/shell-split-string)\n\n\n\nshell-split-string.el\n=====================\n\nAn Emacs lisp library to split string using shell-like syntax.\n\n\n\nUsage Example\n-------------\n\n`shell-split-string.el` simply provides one function: `shell-split-string`,\nand it works like:\n\n```el\n(shell-split-string \"abc\")  -\u003e  '(\"abc\")\n(shell-split-string \"abc  def\")  -\u003e  '(\"abc\" \"def\")\n(shell-split-string \"abc \\\"def ghi\\\"\")  -\u003e  '(\"abc\" \"def ghi\")\n(shell-split-string \"abc 'de f'ghi\") -\u003e '(\"abc\" \"de fghi\")\n(shell-split-string \"abc \\\"d\\\\\\\"ef\\\"\") -\u003e '(\"abc\" \"d\\\"ef\")\n```\n\nSee test cases under `test/` for more examples how this function works.\n\n\n\nLicense\n--------\n\nThis software is unlicensed. See `LICENSE` for more information,\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10sr%2Fshell-split-string-el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F10sr%2Fshell-split-string-el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10sr%2Fshell-split-string-el/lists"}