A neofetch alike program that shows hardware and distro information written in rust.

Overview

nyafetch

A neofetch alike program that shows hardware and distro information written in rust.

installing

install

$ make install # by default, install path is set to /usr. Use PREFIX=PATH to override.

uninstall

$ make uninstall # by default, install path is set to /usr. Use PREFIX=PATH to override.
You might also like...
The Rust toolchain installer

rustup: the Rust toolchain installer Master CI Build Status Windows macOS Linux Etc rustup installs The Rust Programming Language from the official re

Repository for the Rust Language Server (aka RLS)

Rust Language Server (RLS) The RLS provides a server that runs in the background, providing IDEs, editors, and other tools with information about Rust

🦀 The ultimate search extension for Rust
🦀 The ultimate search extension for Rust

Rust Search Extension 简体中文 The ultimate search extension for Rust Search docs, crates, builtin attributes, official books, and error codes, etc in you

a freeform Rust build system

tinyrick: a freeform Rust build system .---. ^ o{__ω__ o{ ^0^ -Let me out! ~~ ( // *|* \xx\) xx`|' = =

The Curly programming language (now in Rust!)

Curly Curly is a functional programming language that focuses on iterators. Some of its main implementation features include sum types, iterators, lis

Some WIP payload in Rust running on M1.

m1saka Some WIP payload in Rust running on M1. Project informations The aim of this payload is to provide exploration capabilities while providing a s

A library to compile USDT probes into a Rust library
A library to compile USDT probes into a Rust library

sonde sonde is a library to compile USDT probes into a Rust library, and to generate a friendly Rust idiomatic API around it. Userland Statically Defi

compile rust code into memes
compile rust code into memes

cargo-memex Besides their size, rust binaries have a significant disadvantage: rust binaries are not memes yet. cargo-memex is a cargo subcommand that

Create target folder as a RAMdisk for faster Rust compilation.

cargo-ramdisk This crate is only supported for unix like systems! cargo-ramdisk creates a ramdisk at the target folder of your project for ridiculousl

Comments
  • Support for CurtainOS

    Support for CurtainOS

    Introduction

    Greetings,

    I come in name of CurtainOS to kindly ask for an implementation of our logo in nyafetch. CurtainOS is not necessarily a Linux distribution, but as for now (August 2022) we still only have support for the Linux kernel, and because of that we noticed that it would be easier to start adding our logo as we build the system for each kernel. That's why I went on and added the logo, since we're interested in including your fetch tool in our repositories.

    Logo

    This logo we have here was one of our first ideas, but we were not successful with it on bigger sizes, so it was kind of left away for some time... But that was until it was decided that it could maybe fit as an uwu version of the logo, since it is quite small (only 7 lines) and has Boo the birb, our mascot.

    =================
     |    /  /____
     | '   /      |
     |   /   _    |
     ====   <'\_  |
     | '|____\__7_|
     |  |
    

    Consideration, suggestions and future planning

    If you end up deciding that this is okay as it is and merge the pull request, we're soon thankful. However, if you feel like it does not look good enough (ugly birb) or that it's now uwu enough (since it's literally just a curtain), do inform me about that, and what changes you suggest making. If this goes on to be successful, please do contact us for us to talk and fix eventual issues as we expand towards other kernels (like BSDs) revolving around possible compatibility problems and workarounds in the code.

    In advance, thank you very much.

    opened by duLemix 2
Releases(1.6.2)
Owner
null
⚙️ Workshop Publishing Utility for Garry's Mod, written in Rust & Svelte and powered by Tauri

⚙️ gmpublisher Currently in Beta development. A powerful and feature-packed Workshop publisher for Garry's Mod is finally here! Click for downloads Ar

William 484 Jan 7, 2023
Powerful database anonymizer with flexible rules. Written in Rust.

[Data]nymizer Powerful database anonymizer with flexible rules. Written in Rust. Datanymizer is created & supported by Evrone. What else we develop wi

[Data]nymizer 381 Dec 26, 2022
⚡️Lightning-fast linter for .env files. Written in Rust 🦀

⚡️ Lightning-fast linter for .env files. Written in Rust ?? Dotenv-linter can check / fix / compare .env files for problems that may cause the applica

null 1.5k Jan 9, 2023
Detects usage of unsafe Rust in a Rust crate and its dependencies.

cargo-geiger ☢️ A program that lists statistics related to the usage of unsafe Rust code in a Rust crate and all its dependencies. This cargo plugin w

Rust Secure Code Working Group 1.1k Dec 26, 2022
The Git Commit Message and Changelog Generation Framework :book:

git-journal ?? The Git Commit Message and Changelog Generation Framework Table of contents: TL;DR Installation Usage Default output Template output Co

Sascha Grunert 551 Jan 4, 2023
A fun and simple language with NO classes whatsoever!

This language aims to be simple, minimal, and compact. There will not be any classes whatsoever, and importing other files should be painless.

Europa Lang 22 Aug 23, 2022
Create evolving artistic images with hot-code-reloaded Lisp and GLSL.

Shadergarden is a tool for building hot-code-reloadable shader pipelines. For a tutorial for how to get started, consult the introductory

Tonari, Inc 101 Dec 29, 2022
Super lightweight and dead-simple CI detection.

This crate tells you if you're in a CI environment or not. It does not tell you which you're in, but it makes a good effort to make sure to accurately

Kat Marchán 9 Sep 27, 2022
Rust Code Completion utility

Racer - code completion for Rust RACER = Rust Auto-Complete-er. A utility intended to provide Rust code completion for editors and IDEs. Maybe one day

null 3.4k Jan 4, 2023
Format Rust code

rustfmt Quick start On the Stable toolchain On the Nightly toolchain Installing from source Usage Running cargo fmt Running rustfmt directly Verifying

The Rust Programming Language 4.8k Jan 7, 2023