Giter VIP home page Giter VIP logo

i3-config-preprocessor's Introduction

Fun project allowing additional functionality by preprocessing i3 configuration files or other config files.

This project is rather old and no longer used or maintained.

Building

Only tested under Linux. Install opam and ocamlfind via opam. Then build the program via make

Usage Examples

For more examples and usage, see config-preprocessor --help:

set $a $b                     -- recursive assingments possible
include $p                    -- include other files as if they are in this file
{ifdef a}some text{else}other text{endif}
                              -- check if variable is assigned
{ifmatch $a=value}...{endif}  -- simple string comparisons
$mod+{a,b} {do_a,do_b}        -- List expansion
#!ifdef
line
#!endif                       -- Multi Line if
${shellcommand}               -- execute shell command and put output here
$${a + $c}                    -- calculate with basic integer operations

The preprocessor will track all variables and process all control flow, producing a new file on stdout. Environment variables are treated as normal variables in the file and can be ignored using --ignore-env.

i3-config-preprocessor's People

Contributors

prochri avatar

Watchers

 avatar

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.