Open utdemir opened 5 years ago
awesome! thx @utdemir
this is fantastic and makes this up
so much more convenient, even. It should really be added to the README for people to find more easily.
I'm glad you liked it @chrisgrieser !
I created a new GitHub project with it: utdemir/zsh-up. So now:
This is not an issue per se, but I wrote a small
zsh
function to integrateup
:If you add this to your
zshrc
, Ctrl+U will runup
passing the current commands output, and when you exitup
withCtrl+X
, the result will replace current prompt. It's slightly easier than dealing withupN.sh
files.It was quite useful for me, I'm just sharing this so maybe you'd like to put it to
README.md
or somewhere people can find out.