Arul Agrawal

Results 3 issues of Arul Agrawal

It would be great if there were a way to have the client not automatically scroll to the bottom on each conversation, instead staying near the last message that you...

enhancement
ux

I have a really simple widget that displays the output of a command. ``` const command=`osascript -l JavaScript -e "console.log('hello')"` const refreshFrequency = 1000; // ms let render = ({output})...

In fish shell, support simple keybinds of the form "SEQUENCE" -> COMMAND, as described in the fish docs: https://fishshell.com/docs/current/cmds/bind.html ### Description Support generating simple keybinds for fish shell. The implementation...