{"id":45902309,"url":"https://github.com/fam007e/dev-toolbox","last_synced_at":"2026-04-26T16:01:39.622Z","repository":{"id":341066326,"uuid":"1006434072","full_name":"fam007e/dev-toolbox","owner":"fam007e","description":"A modular, secure CLI application for GitHub organization research, repository exploration, Unicode character analysis, and JWT decoding.","archived":false,"fork":false,"pushed_at":"2026-04-26T10:49:16.000Z","size":581,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T12:15:00.630Z","etag":null,"topics":["cli","cross-platform","developer-tools","github-api","jwt-decoder","ratatui","rust","toolbox","tui","unicode-inspector"],"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/fam007e.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2025-06-22T09:03:10.000Z","updated_at":"2026-04-26T10:49:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fam007e/dev-toolbox","commit_stats":null,"previous_names":["fam007e/dev-toolbox"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fam007e/dev-toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fam007e%2Fdev-toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fam007e%2Fdev-toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fam007e%2Fdev-toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fam007e%2Fdev-toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fam007e","download_url":"https://codeload.github.com/fam007e/dev-toolbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fam007e%2Fdev-toolbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32303177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: 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":["cli","cross-platform","developer-tools","github-api","jwt-decoder","ratatui","rust","toolbox","tui","unicode-inspector"],"created_at":"2026-02-27T23:54:36.087Z","updated_at":"2026-04-26T16:01:39.617Z","avatar_url":"https://github.com/fam007e.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dev-Toolbox\n\nA modular and extensible CLI toolbox for developers, built with Rust. This application provides a collection of tools to streamline common development tasks, from analyzing GitHub repositories to inspecting Unicode characters.\n \n **[🌐 View Online Documentation](https://fam007e.github.io/dev-toolbox/)**\n\n## Features\n\n- **Modular Design:** Easily extend the toolbox by adding new tools that implement the `Tool` trait.\n- **Cross-Platform:** Builds and runs on both Windows and Linux.\n- **Global Search:** Press `Ctrl+F` at any time to open the tool search palette.\n- **Mouse and Touchpad Support:** Navigate between tabs with a simple click or tap.\n\n## Available Tools\n\nDetailed documentation for each tool can be found in the [Wiki](docs/WIKI.md).\n\n- **[Org Research](docs/org_research.md):** Get insights into a GitHub organization's public repositories, including language statistics and license information.\n- **[Repo Explorer](docs/repo_explorer.md):** Explore the contents of a public GitHub repository, view file details, and see a breakdown of the languages used.\n- **[Unicode Inspector](docs/unicode_inspector.md):** Look up Unicode characters by their code point and view detailed information about them.\n- **[Token Inspector](docs/token_inspector.md):** View information about your GitHub Personal Access Token, including its owner, scopes, and remaining rate limits.\n- **[Encoder/Decoder](docs/encoder_decoder.md):** Encode or decode strings using Base64, Hex, or URL encoding.\n- **[HTTP Inspector](docs/http_inspector.md):** Perform arbitrary HTTP requests and inspect the response headers and body.\n- **[JWT Decoder](docs/jwt_decoder.md):** Decode JSON Web Tokens to inspect their header and payload.\n\n## Getting Started\n\n### Prerequisites\n\n- **Rust:** [Install Rust](https://www.rust-lang.org/tools/install)\n- **Git:** [Install Git](https://git-scm.com/downloads/)\n\n### Installation and Usage\n\n#### Option 1: Download Binary (Recommended for Users)\nDownload the latest pre-built binary for your OS from the [Releases](https://github.com/fam007e/dev-toolbox/releases) page.\n\n#### Option 2: Build from Source\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/fam007e/dev-toolbox.git\n   cd dev-toolbox\n   ```\n2. **Build and run:**\n   ```bash\n   cargo run --release\n   ```\n\n## Configuration\n\n### 1. Secrets (.env)\nThe application requires a GitHub Personal Access Token to fetch repository and organization data. Create a `.env` file containing:\n```\nGITHUB_TOKEN=your_github_token\n```\nYou can place this file in:\n- The **current working directory** where you run the app.\n- The **OS-specific config directory** (see below).\n\nGenerate a token [here](https://github.com/settings/tokens).\n\n### 2. Application Config (config.toml)\nOn the first run, the app generates a `config.toml` in your OS-specific config directory:\n- **Linux:** `~/.config/dev-toolbox/`\n- **Windows:** `%AppData%\\Roaming\\dev-toolbox\\`\n\nYou can modify this file to change database paths or API URLs.\n\n## Navigation\n\n- **Keyboard:**\n   - `Tab`: Switch between tool tabs.\n   - `Ctrl+F`: Open global search palette.\n   - `Ctrl+Q`: Quit the application.\n   - `Ctrl+C`: Copy the current status message (bottom left) to the clipboard.\n   - **Arrow Keys, Enter, etc.:** Used for interacting with the currently selected tool.\n- **Mouse / Touchpad:**\n  - **Click / Tap:** Select a tab to switch to that tool.\n\n## Project Maintenance\n\n- **CI/CD:** Automated builds, tests, and linting are performed on every PR via GitHub Actions.\n- **Standards:** We adhere to strict Rust coding standards (Clippy) and have a comprehensive [Code of Conduct](CODE_OF_CONDUCT.md).\n- **Security:** Our security protocols are detailed in [SECURITY.md](SECURITY.md).\n- **Contributing:** See [CONTRIBUTING.md](CONTRIBUTING.md) for how to add new tools.\n\n## Contact\n\nFor support or reporting issues, contact [email](mailto:faisalmoshiur+devtoolbox@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffam007e%2Fdev-toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffam007e%2Fdev-toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffam007e%2Fdev-toolbox/lists"}