GithubHelp home page GithubHelp logo

callmeechocodes / fetcho Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 1.0 44 KB

:sparkles: A simple fetch made in C++

License: Mozilla Public License 2.0

Makefile 15.10% C++ 84.90%
cpp fetch linux linux-command neofetch sysfetch

fetcho's Introduction

Hi, I'm Echo!

public class Echo : Human {
    // Basic info
    public string Pronouns = "They/Them";
    public string Gender = "Nonbinary";
    public string Location = "Australia";
    public string Timezone = "AEST (UTC+10)";

    // Programming
    public List<string> Projects = new() { "Hollow", "callmeecho.dev" };
    public List<string> FavoriteLanguages = new() { "C#", "Java", "TypeScript" };

    // GPG
    // Please encrypt emails to me if they should be private!
    public static string gpgKeyFingerprint = "0B0F7A231A84F7EE9B8128CABEBCAB631F88D239";
    public static string gpgKeyFile = "https://github.com/CallmeEchoCodes.gpg";
}

Languages i know

Frameworks i work with

Tools i use


fetcho's People

Contributors

callmeechocodes avatar theredspecial0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

theredspecial0

fetcho's Issues

host module not working on AUR build

Whenever I try to add the host module, it does not want to load and says "host" is not a valid module! when i run fetcho. Is it just something on my end, and if so, how can I check?

Running arch linux on a laptop with the linux-zen kernel, all packages up to date.

Thanks in advance!

Add configuration

I want to make this configurable but I'm not sure how.

Option 1: Suckless style

Suckless style means configuring with a config.h file in the source code

Pros:

  • Easy to implement
  • No slowdown because we don't really need to read a config file

Cons:

  • You would have to recompile every time you change config
  • Packaging becomes pretty much worthless

Option 2: Neofetch style

Neofetch style means using a traditional config file

Pros:

  • Easy to use

Cons:

  • Causes slowdown when reading the file
  • Hard to implement

Option 3: ENVVAR style

take a wild guess as to what this means

Pros:

  • Easy to implement
  • Very small amount of slowdown

Cons:

  • Can be annoying to use with big configs

Progress Tracker

  • Choose style
  • Implement system to define config options in an easy way
  • Add options!

Add .deb package

This shouldn't be too hard but I'm lazy

Progress Tracker

  • Figure out how to create a deb file with make
  • Add it to the github workflow

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.