Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Sysfetch Alternatives
Similar projects and alternatives to sysfetch
-
-
arch-scripts
A collection of bash scripts and configs that fully automate the Arch Linux install process; Utilizing systemd-boot & NetworkManager on UEFI booted 86_64 devices
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
awk-hack-the-planet
Source code repo for Ben Porter (FreedomBen)'s free course on Awk (originally a talk at Linux Fest Northwest 2019 and 2020)
-
arch-linux-installation-guide
An easy to follow Arch Linux installation guide. This guide will show you how to properly install Arch Linux on UEFI/BIOS systems, ext4/btrfs file systems; using systemd-bootloader/GRUB and systemd-networkd/NetworkManager for networking. These are the given examples but I have provided links to sections with the information necessary to install any 86_64 system
-
fetch
A BASH screenshot, system information, and logo display tool. (by KittyKatt)
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
hermit
Hermit is a monospace font designed to be clear, pragmatic and very readable. (by pcaro90)
-
-
-
starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
-
github-profile-readme-generator
🚀 Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
-
-
ble.sh
Bash Line Editor―a full-featured line editor written in pure Bash! Syntax highlighting, auto suggestions, vim modes, etc. are available in Bash interactive sessions!
-
zsh-you-should-use
📎 ZSH plugin that reminds you to use existing aliases for commands you just typed
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
sysfetch reviews and mentions
-
Curious, how long did it take you to learn bash?
My first GitHub commit ever and first time writing a BASH script – Nov 19, 2021: https://github.com/wick3dr0se/sysfetch/commit/4190caeb6fb1f14eedffc9ec34b4dc0cf637b160
- Beginner
-
Have you made a bash script that improved your life on some way? My examples
A system information fetch utility I wrote as my first project, somehow most popular of anything I've wrote — https://github.com/wick3dr0se/sysfetch
-
I finished The Odin Project's Foundations course yesterday!
Web development lead me to Linux where I got into scripting. It wasn't a week into learning BASH that I started making sysfetch. I've made many more useful utilities for Linux (mostly for personal use). Most recently(last week) I started making a BASH framework to extend BASH and make it easier to use. I ran into several things BASH can't do pretty quickly. Now I am learning C and working on an expression evaluation algorithim. I plan to pull C into my BASH framework, making much more possible.
-
What's the f#$king alias?
I do btw!! I wrote a Neofetch alternativethat prints btw versioning on Arch systems too lol
-
What are some cool/fun things one can do with Bash?
I don't document many projects because they are for my usage. prompt.sh is well documented as well as bashin and of course sysfetch. Also Mac isn't suck on BASHv3 it can be updated. I hear that a lot but I've already had contributors prove that wrong. If you look at sysfetch it was all external commands on commit 1. Also external commands such as awk, sed, grep have absolutely nothing to do with BASH. Those are command usable from and script language. BASH has beautiful bashisms that can do a ton of things. Sysfetch was not usable from WSL, Mac or BSD before the usage of builtins. At one point it was usable from all 3 but I only care about Linux. Contributors can handle other operating systems again if they desire. I never plan to support proprietary bits anyway. It works on BSD already. Another thing to note is many operating systems have different flags for external commands like awk or sed and as a result do different things
I have wrote some utilities for Linux such as sysfetch(which is packaged in the AUR). A good starter project I wrote is a simple type test(23 SLOC) I recently did. So, as you can see, the possibilities are pretty limitless
The pipes themselves aren't slow. It's that you're piping multiple external commands together. If you build a script that calls those commands several times you will see the difference. Challenge yourself to build things with builtins and then use the time command when running the script to see the difference. I knocked off over 600ms of execution time from sysfetch
-
{ Opening an image inside termin@l }
There is several other useful scripts in that repository. I apologize for not having documentation. I do have a neofetch-like alternative called sysfetch, and a BASH framework I recently started. I ran into some things I couldn't achieve in BASH. So I'm going to work on a BASH framework in C next.
- After a long undesired break, I rewrote sysfetch (a super tiny sys fetch script). Looking for testers!
-
A note from our sponsor - InfluxDB
www.influxdata.com | 29 Nov 2023
Stats
wick3dr0se/sysfetch is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of sysfetch is Shell.