Giter Club home page Giter Club logo

modern-unix's Introduction

Modern Unix

bat

A cat clone with syntax highlighting and Git integration.

exa

A modern replacement for ls.

lsd

The next gen file listing command. Backwards compatible with ls.

A viewer for git and diff output

A more intuitive version of du written in rust.

duf

A better df alternative

A new way to see and navigate directory trees

fd

A simple, fast and user-friendly alternative to find.

An extremely fast alternative to grep that respects your gitignore

ag

A code searching tool similar to ack, but faster.

fzf

A general purpose command-line fuzzy finder.

Fly through your shell history. Great Scott!

A human-friendly and fast alternative to cut and (sometimes) awk

jq

sed for JSON data.

sd

An intuitive find & replace CLI (sed alternative).

Create and view interactive cheatsheets on the command-line.

A community effort to simplify man pages with practical examples.

Yet another cross-platform graphical process/system monitor.

Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.

System monitoring dashboard for terminal.

A command-line benchmarking tool.

ping, but with a graph.

A modern replacement for ps written in Rust.

A modern, user-friendly command-line HTTP client for the API era.

The power of curl, the ease of use of httpie.

xh

A friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design, with a focus on improved performance.

A smarter cd command inspired by z.

dog

A user-friendly command-line DNS client. dig on steroids

modern-unix's People

Contributors

billylaing avatar camandel avatar chikaku avatar dtsdwarak avatar hderms avatar hezhizhen avatar ibraheemdev avatar kkirsche avatar markusdosch avatar mcotocel avatar preya 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  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

modern-unix's Issues

Wording: replace "modern" with "human-friendly"?

I really enjoy using most programs in that list, but using the words "modern" or "replacements" to describe them is inaccurate. Most of the programs in that list are indeed more pleasant to interact with, but they simply don't have the same purpose as the programs they're compared against.

For example, bat is a program designed for human interaction, but its output isn't meant to be piped into anything as opposed to cat. Similarly, exa and lsd are fine for human interaction but their outputs aren't meant to be parsed, and same goes on for most of the programs present in that list.

Hence the proposition to replace "modern" with "human-friendly", and presenting them as alternatives rather than replacements.

Proposal: lolcrab

lolcrab - Like lolcat but with noise and more colorful. Written in Rust.

Modern โœ”
Faster โœ”
Saner ๐Ÿค”

Better sorting of entries

Instead of just dropping in all tools in a (seemingly) random order, the entries should be sorted by A) a category and maybe also B) alphabetically (per-category). This could be further improved by adding a table of contents at the top.

Some categories could be:

  • System monitors/info viewers
  • TermGUIs
  • replacements (for existing tools, eg. exa for ls or ripgrep for grep)

add minisign and age

minisign and age are modern, secure replacements for GPG. minisign can be used for signing and verifying files, while age can be used for encrypting files.

A combined package collection / installer-script

Disclaimer: I've zero experience in preparing packages for any of the popular package managers for Linux.

How difficult would it be to make avail either a sort of collection package that points to these packages (e.g. as dependencies) for, say, Ubuntu?

Maintaining that sounds like a pain (but, see disclaimer). So how about a script (for each package manager, as appropriate/needed) that installs/updates each of these according to some optional CLI/file config?

Would be an interesting addition. Just putting it out there, even if this repo is likely not the place for it.

Integrate pjy as a jq alternative

pjy is a similar tool to jq but uses a less abstruse syntax, as it proposes a familiar-to-many-people python syntax (with optional syntactic sugar), making it much simpler to learn and use. Disclaimer: I'm the pjy author.

Proposal: gron

Gron is a nice json tree to a line per leaf element transformer and back again. It pairs nicely with jq

โ–ถ gron "https://api.github.com/repos/tomnomnom/gron/commits?per_page=1" | fgrep "commit.author" | gron --ungron
[
  {
    "commit": {
      "author": {
        "date": "2016-07-02T10:51:21Z",
        "email": "[email protected]",
        "name": "Tom Hudson"
      }
    }
  }
]

Consider adding ncdu

Another alternative to du is ncdu. I use this all the time to analyze my disk usage. Give it a whirl and see if you think it makes sense to add it to this list.

Proposal: Viddy

viddy is another modern watch command.
It supports color output, vim-like keymap, diff highlight, search text, time-machine mode, etc.

proposal: consider including mtr and nmon

I would like to propose including:

  • mtr (my trace route) available in most distros is a nice traceroute alternative
  • nmon is for system monitoring (disk io/net io/cpu/load)

Thanks, anyway, for the collection :)

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.