Upterm – A terminal emulator and interactive shell based on Electron
21–30 of 127 posts
Re: Upterm – A terminal emulator and interactive shell based on Electron
#22Hi, author of Upterm here. Ask me anything.
Re: Upterm – A terminal emulator and interactive shell based on Electron
#23Re: Upterm – A terminal emulator and interactive shell based on Electron
#24No thanks
Re: Upterm – A terminal emulator and interactive shell based on Electron
#25Hi, author of Upterm here. Ask me anything.
i.e.
`cd $THAT_ENV_DIRECTORY`
however I always get
`The directory "$THAT_ENV_DIRECTORY" doesn't exist. `
although clearly it does as it is autocompletion suggested
Re: Upterm – A terminal emulator and interactive shell based on Electron
#26Looks really cool! The only caveat is that I'm not sure I want to have another electron app chewing through 15% of my CPU...
Re: Upterm – A terminal emulator and interactive shell based on Electron
#27> based on Electron. No thanks
Re: Upterm – A terminal emulator and interactive shell based on Electron
#28Hi, author of Upterm here. Ask me anything.
My differences: (1) The shell is in pure js. It's a thin wrapper around shelljs but I had plans to move to a builder type syntax, eg. fs.cp().f("/tmp/foo").t("/tmp/bar").x();
(2) I made an api so people could quickly code up graphical output for commands.
Just wondering if you'd be interested in integrating a feature like this. Do you have a chat channel?
Re: Upterm – A terminal emulator and interactive shell based on Electron
#29I'm not going to spend hundreds of megabytes to display text on the screen. Not to mention the input latency this will have between keystrokes. The style of autocompletion shown can already be achieved with zsh - autocompletion should not be a function of your terminal emulator, but rather your shell. However, this is all just my opinion and maybe there will be a load of users, me and people who share my opinions wil…
* Make a decision you want completion.
* Press tab for it to appear.
* Guess when your token is precise enough to be unambiguous or else cycle through results.
Not to mention fuzzy search.
It may sound as not that much of an overhead, but it's so much slower than what I have in, say, Intellij IDEA.
Re: Upterm – A terminal emulator and interactive shell based on Electron
#30Electron... no thanks! I will wait for Alacritty, in the meantime iTerm2 and Terminal.app are there...