Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xvezda/010editorlistcompilers

Compiler to build binary file which used for 010 Editor preferences configuration
https://github.com/xvezda/010editorlistcompilers

010-editor 010-scripts 010-templates 010editor 010editor-preferences python python3

Last synced: 24 days ago
JSON representation

Compiler to build binary file which used for 010 Editor preferences configuration

Awesome Lists containing this project

README

        

# 010EditorListCompilers

A third-party compiler to build binary file which used for [010 Editor](https://www.sweetscape.com/010editor/) configuration.

## Usage

```sh
python3 -m o1olistcompiler template ..path/to/binary-templates/*.bt
```

## Synopsis

List files, which used in 010 Editor to store preferences of scripts and templates.

| feature | filename | list filename |
|-----------|----------|---------------|
| script | `*.1sc` | `*.1sl` |
| template | `*.bt` | `*.1tl` |

010 Editor list files can be import and exported,
but its hard to add multiple new scripts and templates at once
since there is no such exported list file composed with unknown new files.
(Don't know why there isn't installation feature exists... :shrug:)

Also, list files are in binary format and it makes hard to modify simply.

This python package will helps you to solve these kind of issues.

## Requirements

Checkout `requirements.txt` and interpreter version `>= Python 3.8`.