@neauoire how one would use drifblim with left these days? i'm kinda stuck, piping it as before doesn't seem to work anymore
8 comments
@la_ninpre np, sorry I should document this more, I didn't think anyone would also want to use it that way :) @la_ninpre I don't use the live mode much outside of porporo. I have an alias that runs the makefile instead of piping the working file into drifblim because I often want to assemble outside of the entry file(let's say I'm in assets.tal), I don't want to assemble from assets.tal My typical workflow is to pipe left into uxnfor, and ctrl+b to reformat the working file, I do this about every 10 seconds when I work. @neauoire ah, makes sense. i also wanted to setup some aliases, but decided to try what is already there first. just don't like a bunch of terminal windows hanging around. actually, things like these could be very doable in acme, but i like that left has these uxntal-specific lil glyphs. at first they were very confusing to me, but then i got used to them and now i cannot go back x) @la_ninpre it's all software right, so maybe that whole process can be improved, you could do something like adding a command in left that writes to the Console/err port and send commands that you catch with some other process. It's all made to be customized so don't be shy to hack at left and make it your own. |
@neauoire well, it kinda works...
uxnemu left.rom file.tal | uxncli drifblim.rom
when i press ctrl-b it assembles the rom, but if i press it again, it is failing with an error and erases my tal file, whaat