Giter Club home page Giter Club logo

Comments (4)

JPenuchot avatar JPenuchot commented on May 15, 2024 2

BTW I'm not saying the Unix philosophy should be a sacred text for software design, just saying that even though these tools do provide better user experiences for human interaction, they're not replacements simply because they don't provide the same functionality. You might have your own personal definition of "modern Unix", but even today nobody would want to use these tools in scripts simply because they would be unnecessary additional dependencies (except for jq).

Unix usage isn't limited to human interaction, and these tools are simply not a good fit for scripting.

from modern-unix.

slavaGanzin avatar slavaGanzin commented on May 15, 2024

Let's look into dictionary
Modern
Pertaining to a current or recent time and style; not ancient.

Modern doesn't mean "everything before us was awful".

Tools listed in this repo are in modern style:

  • colorized
  • has interactive mode
  • has sane defaults:
    trying to make sense from any input, and not garbage in, garbage out as it was modern in "good ol' days"
  • trying to do the same, but faster, prettier, readable, interoperable
  • has progress bars

All of this (except speed) is not in Unix philosophy
So yeah, it's modern Unix.

p.s. Indeed, you can pipe bat

$ bat autocomplete.py | grep a
from _global import *
def reload():
    global completions
        completions, tags_bm25 = load_object("autocomplete")

from modern-unix.

JPenuchot avatar JPenuchot commented on May 15, 2024

The link you cited mentions minimalism and modularity as part of the Unix philosophy. None of these are either minimalist nor modular as they just add UI characters that are painful to parse.

from modern-unix.

slavaGanzin avatar slavaGanzin commented on May 15, 2024

Unix usage isn't limited to human interaction, and these tools are simply not a good fit for scripting.

My release/development scripts use fzf, bat and xh just from this list and fx, eat, await that has PR's open. And somehow they are good in it.

from modern-unix.

Related Issues (20)

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.