Code Monkey home page Code Monkey logo

configutor's Introduction

Configutor

Configutor is a tool helping you dispatching your configurations everywhere without worrying about compatibility.

Motivation

  1. I wrote a lot of configurations, they are modulized.
  2. I also work on a bunch of different machines.
  3. I mainly work on my host machine, and edit configurations there quite often.
  4. I want my configuration to be everywhere.
  5. Some configuration are not good in some environments.
  6. I don't want to edit my configuration on other machines, and take care of whether fetching those changes back to main machine.
  7. I am a neovim user.

Solution

  1. For 1, A tool to aggregate those modulized configurations.
  2. For 2-4 and 6, a tool to generate configurations from my main machine's configurations.
  3. For 5, a tool to drop some configurations with information inside the configuration's comments.
  4. Add up point 7, use a vim modline-like syntax and treesitter to parse and generate config.

Features

Simply add a comment line with word EXPORT inside right ahead of the code blocks you want to export. Configutor then extract those configurations and aggregate them into a single file.

TODO

  • Parse and generate lua configurations.
  • Parse and generate bash configurations.
  • Remove hardcoded.
  • Receive command line args.
  • Update python tree-sitter bindings to newest version, however compiled fish parser python bindings seem __NOT TO WORK __ on newest version.

Resources

configutor's People

Contributors

leenuus 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.