nar icon indicating copy to clipboard operation
nar copied to clipboard

Run terminal applications using nar

Open typon opened this issue 7 years ago • 0 comments

Hi,

I'm trying to package a command-line only application using nar. For example something like: https://github.com/slap-editor/slap

It is purely a command line application which uses blessed to make a terminal UI.

Is it possible to run such a thing using nar? It looks like nar runs the application in a bash subprocess, which makes messes with the terminal backend somehow.

Any advice?

typon avatar Mar 26 '17 16:03 typon