Horasal

Results 5 comments of Horasal

Request: logging api * Background Current zellij does not provide any logging method (nor for zellij itself except a function for dumping terminal content). As plugin can not simply use...

@TheLostLambda I tried `dbg!` during working on https://github.com/zellij-org/zellij/pull/319 , it works and is useful for debugging. However, I think there are still some issues remaining: * developers have to remove...

> what do you think about changing Zellij to capture output over stderr when Zellij is run with --debug? > Any messages from the plugins can then be timestamped and...

[nu-commands-frequency-txt+horasal.csv](https://github.com/nushell/nushell.github.io/files/12459922/nu-commands-frequency-txt%2Bhorasal.csv) [nu-commands-frequency-txt+horasal.txt](https://github.com/nushell/nushell.github.io/files/12459923/nu-commands-frequency-txt%2Bhorasal.txt)

Could you try `source prase-fish.nu`? Code containing non-function can only be used `source` but not `use`, I think? It may be a good idea to make `quote` a function like...