All Projects → K4rakara → Freshfetch

K4rakara / Freshfetch

Licence: mit
A fresh take on neofetch

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Freshfetch

Smalldots
Stars: ✭ 905 (+1139.73%)
Mutual labels:  fetch
Create React Redux App
This project was bootstrapped with Create React App and Redux, Sass Structure.
Stars: ✭ 46 (-36.99%)
Mutual labels:  fetch
React M
react-mobile
Stars: ✭ 56 (-23.29%)
Mutual labels:  fetch
React Native App Boilerplate
A simple and scalable boiler plate code for React Native App using React Native Navigation by WiX and Saga .
Stars: ✭ 9 (-87.67%)
Mutual labels:  fetch
Create Request
Apply interceptors to `fetch` and create a custom request function.
Stars: ✭ 34 (-53.42%)
Mutual labels:  fetch
Frisbee
🐕 Modern fetch-based alternative to axios/superagent/request. Great for React Native.
Stars: ✭ 1,038 (+1321.92%)
Mutual labels:  fetch
Ky
🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API
Stars: ✭ 7,047 (+9553.42%)
Mutual labels:  fetch
Npmf
Fetch quick info of a npm pacakge using terminal
Stars: ✭ 64 (-12.33%)
Mutual labels:  fetch
Wretch Middlewares
Collection of middlewares for the Wretch library. 🎁
Stars: ✭ 42 (-42.47%)
Mutual labels:  fetch
Cross Fetch
Universal WHATWG Fetch API for Node, Browsers and React Native.
Stars: ✭ 1,063 (+1356.16%)
Mutual labels:  fetch
Xhr.js
🌎 xhr.js is a library(< 2Kb) to make AJAX/HTTP requests with XMLHttpRequest.
Stars: ✭ 12 (-83.56%)
Mutual labels:  fetch
Reactspa
combination of react teconology stack
Stars: ✭ 911 (+1147.95%)
Mutual labels:  fetch
React Async Fetcher
React component for asynchronous loading/fetch online data
Stars: ✭ 50 (-31.51%)
Mutual labels:  fetch
Composable Fetch
A library that brings composition to http requests & solves most common tasks
Stars: ✭ 23 (-68.49%)
Mutual labels:  fetch
Dva Generator
dva code generator, including perfect-fetch
Stars: ✭ 59 (-19.18%)
Mutual labels:  fetch
Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (+978.08%)
Mutual labels:  fetch
Macchina
A system information fetcher, with a focus on performance and minimalism.
Stars: ✭ 45 (-38.36%)
Mutual labels:  fetch
Vue Fetch Data
A simple and declarative way to fetch data for Vue components.
Stars: ✭ 65 (-10.96%)
Mutual labels:  fetch
Redux Api Call
One declarative API to create reducers, action creators and selectors for any API calls
Stars: ✭ 63 (-13.7%)
Mutual labels:  fetch
Redux Query
A library for managing network state in Redux
Stars: ✭ 1,055 (+1345.21%)
Mutual labels:  fetch

Freshfetch

A fresh take on Neofetch

Freshfetch is an alternative to Neofetch written in Rust with a focus on customization.

Warning:

Freshfetch is not to a "completed" state yet. Right now, it's in a "beta" of sorts, with a lot of room for optimization and improvement. If you run into any problems, be sure to file an issue so that it can be fixed!

Todo:

  • Optimizations galore
  • Documentation 😓
  • Support for images
  • Add colorization for all distros (69/261 complete)

Installation

Arch Linux

On Arch Linux, you can install one of three AUR packages:

  • freshfetch-git -- The bleeding-edge version of freshfetch that builds from the master branch.
  • freshfetch-bin -- The stable version of freshfetch that you just install. No compile required.
  • freshfetch -- Currently not set up right, will be fixed with the next release. Once set up, It'll build the latest stable version from source.

Other distros

With other distributions, you can either install the latest tar.gz build or build from source.

Build from source

To compile Freshfetch, just run cargo build --release -vv. This will build the executable for your platform. Then, run these commands:

sudo cp ./target/release/freshfetch /usr/bin/
sudo chmod 755 /usr/bin/freshfetch

An example configuration An example configuration An example configuration

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].