{"id":32211737,"url":"https://github.com/jeteve/app-cse","last_synced_at":"2025-10-22T06:55:18.902Z","repository":{"id":17149875,"uuid":"19916611","full_name":"jeteve/App-CSE","owner":"jeteve","description":"Command line code search engine.","archived":false,"fork":false,"pushed_at":"2021-02-18T09:38:33.000Z","size":155,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-17T21:14:35.569Z","etag":null,"topics":["code","command-line-tool","search-engine"],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeteve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-18T17:36:03.000Z","updated_at":"2024-04-17T21:14:35.570Z","dependencies_parsed_at":"2022-09-13T11:00:28.412Z","dependency_job_id":null,"html_url":"https://github.com/jeteve/App-CSE","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/jeteve/App-CSE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeteve%2FApp-CSE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeteve%2FApp-CSE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeteve%2FApp-CSE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeteve%2FApp-CSE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeteve","download_url":"https://codeload.github.com/jeteve/App-CSE/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeteve%2FApp-CSE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280395517,"owners_count":26323515,"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","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["code","command-line-tool","search-engine"],"created_at":"2025-10-22T06:55:14.273Z","updated_at":"2025-10-22T06:55:18.895Z","avatar_url":"https://github.com/jeteve.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nApp::CSE - Code search engine. Implements the 'cse' program\n\n# INSTALLATION\n\nUsing system wide cpan:\n\n    sudo cpan -i App::CSE\n\nUsing cpanm:\n\n    cpanm App::CSE\n\n# SYNOPSIS\n\n    cse\n\nSee [App::CSE::Command::Help](http://search.cpan.org/perldoc?App::CSE::Command::Help) For a description the available commands.\n\n# PROGRAMMATIC USAGE\n\nIn addition of using this via the command line program 'cse', you can use this app\nin an object oriented way.\n\nFor instance:\n\n    my $app = App::CSE-\u003enew( { command\\_name =\u003e 'index',\n                               options =\u003e { 'idx' =\u003e '/path/to/the/index' ,\n                                             'dir' =\u003e '/code/directory/to/index'\n                                          });\n\n    if( $app-\u003eexecute() ){\n        .. and error occured ..\n    }else{\n        .. It is a success ..\n    }\n\nRetrieving search hits after a search:\n\n     my $app = App::CSE-\u003enew( { command\\_name =\u003e 'search',\n                                args =\u003e [ 'search\\_query' ],\n                                options =\u003e { 'idx' =\u003e '/path/to/the/index' ,\n                                              'dir' =\u003e '/code/directory/to/index'\n                                           });\n    my $hits = $app-\u003ecommand()-\u003ehits();\n    # This is a L\u003cLucy::Search::Hits\u003e\n\nSee [App::CSE::Command::Help](http://search.cpan.org/perldoc?App::CSE::Command::Help) for a list of available commands and options.\n\n# LOGGING\n\nApp::CSE uses [Log::Log4perl](http://search.cpan.org/perldoc?Log::Log4perl)\n\n# BUILD STATUS\n\n\u003ca href=\"https://travis-ci.org/jeteve/App-CSE\"\u003e\u003cimg src=\"https://travis-ci.org/jeteve/App-CSE.svg?branch=master\"\u003e\u003c/a\u003e\n\n# COPYRIGHT\n\nSee [App::CSE::Command::Help](http://search.cpan.org/perldoc?App::CSE::Command::Help)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeteve%2Fapp-cse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeteve%2Fapp-cse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeteve%2Fapp-cse/lists"}