Mikeost / github-profile-explorer

CLI utility for exploring GitHub profiles and repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Profile Explorer

Build Status License Minimum suppported rust version Codacy Badge Code size GitHub repo size

GitHub Profile Explorer

Description

GitHub Profile Explorer is a command-line interface tool that allows you to retrieve public information about GitHub users, organizations, and repositories directly from your terminal. It provides features such as fetching user details, listing repositories, and more, making it convenient for users who prefer a command-line environment for GitHub exploration.

Features

  • Fetch public details about GitHub users and organizations.
  • List repositories and their details.
  • Performing various actions through a simple, elegant terminal interface.

Usage

Install:

git clone https://github.com/Mikeost/github-profile-explorer.git
cd github-profile-explorer
cargo install --path .

Run program:

gpe <REQUEST> <NAME> [OPTIONS]
Argument Command Description
Request org, user Retrieve information about a GitHub organization/user
Name name The corresponding GitHub organization/user name you want to explore

Option Command Description
Sort -s, --sort <SORT> The property to sort the results by (created/updated/pushed/full_name) [default: created]
Direction -d, --direction <DIRECTION> The order to sort by (asc/desc) [default: desc]
Help -h, --help Print help
Verion -V, --version Print version

Interface control

Command Description
Esc Quit the program
Move selection up
Move selection down
Switch to the next color scheme
Switch to the previous color scheme

About

CLI utility for exploring GitHub profiles and repositories.

License:MIT License


Languages

Language:Rust 100.0%