All Projects → azur1s → octofetch

azur1s / octofetch

Licence: MIT license
Github user information on terminal :D

Programming Languages

rust
11053 projects
Makefile
30231 projects

Projects that are alternatives of or similar to octofetch

credit-card-prompt
Credit card prompt with validation and address lookup
Stars: ✭ 13 (-80%)
Mutual labels:  prompt
inquire
A Rust library for building interactive prompts
Stars: ✭ 419 (+544.62%)
Mutual labels:  prompt
use-climate-change-reminder
🌳 Fight the climate change crisis by spreading the message for how you can help
Stars: ✭ 45 (-30.77%)
Mutual labels:  prompt
bureau
💻 Informative and fast ZSH prompt with git status. Works well with HUGE repositories. Show username, hostname, path, git branch and status.
Stars: ✭ 27 (-58.46%)
Mutual labels:  prompt
requestty
An easy-to-use collection of interactive cli prompts inspired by Inquirer.js.
Stars: ✭ 158 (+143.08%)
Mutual labels:  prompt
slick
async ZSH prompt
Stars: ✭ 21 (-67.69%)
Mutual labels:  prompt
terminer
Upgrade your terminal experience with a single command.
Stars: ✭ 28 (-56.92%)
Mutual labels:  prompt
fishline
A powerline prompt framework for the fish-shell built in fish-shell.
Stars: ✭ 66 (+1.54%)
Mutual labels:  prompt
guri
A simple and fast Oh-My-Zsh theme
Stars: ✭ 19 (-70.77%)
Mutual labels:  prompt
CLI-Autocomplete
Cross-platform flexible autocomplete library for your CLI applications.
Stars: ✭ 21 (-67.69%)
Mutual labels:  prompt
prompt-list
This repository has been archived, use Enquirer instead.
Stars: ✭ 13 (-80%)
Mutual labels:  prompt
justified
Wrap, align and justify the words in a string.
Stars: ✭ 30 (-53.85%)
Mutual labels:  prompt
tardy
Deal with CLI prompts in style
Stars: ✭ 40 (-38.46%)
Mutual labels:  prompt
ax5ui-dialog
Javascript UI Component - Dialog - JavaScript Dialog / Bootstrap Dialog
Stars: ✭ 29 (-55.38%)
Mutual labels:  prompt
PromptPapers
Must-read papers on prompt-based tuning for pre-trained language models.
Stars: ✭ 2,317 (+3464.62%)
Mutual labels:  prompt
impromptu.nvim
Create prompts fast and easy
Stars: ✭ 39 (-40%)
Mutual labels:  prompt
whaaaaat
Inquirer.js port to Python (https://www.npmjs.com/package/inquirer). people blame me for staling this project. I do not have time to work on this right now - whaaaaat do you want me to do? take it offline?
Stars: ✭ 73 (+12.31%)
Mutual labels:  prompt
sirocco
🦜 A collection of interactive command line prompts for Lua
Stars: ✭ 85 (+30.77%)
Mutual labels:  prompt
cmder-powershell-powerline-prompt
Custom PowerShell prompt for Cmder on Windows
Stars: ✭ 94 (+44.62%)
Mutual labels:  prompt
Inquirer.cs
A collection of common interactive command line user interfaces. Port of Inquirer.js
Stars: ✭ 26 (-60%)
Mutual labels:  prompt

octofetch

Table of Contents

  1. Usage
  2. Installation
  3. Features
  4. FAQ

A CLI tool for fetching GitHub stats, kinda like neofetch

Usage

octofetch <username>

with custom config file

octofetch -c path\to\config <username>

Installation

Windows

  1. Get the latest .exe file from here
  2. Place the file somewhere you can access and open terminal at that directory
  3. Do ./octofetch.exe <username>
  4. Add to PATH variables for easier usage (optional)

Local install with cargo

Run cargo install --git https://github.com/azur1s/octofetch

Manual install with cargo

  1. Clone git repos: git clone https://github.com/azur1s/octofetch
  2. Change directory: cd octofetch
  3. Build binary make build or cargo build
  4. Change directory to ./target/debug and then run it!

Linux

Packaging status

Features

fetch github user stats lol

FAQ

Why rust? that language can also do the same thing!

Yes, I agree with that but, This is my first project on rust and I might implement some more feature in the future too. Pretty proud of it ngl :D

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].