Zev Weiss a1a027b9bd Axe automated header generation.
Reasoning:
 - implementation was unsound -- broke down when I added a fairly
   basic macro definition expanding to a struct initializer in a *.c
   file.

 - made it way too easy (e.g. via otherwise totally innocuous git
   commands) to end up with timestamps such that it always ran
   MakeHeader.py but never used its output, leading to overbuild noise
   when running what should be a null 'make'.

 - but mostly: it's just an awkward way of dealing with C code.
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-08-28 00:02:35 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2006-03-04 18:16:49 +00:00
2016-02-14 22:36:40 +01:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-08-21 10:37:33 +02:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2014-04-09 14:47:58 -03:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-08-21 10:37:33 +02:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2014-02-03 09:11:39 -02:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-08-21 10:37:33 +02:00
2020-08-21 10:37:33 +02:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00
2020-09-03 11:58:58 -05:00

htop

CI Coverity Scan Build Status Mailing List IRC #htop Github Release Download

Introduction

htop is a cross-platform interactive process viewer. It requires ncurses.

For more information and details on how to contribute to htop visit htop.dev.

Build instructions

This program is distributed as a standard autotools-based package. For detailed instructions see the INSTALL file, which is created after ./autogen.sh is run.

When compiling from a release tarball, run:

./configure && make

For compiling sources downloaded from the Git repository, run:

./autogen.sh && ./configure && make

By default make install will install into /usr/local, for changing the path use ./configure --prefix=/some/path.

See the manual page (man htop) or the on-line help ('F1' or 'h' inside htop) for a list of supported key commands.

License

GNU General Public License, version 2 (GPL-2.0)

Description
htop - an interactive process viewer
Readme 6 MiB
Languages
C 93%
Roff 2.3%
M4 2.3%
Lua 1.5%
Makefile 0.8%