clach04 / puren_tonbo

Plain text notes Tombo (chi) alternative, also supports, ccrypt, GnuPG (OpenPGP, gpg), OpenSSL AES-256-CBC, AES-256 ZIP AE-1/AE-2 and VimCrypt encrypted files. Integrates with VIM. WIP
https://pypi.org/project/puren-tonbo/
GNU Lesser General Public License v2.1
1 stars 0 forks source link

ptig less/more support - pipe support #132

Open clach04 opened 4 months ago

clach04 commented 4 months ago

Add support to ptig to allow pipe support into processes, e.g. support for less/more (etc.) commands. See https://github.com/clach04/puren_tonbo?tab=readme-ov-file#readonly-pipe-into-editor

Unclear if process substitution could be implemented ala bash for read only editor/view support.

Process config could simply be:

'bat': '| bat',
'less': '| less',
...