console programs

Mike Meyer mwm-dated-1050694037.958749 at mired.org
Sun Apr 13 12:27:19 PDT 2003


/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 at hotmail.com>, John Young <john_young69 at 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 at mired.org>		http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.


More information about the freebsd-questions mailing list