Giter VIP home page Giter VIP logo

Comments (1)

xdelaruelle avatar xdelaruelle commented on June 10, 2024

You can do that with module tags and specific colored output defined for these tags.

At the root of your modulepath, add a .modulerc file to define tags on your important modules:

$ cat /path/to/modulefiles/.modulerc 
#%Module
module-tag important foo

In this above example, the important tag is set on all foo modules:

$ module av
---------------- /path/to/modulefiles ----------------
bar/1  bar/2  foo/1 <important>  foo/2 <important>  

Key:
modulepath  <module-tag>

Instead of displaying the tag name along the module name, you can define a graphic rendition that represents tag over the module name. This definition should be added to the colors configuration with the syntax tagname=graphic_rendition. For instance to represent important tag with bold character:

$ module config colors +important=1

If use do not yet use Modules version 5.3, you should set the whole existing colors value and append :important=1 at the end of it.

Once set, foo/1.0 and foo/2.0 will be represented with bold font on module avail output.

Instead of bold font, you can define other graphic rendition like font color or background color. See https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters

from modules.

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.