{"id":15062956,"url":"https://github.com/sanel/lein-codeindex","last_synced_at":"2025-04-10T10:33:24.225Z","repository":{"id":57713801,"uuid":"77541083","full_name":"sanel/lein-codeindex","owner":"sanel","description":"Index code using etags, ctags or gtags.","archived":false,"fork":false,"pushed_at":"2018-12-28T10:34:39.000Z","size":21,"stargazers_count":19,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T09:21:19.438Z","etag":null,"topics":["clojure","ctags","emacs","emacs-tags","etags","global","gtags","vim"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanel.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":"2016-12-28T15:06:07.000Z","updated_at":"2021-04-08T20:33:47.000Z","dependencies_parsed_at":"2022-08-25T10:00:10.778Z","dependency_job_id":null,"html_url":"https://github.com/sanel/lein-codeindex","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanel%2Flein-codeindex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanel%2Flein-codeindex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanel%2Flein-codeindex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanel%2Flein-codeindex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanel","download_url":"https://codeload.github.com/sanel/lein-codeindex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199141,"owners_count":21063641,"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":["clojure","ctags","emacs","emacs-tags","etags","global","gtags","vim"],"created_at":"2024-09-24T23:49:03.197Z","updated_at":"2025-04-10T10:33:24.200Z","avatar_url":"https://github.com/sanel.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lein-codeindex\n\nIndex your Clojure and Java project code with all dependencies using\n[etags](https://www.emacswiki.org/emacs/EmacsTags),\n[ctags](http://ctags.sourceforge.net/) or [gtags](https://www.gnu.org/software/global/).\n\nIn short, this [Leiningen](http://leiningen.org) plugin allows you to\neasily index the code and find any function, variable or namespace\ndefinition used through the code from editors like Emacs, Vim, Sublime\nText and [many more](https://en.wikipedia.org/wiki/Ctags).\n\n## Prerequisites\n\nMake sure you have installed `etags` (comes with Emacs), `ctags`\n(distributed usually with Vim) or `gtags` (comes with `GNU Global`).\n\n## Usage\n\nTo enable `lein-codeindex` for your project, put\n\n![latest-version](https://clojars.org/lein-codeindex/latest-version.svg)\n\ninto the `:plugins` vector of your project.clj. If you'd like to\nenable it globally for every project, put it in `$HOME/.lein/profiles.clj`.\n\nTo run it, use:\n\n    $ lein codeindex\n\nThis will generate Emacs compatible tags using `etags`.\n\nIf you'd like to use `ctags` and generate Vi/Vim compatible tags, use:\n\n    $ lein codeindex --vim\n\nor\n\n    $ lein codeindex --ctags --vim\n\nTo generate Emacs tags using `ctags`, use:\n\n    $ lein codeindex --ctags\n\nTo see other options, run:\n\n    $ lein help codeindex\n\n## License\n\nCopyright © 2018 Sanel Zukan\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanel%2Flein-codeindex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanel%2Flein-codeindex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanel%2Flein-codeindex/lists"}