Code Monkey home page Code Monkey logo

Comments (6)

tavianator avatar tavianator commented on June 3, 2024

The LS_COLORS key no sets the color of normal files, so if you set it to something, not_colored_file will also be colored.

Are you parsing the output of the lscolors binary? It's probably better to use the library crate itself.

from lscolors.

nkh avatar nkh commented on June 3, 2024

@tavianator I'll try setting "no"

I'm using the binary from a bash script.

from lscolors.

nkh avatar nkh commented on June 3, 2024

@tavianator it sems that neither NORMAL nor FILE are handled

Here's an example where I changed both:

screenshot_2023-12-15_21-15-52

ls will show a file not matching a pattern in the right color but lscolors doesn't seem to. In the example below INSTALL is colored but file isn't.

screenshot_2023-12-15_21-16-42

from lscolors.

tavianator avatar tavianator commented on June 3, 2024

Right, I mixed up no (normal, non-file text) and fi (regular files). But fi seems to work for me:

Screenshot_20231215_153327

Can you paste your whole LS_COLORS variable?

from lscolors.

nkh avatar nkh commented on June 3, 2024

@tavianator an update to a newer version fixed it.

Note that fi needs to be set to 40 for lscolors to output color codes, setting it to 0 doesn't output color code 0.

from lscolors.

tavianator avatar tavianator commented on June 3, 2024

Right, 0 is treated basically the same as unset for most things

from lscolors.

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.