Cash: a cross-platform implementation of Unix shell commands in JavaScript
11–20 of 75 posts
Re: Cash: a cross-platform implementation of Unix shell commands in JavaScript
#12Re: Cash: a cross-platform implementation of Unix shell commands in JavaScript
#13Cmd.exe isn't so bad after installing clink for readline behavior and learning a few idioms.
The only thing really bothersome is the lack of job control (partially obviated by ConEmu), which I didn't see in Cash.
Re: Cash: a cross-platform implementation of Unix shell commands in JavaScript
#14Using a terminal in windows was a horrible experience when I had to do it for a (fortunately brief) project a couple of years ago. But I think the real problem isn't the lack of a decent shell; there are already several shells out there that, while not as nice as their modern Unix equivalents, are at least usable. The bigger problem for me was the terminal emulator. Awful fonts, worse rendering, crappy copy/paste, li…
Re: Cash: a cross-platform implementation of Unix shell commands in JavaScript
#15Using a terminal in windows was a horrible experience when I had to do it for a (fortunately brief) project a couple of years ago. But I think the real problem isn't the lack of a decent shell; there are already several shells out there that, while not as nice as their modern Unix equivalents, are at least usable. The bigger problem for me was the terminal emulator. Awful fonts, worse rendering, crappy copy/paste, li…
ConEmu is a great container for a tabbed interface of Babun, PuTTY or powershell instances.
Re: Cash: a cross-platform implementation of Unix shell commands in JavaScript
#16I've found ConEmu a reasonable substitute for xterm+tmux/dwm. Cmd.exe isn't so bad after installing clink for readline behavior and learning a few idioms. The only thing really bothersome is the lack of job control (partially obviated by ConEmu), which I didn't see in Cash.
Re: Cash: a cross-platform implementation of Unix shell commands in JavaScript
#17Re: Cash: a cross-platform implementation of Unix shell commands in JavaScript
#18I absolutely love msys2: http://msys2.github.io/ It comes with an easy to use installer and `pacman` package manager. Their repositories have lots of stuff already compiled to windows usage (the silver surfer, gnu global, etc). Also, sshd works mostly out of the box. Ability to ssh to Windows box into a functional shell (not crippled cmd.exe) is a killer feature for me.
pacman -S msys/apackage
I had very little linux experience in the past and was amazed by the wealth of libraries, tools available. Especially anything related to the Gnome project. This stuff should be more popular among Windows developers.Re: Cash: a cross-platform implementation of Unix shell commands in JavaScript
#19No GCC or compilers, which I would think is one of the biggest reasons most people use Cygwin? Cygwin isn't just shell commands, and surprisingly PowerShell doesn't suck as much it features some unixy commands. As well as others have mentioned Clink makes cmd.exe suck even less.
Re: Cash: a cross-platform implementation of Unix shell commands in JavaScript
#20I absolutely love msys2: http://msys2.github.io/ It comes with an easy to use installer and `pacman` package manager. Their repositories have lots of stuff already compiled to windows usage (the silver surfer, gnu global, etc). Also, sshd works mostly out of the box. Ability to ssh to Windows box into a functional shell (not crippled cmd.exe) is a killer feature for me.