Code Monkey home page Code Monkey logo

bepo-generator's Introduction

Bépo Layout Generator

How to use it

Using the generate command (requires Docker)

It is the simplest way to generate the layouts as a single command is required to do everything.

Note: If Docker is not installed, the command will ask if you want to install it.

Example: generate the layouts in the exported_layouts directory.

./generate exported_layouts

Command parameters:

Usage: ./generate [-hcd] [-i DOCKER_IMAGE] <EXPORT_DIRECTORY>

    -h              Display this help screen and exit.
    -c              Remove the containers and images created by the script.
    -d              Verbose output for debugging purposes.
    -i DOCKER_IMAGE Change the default Docker image to another one (useful for debugging).

Using the Docker image directly (advanced users)

You need to run this container with a mounted volume to export the generated keyboard layouts:

mkdir bepo_layouts
docker run -v `pwd`/bepo_layouts:/export bpierre/bepo

You can also run your own version of the project by mounting the /pilotes directory:

git clone https://git.tuxfamily.org/dvorak/pilotes.git/ bepo_pilotes
cd bepo_pilotes
mkdir bepo_layouts
docker run -v `pwd`:/pilotes -v `pwd`/bepo_layouts:/export bpierre/bepo

Manually

You can find the official documentation on the wiki: http://bepo.fr/wiki/ConfigGenerator

License

All the files are available under the terms of the GFDL or the CC-SA-BY licenses. See GFDL.txt and CC-SA-BY.txt for more details.

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.