Date: Sun, 13 Apr 2003 14:27:16 -0500 From: Mike Meyer <mwm-dated-1050694037.958749@mired.org> To: "John Young" <john_young69@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: console programs Message-ID: <16025.47636.886397.407929@guru.mired.org> In-Reply-To: <BAY2-DAV53Rn8P5o7P60000b926@hotmail.com> References: <BAY2-DAV53Rn8P5o7P60000b926@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
/usr/ports is your friend. So aer newlines. Your mail would have been easier to read and reply to if you'd put in a few In <BAY2-DAV53Rn8P5o7P60000b926@hotmail.com>, John Young <john_young69@hotmail.com> typed: > When I say console programs I mean applications like > word processors Hard to do a real word processors in a console. There are lots of editors and text formatting programs. vi and troff come with the system. Emacs is in the ports system, runs without X and can be built without X support to save memory. LaTeX is also in the ports tree. Those are probably the two most popular editors and text formatters. If that doesn't do what you want, possibly you should describe what you're looking for that you expect to run on a console. /usr/ports/editors is full of editors. /usr/ports/print/latex for latex. > spreadsheets /usr/ports/math is the place to look. sc and ss should both work in a console. > databases Personally, I use PostgreSQL and the psql client - or sometimes python with PyGreSQL, but I like my databases to be real. That's probably a bit large for what you're looking for, but all the SQL servers have clients that will run in a console. For single flat-file stuff, the spreadsheets I've already mentioned are probably as good as you're going to get. What I don't think you'll find is something like Access, that lets you do graphical database design with a single-user database underneath it. Again, if you describe more accurately what you want, we can narrow things down some. But you can look through the pkg-descr files in /usr/ports/databases to get started. > a few games Look in /usr/ports/games. ATC is a great air traffic controller sim that runs in the console. Doing "grep -i ascii */pkg-descr" in /usr/ports/games turns up a half-dozen or so games. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16025.47636.886397.407929>