Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
d464be13
Commit
d464be13
authored
May 04, 2016
by
Hisham
Browse files
Merge branch 'master' of
https://github.com/hishamhm/htop
parents
759caf0f
cdc91b0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
d464be13
...
@@ -27,17 +27,17 @@ AC_PROG_LIBTOOL
...
@@ -27,17 +27,17 @@ AC_PROG_LIBTOOL
# Checks for platform.
# Checks for platform.
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
case "$target" in
case "$target
_os
" in
*
linux*)
linux*
|gnu*
)
my_htop_platform=linux
my_htop_platform=linux
;;
;;
*
freebsd*)
freebsd*|k
freebsd*)
my_htop_platform=freebsd
my_htop_platform=freebsd
;;
;;
*
openbsd*)
openbsd*)
my_htop_platform=openbsd
my_htop_platform=openbsd
;;
;;
*
darwin*)
darwin*)
my_htop_platform=darwin
my_htop_platform=darwin
;;
;;
*)
*)
...
...
htop.1.in
View file @
d464be13
...
@@ -10,7 +10,7 @@ Htop is a free (GPL) ncurses-based process viewer for Linux.
...
@@ -10,7 +10,7 @@ Htop is a free (GPL) ncurses-based process viewer for Linux.
.LP
.LP
It is similar to top, but allows you to scroll vertically and horizontally,
It is similar to top, but allows you to scroll vertically and horizontally,
so you can see all the processes running on the system, along with their full
so you can see all the processes running on the system, along with their full
command lines, as well as viewing them as a process tree, selecting mutiple
command lines, as well as viewing them as a process tree, selecting mu
l
tiple
processes and acting on them all at once.
processes and acting on them all at once.
.LP
.LP
Tasks related to processes (killing, renicing) can be done without
Tasks related to processes (killing, renicing) can be done without
...
...
htop.desktop
View file @
d464be13
...
@@ -60,3 +60,4 @@ GenericName[sv]=Processvisning
...
@@ -60,3 +60,4 @@ GenericName[sv]=Processvisning
GenericName[tr]=Süreç Görüntüleyici
GenericName[tr]=Süreç Görüntüleyici
GenericName[uk]=Перегляд процесів
GenericName[uk]=Перегляд процесів
GenericName[zh_TW]=行程檢視器
GenericName[zh_TW]=行程檢視器
Keywords=system;process;task
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment