{"id":13862700,"url":"https://github.com/nlamirault/socyl","last_synced_at":"2025-07-10T12:30:23.016Z","repository":{"id":44999935,"uuid":"69242820","full_name":"nlamirault/socyl","owner":"nlamirault","description":"The emacs frontend for several search tools (ag, pt, sift, ripgrep, ...)","archived":false,"fork":false,"pushed_at":"2022-01-14T14:38:37.000Z","size":53,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T13:22:21.198Z","etag":null,"topics":["ag","emacs","pt","ripgrep","sift"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/nlamirault.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-26T11:19:26.000Z","updated_at":"2023-10-26T05:32:46.000Z","dependencies_parsed_at":"2022-07-26T13:02:14.661Z","dependency_job_id":null,"html_url":"https://github.com/nlamirault/socyl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nlamirault/socyl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fsocyl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fsocyl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fsocyl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fsocyl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlamirault","download_url":"https://codeload.github.com/nlamirault/socyl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fsocyl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264578848,"owners_count":23631552,"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":["ag","emacs","pt","ripgrep","sift"],"created_at":"2024-08-05T06:01:50.325Z","updated_at":"2025-07-10T12:30:22.704Z","avatar_url":"https://github.com/nlamirault.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# Socyl\n\n[![License GPL 2][badge-license]][LICENSE]\n[![Coverage Status](https://coveralls.io/repos/nlamirault/socyl/badge.png?branch=master)](https://coveralls.io/r/nlamirault/socyl?branch=master)\n\n* Master : [![MELPA Stable](https://stable.melpa.org/packages/socyl-badge.svg)](https://stable.melpa.org/#/socyl) [![Circle CI](https://circleci.com/gh/nlamirault/socyl/tree/master.svg?style=svg)](https://circleci.com/gh/nlamirault/socyl/tree/master)\n* Develop: [![Melpa Status](https://melpa.org/packages/socyl-badge.svg)](https://melpa.org/#/socyl) [![Circle CI](https://circleci.com/gh/nlamirault/socyl/tree/develop.svg?style=svg)](https://circleci.com/gh/nlamirault/socyl/tree/develop)\n\n``socyl`` allows you to search using multiple search tools:\nSupported backends are :\n\n* [ag][]\n* [pt][]\n* [sift][]\n* [ripgrep][]\n\n## Installation\n\nThe recommended way to install ``socyl`` is via [MELPA][]:\n\n    M-x package-install socyl\n\nor [Cask][]:\n\n\t(depends-on \"socyl\")\n\n\n## Usage\n\nChoose your backend :\n\n\u003ckbd\u003e(setq socyl-backend 'pt)\u003c/kbd\u003e\n\n\u003ckbd\u003eM-x socyl-search-regexp\u003c/kbd\u003e\n\nto test backends in a IELM session :\n\n```lisp\nELISP\u003e (let ((socyl-backend 'pt))\n         (socyl-search-regexp \"Emacs\" \"/tmp/\"))\n```\n\n\n## Development\n\n### Cask\n\n``socyl`` use [Cask][] for dependencies management. Install it and\nretrieve dependencies :\n\n    $ curl -fsSkL https://raw.github.com/cask/cask/master/go | python\n    $ export PATH=\"$HOME/.cask/bin:$PATH\"\n    $ cask\n\n\n### Testing\n\n* Launch unit tests from shell\n\n    $ make clean test\n\n* Using [overseer][] :\n\nKeybinding           | Description\n---------------------|------------------------------------------------------------\n\u003ckbd\u003eC-c , t\u003c/kbd\u003e   | launch unit tests from buffer\n\u003ckbd\u003eC-c , b\u003c/kbd\u003e   | launch unit tests\n\u003ckbd\u003eC-c , g\u003c/kbd\u003e   | launch unit tests with tag (backend, ...)\n\n* Tips:\n\nIf you want to launch a single unit test, add a specify tag :\n\n```lisp\n(ert-deftest test-foobar ()\n  :tags '(current)\n  ```\n\nAnd launch it using : \u003ckbd\u003eC-c , g\u003c/kbd\u003e and specify tag : *current*\n\n\n## Support / Contribute\n\nSee [here](CONTRIBUTING.md)\n\n\n## Changelog\n\nA changelog is available [here](ChangeLog.md).\n\n\n## License\n\nSee [LICENSE](LICENSE).\n\n\n## Contact\n\nNicolas Lamirault \u003cnicolas.lamirault@gmail.com\u003e\n\n\n\n\n[badge-license]: https://img.shields.io/badge/license-GPL_2-green.svg?style=flat\n[LICENSE]: https://github.com/nlamirault/ripgrep.el/blob/master/LICENSE\n\n[GNU Emacs]: https://www.gnu.org/software/emacs/\n[MELPA]: https://melpa.org/\n[Cask]: http://cask.github.io/\n[Issue tracker]: https://github.com/nlamirault/ripgrep.el/issues\n\n[overseer]: https://github.com/tonini/overseer.el\n\n[ag]: https://github.com/ggreer/the_silver_searcher\n[pt]: https://github.com/monochromegane/the_platinum_searcher\n[sift]: https://sift-tool.org/\n[ripgrep]: https://github.com/BurntSushi/ripgrep\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fsocyl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlamirault%2Fsocyl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fsocyl/lists"}