A collection of Unix terminal/console/curses tools
1–10 of 50 posts
Re: A collection of Unix terminal/console/curses tools
#2Re: A collection of Unix terminal/console/curses tools
#3> Still the most complex game on the planet.
Does anybody know if a HTML5 version of Nethack exists?
Re: A collection of Unix terminal/console/curses tools
#4Not to mention vim, rsync, curl, and ack, all of which I (and I had assumed everyone else) use on a regular basis.
Re: A collection of Unix terminal/console/curses tools
#5most of these aren't really obscure, but i still think it's a cool list. thanks for that.
Re: A collection of Unix terminal/console/curses tools
#6> nethack & slash'em > Still the most complex game on the planet. Does anybody know if a HTML5 version of Nethack exists?
Re: A collection of Unix terminal/console/curses tools
#7It sounds ridiculous, but you can tell a lot about a console program from a screenshot.
Re: A collection of Unix terminal/console/curses tools
#8Most of these are fairly common, and many of the descriptions are terrible, for example: `rsync` doesn't "[Keep] filesystems in sync over SSH"; it's a versatile `cp`-like for dealing with remote systems efficiently that happens to support transfers over SSH.