{"id":16115563,"url":"https://github.com/edfloreshz/sensei","last_synced_at":"2025-03-16T08:32:46.521Z","repository":{"id":45931471,"uuid":"317748028","full_name":"edfloreshz/sensei","owner":"edfloreshz","description":"Sensei is a simple command-line tool to open documentation for any crate in crates.io. ","archived":false,"fork":false,"pushed_at":"2023-10-15T19:45:57.000Z","size":1217,"stargazers_count":28,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-27T05:56:28.140Z","etag":null,"topics":["cli","command-line-tool","hacktoberfest","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/edfloreshz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"edfloreshz","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.paypal.com/paypalme/edfloreshz","https://donate.stripe.com/fZe9B24JU7Xa8AUdQQ"]}},"created_at":"2020-12-02T04:21:17.000Z","updated_at":"2024-08-26T15:21:59.000Z","dependencies_parsed_at":"2023-10-16T11:42:05.167Z","dependency_job_id":"c39724e3-43ac-467d-8c50-556b8ac63720","html_url":"https://github.com/edfloreshz/sensei","commit_stats":{"total_commits":158,"total_committers":5,"mean_commits":31.6,"dds":0.05696202531645567,"last_synced_commit":"79760ac7168f9c63b4dee0d2ea7b1bd6b62c010b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edfloreshz%2Fsensei","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edfloreshz%2Fsensei/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edfloreshz%2Fsensei/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edfloreshz%2Fsensei/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edfloreshz","download_url":"https://codeload.github.com/edfloreshz/sensei/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243807454,"owners_count":20350996,"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":["cli","command-line-tool","hacktoberfest","rust"],"created_at":"2024-10-09T20:19:08.941Z","updated_at":"2025-03-16T08:32:45.484Z","avatar_url":"https://github.com/edfloreshz.png","language":"Rust","funding_links":["https://github.com/sponsors/edfloreshz","https://www.paypal.com/paypalme/edfloreshz","https://donate.stripe.com/fZe9B24JU7Xa8AUdQQ"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://github.com/edfloreshz/sensei/blob/main/docs/assets/logo.png?raw=true\" width=\"150\" /\u003e\n  \u003ch1\u003eSensei (先生)\u003c/h1\u003e\n  \u003ca href=\"https://github.com/edfloreshz/sensei/actions/workflows/rust.yml\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/workflow/status/edfloreshz/sensei/Rust?logo=GitHub\" alt=\"build\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/sensei\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/sensei?label=Sensei\" alt=\"crate\"/\u003e\n  \u003c/a\u003e\n   \u003ca href=\"https://crates.io/crates/sensei\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/d/sensei\" alt=\"downloads\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://t.me/sensei_rs\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=chat\u0026message=Telegram\u0026color=blue\u0026logo=telegram\" alt=\"chat on telegram\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://aur.archlinux.org/packages/sensei/\"\u003e\n    \u003cimg src=\"https://img.shields.io/aur/version/sensei\" alt=\"sensei\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\nSensei is a simple command line tool to open documentation for any crate in crates.io\n\n## Installation\n\n#### Cargo\n\n```shell\ncargo install sensei\n```\n\n#### Arch Linux\n\n```rust\nparu -S sensei\n```\n\n## Usage\n\n```rust\nsns \u003ccrate\u003e [OPTIONS] [FLAGS]\n```\n\n### Options\n\n```\n-v, --version \u003cversion\u003e    Opens documentation for a specific version.\n-q, --query \u003cquery\u003e      Specifies query to search documentation.\n```\n\n### Flags\n\n```\n-h, --help      Prints help information\n-l, --local    Tries to open local documentation.\n-m, --manifest  Looks up the version in Cargo.toml\n```\n\n### Examples\n\n##### Opening documentation for a crate.\n\n```rust\nsns rand\n```\n\n##### Opening local documentation for a crate.\n\n```rust\nsns rand -l\nsns rand --local\n```\n\n##### Specifying a version.\n\n```rust\nsns rand -v 0.7.2\nsns rand --version 0.7.2\n```\n\n##### Getting version from Cargo.toml\n\n```rust\nsns rand --manifest\nsns rand -m\n```\n\n##### Sending a query.\n\n```rust\nsns rand -q Rng\nsns rand --query Rng\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedfloreshz%2Fsensei","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedfloreshz%2Fsensei","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedfloreshz%2Fsensei/lists"}