Git Product home page Git Product logo

maintained-modern-unix's Introduction

Modern Unix

Name Description Status Screenshot
await 28Kb, small memory footprint, single binary that run list of commands in parallel and waits for their termination. _ _ _ await-preview
bat A cat clone with syntax highlighting and Git integration. _ _ _ bat-preview
bottom Yet another cross-platform graphical process/system monitor. _ _ _ bottom-preview
broot A new way to see and navigate directory trees. _ _ _ broot-preview
btop A monitor of resources _ _ _ btop-preview
cheat Create and view interactive cheatsheets on the command-line. _ _ _ cheat-preview
choose A human-friendly and fast alternative to cut and (sometimes) awk . _ _ _ choose-preview
coreutils Cross-platform Rust rewrite of the GNU coreutils (by uutils) _ _ _ NA
curlie The power of curl, the ease of use of httpie. _ _ _ curlie-preview
delta A viewer for git and diff output. _ _ _ delta-preview
diffutils Drop-in replacement of diffutils in Rust (by uutils) _ _ _ NA
doggo ๐Ÿถ Command-line DNS client for humans. dig on steroids. _ _ _ doggo-preview
duf A better df alternative. _ _ _ duf-preview
dust A more intuitive version of du written in rust. _ _ _ dust-preview
eza A modern, maintained replacement for ls, built on exa. _ _ _ eza-preview
fd A simple, fast and user-friendly alternative to find. _ _ _ fd-preview
findutils Rust implementation of findutils (by uutils) _ _ _ NA
fzf A general purpose command-line fuzzy finder. _ _ _ fzf-preview
glances A top/htop alternative for most operating systems. _ _ _ glances-preview
gping ping, but with a graph. _ _ _ gping-preview
gtop System monitoring dashboard for terminal. _ _ _ gtop-preview
httpie A modern, user-friendly command-line HTTP client for the API era. _ _ _ httpie-preview
hyperfine A command-line benchmarking tool. _ _ _ hyperfine-preview
jq sed for JSON data. _ _ _ jq-preview
lazygit simple terminal UI for git commands _ _ _ lazygit-preview
lsd The next gen file listing command. Backwards compatible with ls. _ _ _ lsd-preview
mcfly Fly through your shell history. Great Scott! . _ _ _ mcfly-preview
mtr A network diagnostic tool, combining functionality of traceroute and ping _ _ _ mtr-preview
pls pls is a prettier and powerful ls(1) for the pros. _ _ _ pls-preview
procs A modern replacement for ps written in Rust. _ _ _ procs-preview
ripgrep An extremely fast alternative to grep that respects your gitignore. _ _ _ ripgrep-preview
ripgrep-all rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc. _ _ _ ripgrep-preview
rustscan The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). nmap alternative. _ _ _ rustscan-preview
sd An intuitive find & replace CLI (sed alternative). _ _ _ sd-preview
tldr A community effort to simplify man pages with practical examples. _ _ _ tldr-preview
trashy a cli system trash manager, alternative to rm and trash-cli _ _ _ trashy-preview
xh A friendly and fast tool for sending HTTP requests. _ _ _ xh-preview
zoxide A smarter cd command inspired by z. _ _ _ zoxide-preview

maintained-modern-unix's People

Contributors

baodrate avatar billylaing avatar camandel avatar chikaku avatar dhruvkb avatar dtsdwarak avatar germano0 avatar hderms avatar hezhizhen avatar ibraheemdev avatar johnalanwoods avatar kkirsche avatar markusdosch avatar mcotocel avatar preya avatar slavaganzin avatar vatson112 avatar yozachar avatar zen0bit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

maintained-modern-unix's Issues

ripgrep-all

I think ripgrep-all should be added to the list. It makes use of ripgrep engine to search inside a multitude of file types. For example I use it to replace pdfgrep

[add] trashy

trashy

  • Source: https://github.com/oberblastmeister/trashy
  • Description: a cli system trash manager, alternative to rm and trash-cli
  • Stars: ghst https://img.shields.io/github/stars/oberblastmeister/trashy?label=%E2%AD%90
  • Status: ghlc https://img.shields.io/github/last-commit/oberblastmeister/trashy?label=%F0%9F%92%BB
  • Language: lang https://img.shields.io/github/languages/top/oberblastmeister/trashy
  • Preview: https://raw.githubusercontent.com/oberblastmeister/trashy/master/doc/trashy_demo_1.gif

media


<!--Issue Template-->

# `{REPO_NAME}`

- [x] **Source**: <https://github.com/{REPO_OWNER}/{REPO_NAME}/>
- [x] **Description**: {A short description}
- [x] **Stars**: ![ghst](https://img.shields.io/github/stars/{REPO_OWNER}/{REPO_NAME}?label=%E2%AD%90) `https://img.shields.io/github/stars/{REPO_OWNER}/{REPO_NAME}?label=%E2%AD%90`
- [x] **Status**: ![ghlc](https://img.shields.io/github/last-commit/{REPO_OWNER}/{REPO_NAME}?label=%F0%9F%92%BB) `https://img.shields.io/github/last-commit/{REPO_OWNER}/{REPO_NAME}?label=%F0%9F%92%BB`
- [x] **Language**: ![lang](https://img.shields.io/github/languages/top/{REPO_OWNER}/{REPO_NAME}) `https://img.shields.io/github/languages/top/{REPO_OWNER}/{REPO_NAME}`
- [x] **Preview**: `https://raw.githubusercontent.com/{REPO_OWNER}/{REPO_NAME}/{BRANCH}/path/to/preview.{JPEG/GIF/PNG}`

![preview](https://raw.githubusercontent.com/{REPO_OWNER}/{REPO_NAME}/{BRANCH}/path/to/preview.{JPEG/GIF/PNG})

<!--
    Please replace content within `{}`.
    See example @ https://github.com/johnalanwoods/maintained-modern-unix/issues/11
-->

Remove await

It doesn't look like await is going to be packaged in any appreciable way any time soon, and release artifacts for other architectures don't appear to be a priority. No judgement there, but this makes the app somewhat inaccessible, and another alternative might be better, such as Rush.

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.