{"id":43784489,"url":"https://github.com/kostya-zero/kanri","last_synced_at":"2026-02-05T19:00:48.820Z","repository":{"id":214465984,"uuid":"699971913","full_name":"kostya-zero/kanri","owner":"kostya-zero","description":"Manage your projects within the terminal.","archived":false,"fork":false,"pushed_at":"2026-02-03T10:19:17.000Z","size":732,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-03T23:25:06.734Z","etag":null,"topics":["development","management","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kostya-zero.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-03T17:38:53.000Z","updated_at":"2026-02-03T10:21:06.000Z","dependencies_parsed_at":"2026-01-13T10:01:04.961Z","dependency_job_id":null,"html_url":"https://github.com/kostya-zero/kanri","commit_stats":null,"previous_names":["kostya-zero/enjo","kostya-zero/kanri"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/kostya-zero/kanri","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2Fkanri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2Fkanri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2Fkanri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2Fkanri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kostya-zero","download_url":"https://codeload.github.com/kostya-zero/kanri/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya-zero%2Fkanri/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29130088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T18:55:47.139Z","status":"ssl_error","status_checked_at":"2026-02-05T18:55:04.010Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["development","management","rust"],"created_at":"2026-02-05T19:00:43.851Z","updated_at":"2026-02-05T19:00:48.810Z","avatar_url":"https://github.com/kostya-zero.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗂️ Kanri\r\n\r\n![Crates.io Version](https://img.shields.io/crates/v/kanri) ![GitHub branch check runs](https://img.shields.io/github/check-runs/kostya-zero/kanri/main)\r\n\r\nYet another manager for your projects.\r\n\r\nKanri is a command-line tool designed for managing your projects.\r\nIt offers a simple and user-friendly interface for managing your projects using CLI.\r\nKanri is available for Windows, Linux, and macOS (compatibility with *BSD systems is not guaranteed).\r\n\r\n\u003e [!NOTE]\r\n\u003e This project is in beta. Some changes in newer version may not be backward compatible with previous versions and may require actions from user for an update.\r\n\r\n## Installation\r\n\r\nYou can install Kanri with [Cargo](https://doc.rust-lang.org/cargo/) using the following commands:\r\n\r\n```shell\r\n# Compile and install Kanri.\r\ncargo install kanri\r\n\r\n# Install precompiled binaries (requires cargo-binstall).\r\ncargo binstall kanri\r\n```\r\n\r\nYou can also install Kanri from [GitHub Releases](https://github.com/kostya-zero/kanri/releases). If you prefer to build Kanri from source, please refer to the [Building Kanri](docs/BUILDING.md) guide.\r\n\r\n## Usage\r\n\r\nBefore using Kanri, configure it according to your workspace setup. Detailed configuration options are available in the [Configuration Manual](docs/CONFIGURATION.md).\r\n\r\n### List Projects\r\n\r\nKanri simplifies project management. To view a list of your projects, use the `list` subcommand:\r\n\r\n```shell\r\nkanri list\r\n```\r\n\r\n\u003e [!NOTE]\r\n\u003e By default, Kanri hides projects whose names start with a dot (e.g., `.hidden_project`). You can change this behavior by configuring the `display_hidden` parameter as described in the [Configuration Manual](docs/CONFIGURATION.md).\r\n\r\n### Managing Projects\r\n\r\nCreating and removing projects with Kanri is straightforward:\r\n\r\n```shell\r\n# Create a new project.\r\nkanri new bookshelf\r\n\r\n# Remove an existing project.\r\nkanri remove bookshelf\r\n```\r\n\r\n### Working with Projects\r\n\r\nOpen project directly in your configured editor or shell using the `open` subcommand:\r\n\r\n```shell\r\n# Open the project in your editor.\r\nkanri open bookshelf\r\n\r\n# Open the project in your shell.\r\nkanri open bookshelf --shell\r\n```\r\n\r\n### Quick Help\r\n\r\nFor assistance with commands, use the `--help` flag:\r\n\r\n```shell\r\n# General help.\r\nkanri --help\r\n\r\n# Help for a specific subcommand.\r\nkanri config --help\r\n```\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostya-zero%2Fkanri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkostya-zero%2Fkanri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostya-zero%2Fkanri/lists"}