tweego icon indicating copy to clipboard operation
tweego copied to clipboard

Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.

Results 32 tweego issues
Sort by recently updated
recently updated
newest added

Allow decompiling input sources to multiple files. Possible options: * One file per passage. * One file per passage type—i.e., script, stylesheet, regular. Questions: * Should scripts and stylesheets decompile...

enhancement
todo
investigate

Please add support for Harlowe 3.2.2, as it is now the default story format for Twine 2.

question

Hi there! Added the ability to expand each passage into it's own separate file that hopefully solves some of #3

Add the Apple M1 architecture to the list of pre-built release targets.

enhancement
todo

**Describe the bug** When decompiling a file (using `-d` option) and it contains pseudo elements in CSS like [::-webkit-scrollbar](https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-scrollbar), the resulting file cannot be recompiled as the pseudo element is...

bug

**Describe the bug** Running tweego on a folder with deeply nested children or a very long name results in an error and fails the process. Presumably related to the old...

bug

The basic source file directory and module source file directory should not commingle—i.e., not be the same, nor one be a descendant of the other. Any such occurrence should generate...

Passing a fixed path to tweego results in all kinds of weirdness: ``` > tweego -f jailbird /tmp/temp.twee error: load ../../../../tmp/temp.twee: open ../../../../tmp/temp.twee: no such file or directory ``` It...

bug
done

I have a lot of times where I'm typing a passage name, and I stop to think about what to put. Often, my passages have hyphens in them, which is...

enhancement