アプリケーション一覧/ユーティリティ

提供: ArchWiki
2021年2月3日 (水) 11:56時点におけるNy-a (トーク | 投稿記録)による版 (→‎バージョン管理システム: →‎ビルド自動化: en:Special:PermanentLink/649695 に同期してセクションを移動)
ナビゲーションに移動 検索に移動

ユーティリティ

Terminal

Command shells

See the main article: Command-line shell.

See also Wikipedia:Comparison of command shells.

Terminal emulators

Terminal emulators show a GUI Window that contains a terminal. Most emulate Xterm, which in turn emulates VT102, which emulates typewriter. For further background information, see Wikipedia:Terminal emulator.

For a comprehensive list, see Wikipedia:List of terminal emulators.

  • Alacritty — A cross-platform, GPU-accelerated terminal emulator.
https://github.com/jwilm/alacritty || alacritty
  • aterm — Xterm replacement with transparency support. It has been deprecated in favour of urxvt since 2008.
http://www.afterstep.org/aterm.php || atermAUR
  • Cool Retro Term — A good looking terminal emulator which mimics the old cathode display.
https://github.com/Swordfish90/cool-retro-term || cool-retro-term
  • CuteCom — A graphical serial terminal.
https://gitlab.com/cutecom/cutecom || cutecomAUR
  • Eterm — Terminal emulator intended as a replacement for xterm and designed for the Enlightenment desktop.
https://github.com/mej/Eterm || etermAUR
  • foot — Lightweight terminal emulator for Wayland with sixel support
https://codeberg.org/dnkl/foot || footAUR, foot-gitAUR
  • Hyper — A terminal with JS/CSS support. Based on the Electron platform.
https://github.com/zeit/hyper || hyperAUR
  • Konsole — Terminal emulator included in the KDE desktop.
https://www.kde.org/applications/system/konsole/ || konsole
  • kitty — A modern, hackable, featureful, OpenGL based terminal emulator
https://github.com/kovidgoyal/kitty || kitty
  • Liri Terminal — Material Design terminal for Liri.
https://github.com/lirios/terminal || liri-terminal
  • mlterm — A multi-lingual terminal emulator supporting various character sets and encodings in the world.
https://sourceforge.net/projects/mlterm/ || mltermAUR
  • moserial — GTK-based serial terminal for the GNOME desktop.
https://wiki.gnome.org/Apps/Moserial || moserial
  • PuTTY — Highly configurable ssh/telnet/serial console program.
https://www.chiark.greenend.org.uk/~sgtatham/putty/ || putty
  • QTerminal — Lightweight Qt-based terminal emulator.
https://github.com/qterminal/qterminal || qterminal
  • rxvt — Popular replacement for xterm.
http://rxvt.sourceforge.net/ || rxvtAUR
  • shellinabox — A web-based SSH Terminal
https://github.com/shellinabox/shellinabox || shellinabox-gitAUR
  • st — Simple terminal implementation for X.
http://st.suckless.org || stAUR
  • Terminology — Terminal emulator by the Enlightenment project team with innovative features: file thumbnails and media play like a media player.
https://www.enlightenment.org/about-terminology || terminology
  • urxvt — Highly extendable (with Perl) unicode enabled rxvt-clone terminal emulator featuring tabbing, url launching, a Quake style drop-down mode and pseudo-transparency.
http://software.schmorp.de/pkg/rxvt-unicode.html || rxvt-unicode
  • xterm — Simple terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that cannot use the window system directly.
https://invisible-island.net/xterm/ || xterm
  • Yakuake — Drop-down terminal (Quake style) emulator based on Konsole.
https://kde.org/applications/system/org.kde.yakuake || yakuake


VTE-based

VTE (Virtual Terminal Emulator) is a widget developed during early GNOME days for use in the GNOME Terminal. It has since given birth to many terminals with similar capabilities.

  • Deepin Terminal — Terminal emulation application for Deepin desktop.
https://www.deepin.org/en/original/deepin-terminal/ || deepin-terminal
  • EasySSH — SSH Connection Manager.
https://github.com/muriloventuroso/easyssh || easysshAUR
  • Germinal — Minimalist terminal emulator which provides a borderless maximized terminal, attached to a tmux session by default, hence providing tabs and panels.
https://www.imagination-land.org/tags/germinal.html || germinalAUR
  • GNOME Terminal — A terminal emulator included in the GNOME desktop with support for Unicode and pseudo-transparency.
https://wiki.gnome.org/Apps/Terminal || gnome-terminal
  • Guake — Drop-down terminal for the GNOME desktop.
http://guake-project.org/ || guake
  • kermit — A VTE-based terminal emulator that aims to be simple, fast and effective.
https://github.com/orhun/kermit || kermitAUR
  • LXTerminal — Desktop independent terminal emulator for LXDE.
https://wiki.lxde.org/en/LXTerminal || lxterminal
https://www.mate-desktop.org/ || mate-terminal
  • Pantheon Terminal — A super lightweight, beautiful, and simple terminal emulator. It's designed to be setup with sane defaults and little to no configuration.
https://github.com/elementary/terminal || pantheon-terminal
  • ROXTerm — Tabbed terminal emulator with a small footprint.
http://roxterm.sourceforge.net/ || roxtermAUR
  • sakura — Terminal emulator based on GTK and VTE.
http://www.pleyades.net/david/projects/sakura || sakura
  • Terminator — Terminal emulator supporting multiple resizable terminal panels.
https://gnome-terminator.org/ || terminator
  • Termite — Keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/thestinger/termite || termite
  • Tilda — Configurable drop down terminal emulator.
https://github.com/lanoxx/tilda/ || tilda
  • Tilix — Tiling terminal emulator for GNOME.
https://gnunn1.github.io/tilix-web/ || tilix
  • Xfce Terminal — Terminal emulator included in the Xfce desktop with support for a colorized prompt and a tabbed interface.
https://docs.xfce.org/apps/terminal/start || xfce4-terminal


KMS-based

The following terminal emulators are based on the kernel mode setting that could be invoked without X.

  • KMSCON — A KMS/DRM-based system console(getty) with an integrated terminal emulator for Linux operating systems.
https://github.com/dvdhrm/kmscon || kmscon


framebuffer-based

In the GNU/Linux world, the framebuffer can refer to a virtual device in the Linux kernel (fbdev) or the virtual framebuffer system for X (xvfb). This section mainly lists the terminal emulators based on the in-kernel virtual device, i.e. fbdev.

  • yaft — A simple terminal emulator for living without X, with UCS2 glyphs, wallpaper and 256color support.
https://github.com/uobikiemukot/yaft || yaftAUR


Terminal pagers

See also Wikipedia:Terminal pager.

  • more — A simple and feature-light pager. It is a part of util-linux.
https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/about/ || util-linux
  • less — A program similar to more, but with support for both forward and backward scrolling, as well as partial loading of files.
https://www.gnu.org/software/less/ || less
  • most — A pager with support for multiple windows, left and right scrolling, and built-in colour support
http://www.jedsoft.org/most/ || most
  • mcview — A pager with mouse and colour support. It is bundled with midnight commander.
http://midnight-commander.org/ || mc

Terminal multiplexers

See also Wikipedia:Terminal multiplexer.

  • abduco — Tool for session attach and detach support which allows a process to run independently from its controlling terminal.
https://www.brain-dump.org/projects/abduco/ || abduco
  • byobu — An GPLv3 licensed addon for tmux or screen. It requires a terminal multiplexer installed.
https://byobu.org/ || byobu
http://dtach.sourceforge.net/ || dtachAUR
  • dvtmdwm-style window manager in the console.
https://www.brain-dump.org/projects/dvtm/ || dvtm
  • GNU Screen — Full-screen window manager that multiplexes a physical terminal.
https://www.gnu.org/software/screen/ || screen
  • mtm — Simple terminal multiplexer with just four commands: change focus, split, close, and screen redraw.
https://github.com/deadpixi/mtm || mtm-gitAUR
  • tmux — BSD licensed terminal multiplexer.
https://tmux.github.io/ || tmux
ヒント: Kitty, a terminal emulator, offers similar functions.


ファイル

File managers

See also Wikipedia:Comparison of file managers.


Console
  • Clex — File manager with full-screen user interface
http://www.clex.sk/ || clexAUR
  • ded — directory editor, file manager similar to Emacs dired
https://invisible-island.net/ded/ded.html || dedAUR
https://www.gnu.org/software/emacs/manual/html_node/emacs/Dired.html || emacs
  • joshuto — ranger-like terminal file manager written in Rust.
https://github.com/kamiyaa/joshuto || joshuto-gitAUR
  • Last File Manager — Powerful file manager written in Python 3 with a curses interface.
https://inigo.katxi.org/devel/lfm/ || lfmAUR
  • lf — Terminal file manager written in Go using server/client architecture.
https://github.com/gokcehan/lf || lfAUR
http://midnight-commander.org || mc
  • nffm — "Nothing Fancy File Manager", a mouseless ncurses file manager written in C.
https://github.com/mariostg/nffm || nffm-gitAUR
  • nnn — Tiny, lightning fast, feature-packed file manager.
https://github.com/jarun/nnn || nnn
  • fff — A simple file manager written in Bash.
https://github.com/dylanaraps/fff || fff
  • Pilot — File manager that comes with the Alpine email client.
http://alpine.x10host.com/ || alpine-gitAUR
  • Ranger — Console-based file manager with vi bindings, customizability, and lots of features.
https://ranger.github.io/ || ranger
  • Vifm — Ncurses-based two-panel file manager with vi-like keybindings.
https://vifm.info || vifm


Graphical
  • Caja — The file manager for the MATE desktop.
https://github.com/mate-desktop/caja || caja
  • Deepin File Manager — File manager developed for Deepin.
https://www.deepin.org/en/original/dde-file-manager/ || deepin-file-manager
  • Dolphin — File manager included in the KDE desktop.
https://userbase.kde.org/Dolphin || dolphin
  • Gentoo — A lightweight file manager for GTK.
https://sourceforge.net/projects/gentoo/ || gentooAUR
  • GNOME Files — Extensible, heavyweight file manager used by default in GNOME with support for custom scripts.
https://wiki.gnome.org/Apps/Files || nautilus
  • Konqueror — File manager and web browser for the KDE desktop.
https://konqueror.org/ || konqueror
  • Liri Files — The file manager for Liri.
https://github.com/lirios/files || liri-files
  • Nemo — Nemo is the file manager of the Cinnamon desktop. A fork of Nautilus.
https://cinnamon.linuxmint.com/ || nemo
  • Pantheon Files — File browser designed for elementary OS.
https://github.com/elementary/files || pantheon-files
  • PathFinder — File browser that comes with the FOX toolkit.
http://fox-toolkit.org/ || fox
  • PCManFM — Very fast and lightweight file manager which can also optionally manage the desktop icons and background.
https://wiki.lxde.org/en/PCManFM || pcmanfm
  • PCManFM-Qt — Qt port of PCManFM file manager.
https://github.com/lxqt/pcmanfm-qt || pcmanfm-qt
  • qtFM — Small, lightweight filemanager for Linux desktops based on pure Qt.
https://qtfm.eu/ || qtfmAUR
  • ROX Filer — Small and fast file manager which can optionally manage the desktop background and panels.
http://rox.sourceforge.net/ || rox
  • Thunar — File manager that can be run as a daemon with excellent start up and directory load times.
https://docs.xfce.org/xfce/thunar/start || thunar


Twin-panel

Note that some of these twin-panel file managers can also be set to have only one pane.

  • Double Commander — File manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
https://doublecmd.sourceforge.io/ || GTK: doublecmd-gtk2, Qt5: doublecmd-qt5
  • emelFM2 — File manager that implements the popular two-panel design.
http://emelfm2.net/ || emelfm2
https://gcmd.github.io/ || gnome-commanderAUR
  • Krusader — Advanced twin panel (Midnight Commander style) file manager for the KDE desktop.
https://krusader.org/ || krusader
  • muCommander — A lightweight, cross-platform file manager with a dual-pane interface written in Java.
http://www.mucommander.com/ || mucommanderAUR
  • SpaceFM — GTK multi-panel tabbed file manager.
https://ignorantguru.github.io/spacefm/ || spacefmAUR
  • Sunflower — Small and highly customizable twin-panel file manager for Linux with support for plugins.
https://sunflower-fm.org/ || sunflowerAUR
  • trolCommander — Lightweight, dual-pane file manager written in Java. Fork of muCommander.
https://github.com/trol73/mucommander || trolcommanderAUR
  • Tux Commander — Windowed file manager with two panels side by side similar to popular Total Commander or Midnight Commander file managers.
http://tuxcmd.sourceforge.net/description.php || tuxcmd
  • Worker — Fast, lightweight and feature-rich file manager for the X Window System.
http://www.boomerangsworld.de/cms/worker/ || workerAUR
  • Xfe — Microsoft Explorer-like file manager for X (X File Explorer).
http://roland65.free.fr/xfe/ || xfeAUR

Trash management

https://github.com/andreafrancia/trash-cli || trash-cli


File synchronization

この記事あるいはセクションは Synchronization and backup programs#Data synchronization と合併することが議論されています。
ノート: There is a dedicated article. (議論: トーク:アプリケーション一覧/ユーティリティ#)

See also Synchronization and backup programs#Data synchronization and Wikipedia:Comparison of file synchronization software.

  • DirSync Pro — Small, but powerful utility for file and folder synchronization.
https://dirsyncpro.org/ || dirsyncproAUR
  • FreeFileSync — Folder comparison and synchronization software that creates and manages backup copies of all your important files.
https://www.freefilesync.org/ || freefilesyncAUR
  • git-annex — Manage files with git, without checking the file contents into git.
https://git-annex.branchable.com/ || git-annex
  • hsync — Command line program to sync only those files that have been renamed/moved but otherwise unchanged. It works by issuing simple move operations at the destination without actually transferring the files, and is meant to be used in conjunction with other synchronization programs that lack this capability.
https://ambrevar.bitbucket.io/hsync/ || hsyncAUR
  • rclone — Command line program to sync files and directories to and from Amazon S3, Dropbox, Google Drive, Microsoft OneDrive, Yandex Disk and many other cloud storage services as well as between local paths.
https://rclone.org/ || rclone
  • rsync — File transfer program that uses the "rsync algorithm" which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.
https://rsync.samba.org/ || rsync
  • SparkleShare — File sharing and collaboration application written in C#. It can sync with any Git server over SSH.
http://www.sparkleshare.org/ || sparkleshare
  • Syncthing — Continuous file synchronization program. It synchronizes files between two or more computers in a simple way without advanced configuration.
https://syncthing.net/ || Web: syncthing, GTK: syncthing-gtk
  • Syncany — Cloud storage and filesharing application with a focus on security and abstraction of storage.
https://www.syncany.org/ || syncanyAUR
  • Synkron — Application that helps you keep your files and folders always updated. You can easily sync your documents, music or pictures to have their latest versions everywhere.
http://synkron.sourceforge.net/ || synkronAUR
  • Unison — File synchronization tool that allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
https://www.cis.upenn.edu/~bcpierce/unison/ || unison


Archiving and compression tools

For archiving and compression command-line tools, see Archiving and compression.

Archive managers
  • 360zip — A proprietary archiving tool.
http://yasuo.360.cn/ || 360zipAUR
  • Ark — Archiving tool included in the KDE desktop.
https://www.kde.org/applications/utilities/ark/ || ark
  • Arqiver — Simple Qt archive manager based on libarchive.
https://github.com/tsujan/Arqiver || arqiver-gitAUR
  • Deepin Archive Manager — Fast and lightweight application for creating and extracting archives.
https://github.com/linuxdeepin/deepin-compressor || deepin-compressor
  • Engrampa — Archive manager for MATE
https://github.com/mate-desktop/engrampa || engrampa
https://wiki.gnome.org/Apps/FileRoller || file-roller
  • LXQt File Archiver — Simple and lightweight desktop-agnostic Qt file archiver.
https://github.com/lxqt/lxqt-archiver || lxqt-archiver
  • p7zip-gui — The GUI belonging to the p7zip software.
http://p7zip.sourceforge.net/ || p7zip-guiAUR
  • PeaZip — Open source file and archive manager.
https://www.peazip.org/peazip-linux.html || GTK: peazip-gtk2-binAUR, Qt: peazip-qt-binAUR
  • Xarchiver — Lightweight desktop independent archive manager built with GTK.
https://github.com/ib/xarchiver || GTK 3: xarchiver, GTK 2: xarchiver-gtk2

Comparison, diff, merge

See also Wikipedia:Comparison of file comparison tools.

For managing pacnew/pacsave files, specialised tools exist. See Pacnew and Pacsave files#Managing .pac* files.


Console

See diff(1) from diffutils and its alternatives.

  • colordiff — A Perl script wrapper for 'diff' that produces the same output but with pretty 'syntax' highlighting.
https://www.colordiff.org/ || colordiff
  • diffr — A Rust utility to pretty-print diff with highlighting at word-level for ease of review.
https://github.com/mookid/diffr || diffrAUR
  • ydiff — A Python wrapper to get highlighted diff output from stdin or VCS-tracked file/dirs, in either unfied or side-by-side view.
https://github.com/ymattw/ydiff || ydiffAUR
Graphical
  • DiffPDF — Compare the text or the visual appearance of each page in two PDF files.
https://gitlab.com/eang/diffpdf || diffpdf
  • Diffuse — Small and simple text merge tool written in Python.
http://diffuse.sourceforge.net/ || diffuse
  • KDiff3 — File and directory diff and merge tool for the KDE desktop.
http://kdiff3.sourceforge.net/ || kdiff3
  • Kompare — GUI front-end program for viewing and merging differences between source files. It supports a variety of diff formats and provides many options to customize the information level displayed.
https://www.kde.org/applications/development/kompare/ || kompare
  • Meld — Visual diff and merge tool that can compare files, directories, and version controlled projects.
http://meldmerge.org/ || meld
  • xxdiff — A graphical browser for file and directory differences.
http://furius.ca/xxdiff/ || xxdiffAUR

Vim and Emacs provide merge functionality with vimdiff and ediff.

Batch renamers

Console

See rename(1) from util-linux.

  • edir — Rename, delete, and copy files and directories using your editor (enhanced vidir).
https://github.com/bulletmark/edir || edirAUR
  • rename.pl — Batch renamer based on perl regex.
https://search.cpan.org/~pederst/rename/ || perl-rename
  • vidir — Rename and delete files and directories using your editor.
https://linux.die.net/man/1/vidir || vidirAUR
Graphical
  • GPRename — GTK batch renamer for files and directories.
http://gprename.sourceforge.net || gprename
  • KRename — Very powerful batch file renamer for the KDE desktop.
https://kde.org/applications/utilities/org.kde.krename || krename
  • metamorphose2 — wxPython based batch renamer with support for regular expressions, renaming multimedia files according to their metadata, etc.
http://file-folder-ren.sourceforge.net || metamorphose2AUR
  • Thunar Bulk Rename — Change the name of multiple files at once using some criterion that applies to at least one of the files. Run with thunar -B.
https://docs.xfce.org/xfce/thunar/bulk-renamer/start || thunar

File searching

This section lists utilities for file searching based on filename, file path or metadata. For full-text searching, see the next section.

See also Wikipedia:List of search engines#Desktop search engines.

Console

See find(1) from findutils and its alternatives.

Graphical
  • Catfish — Versatile file searching tool by Xfce, can be powered by find, locate and Zeitgeist.
https://launchpad.net/catfish-search || catfish
  • GNOME Search Tool — GNOME utility to search for files, depends on GNOME/Files.
https://gitlab.gnome.org/GNOME/gnome-search-tool || gnome-search-tool
  • KFind — Search tool for KDE to find files by name, type or content. Has internal search and supports locate.
https://www.kde.org/applications/utilities/kfind/ || kfind
  • MATE Search Tool — MATE utility to search for files.
https://github.com/mate-desktop/mate-utils || mate-utils
  • regexxer — Interactive search and replace tool featuring Perl-style regular expressions.
http://regexxer.sourceforge.net/ || regexxer
  • Searchmonkey — Powerful GUI search utility for matching regex patterns.
https://sourceforge.net/projects/searchmonkey/ || searchmonkeyAUR
File indexers

These programs index your files to allow for quick searching.

  • Basenji — Volume indexing tool designed for easy and fast indexing of CD/DVD and other type of volume collections.
https://github.com/pulb/basenji || basenjiAUR
  • fsearch — A fast file search utility for Unix-like systems based on GTK 3.
https://github.com/cboxdoerfer/fsearch || fsearch-gitAUR

Full-text searching

See grep(1) from grep and its alternatives, which provide non-indexed full-text search.

Full-text indexers
  • Baloo — KDE's file indexing and search solution, has a CLI and is used by KRunner.
https://community.kde.org/Baloo || baloo
  • DocFetcher — Graphical Java desktop search application.
http://docfetcher.sourceforge.net || docfetcherAUR
  • Recoll — Full text search tool based on Xapian, has CLI and GUI.
https://lesbonscomptes.com/recoll/ || recoll
  • Tracker — All-in-one indexer, search tool and metadata database, used by GNOME Documents, Music, Photos and Videos.
https://gnome.pages.gitlab.gnome.org/tracker/ || tracker
  • Zeitgeist — Event aggregation framework for the user's activities and notifications (files opened, websites visited, conversations had, etc.), has several third-party front-ends.
https://launchpad.net/zeitgeist-project || zeitgeist


ディスクの消去

  • BleachBit — ディスク容量を開けてプライバシーを守ります。キャッシュやクッキー、インターネット履歴、一時ファイル、ログなどを消去。
http://bleachbit.sourceforge.net/ || bleachbit bleachbit-gitAUR
  • gconf-cleaner — gconf データベースに居座っている不必要な gconf キーを消去。
https://code.google.com/archive/p/gconf-cleaner/ || gconf-cleanerAUR
  • rmlint — 重複するファイルを素早く見つけ出すツール (任意で削除も可能)。
https://rmlint.readthedocs.org/en/latest/ || rmlint

ディスク使用量表示プログラム

http://www.marzocca.net/linux/baobab || baobab
  • duc — ディスク使用量を調査するためのライブラリとツールスイート。
http://duc.zevv.nl/ || ducAUR
  • Filelight — コンピュータのディスク使用量を、リング状のマップに視覚化するディスク使用量アナライザ。
http://methylblue.com/filelight/ || filelight
  • GdMap — ファイルやディレクトリサイズにあわせて長方形を表示するディスク使用量アナライザ。
http://gdmap.sourceforge.net/ || gdmap
  • gt5 — 差分が表示できる "du-browser"。
http://gt5.sourceforge.net || gt5AUR
  • ncdu — シンプルな ncurses ディスク使用量アナライザ。
http://dev.yorhel.nl/ncdu || ncdu

時刻同期

  • NTPd — Network Time Protocol のリファレンス実装。
http://support.ntp.org/bin/view/Main/WebHome#The_NTP_Project || ntp
  • Chrony — 軽量な NTP クライアントとサーバー。
http://chrony.tuxfamily.org/ || chrony
  • OpenNTPD — Network Time Protocol のフリーで使いやすい実装。
http://www.openntpd.org/ || openntpd
  • systemd-timesyncd — ネットワークを介してシステム時刻を同期するためのデーモン。
https://www.freedesktop.org/wiki/Software/systemd/ || systemd

システムメンテナンス

  • cylon — メニュードリブンな Bash スクリプトでアップデート・メンテナンス・アンチマルウェア・バックアップ・システムチェック。
https://github.com/gavinlyonsrepo/cylon || cylonAUR

システム監視

カテゴリ:状態監視と通知も参照してください。

  • candybar — タイル型ウィンドウマネージャ用の WebKit ベースのステータスライン。
https://github.com/Lokaltog/candybar || candybar-gitAUR[リンク切れ: アーカイブ: aur-mirror]
  • Conky — 軽量でスクリプト式のシステムモニタ。
https://github.com/brndnmtthws/conky || conky
  • Collectdrrdtool ベースのシンプルで拡張性のあるシステム監視デーモン。消費リソースが少なくて、スタンドアロンに、またはサーバー・クライアントアプリケーションとして設定できます。
https://collectd.org/ || collectd
  • collectl — 軽量なパフォーマンス監視ツール。対話式にレポートを作成したりディスクにログを出力できます。CPU やディスク、InfiniBand、Lustre、メモリ、ネットワーク、NFS、プロセスなどの統計情報を読みやすいフォーマットでまとめます。
http://collectl.sourceforge.net/ || collectlAUR
  • dstat — 多目的リソース統計ツール。
http://dag.wieers.com/home-made/dstat/ || dstat
  • GKrellM — シンプルで柔軟性のある GTK+ 向けシステムモニタパッケージ。多くのプラグインが含まれている。
http://billw2.github.io/gkrellm/gkrellm.html || gkrellm
  • glances — Python 製の CLI curses ベース監視ツール。
http://nicolargo.github.io/glances || glances
  • gnome-system-monitor — GNOME のシステムモニタ。
https://help.gnome.org/users/gnome-system-monitor/ || gnome-system-monitor gnome-system-monitor-gtk2AUR
  • htop — シンプルな、ncurses 対話式プロセスビューア。
http://htop.sourceforge.net/ || htop
  • KSysGuard — KDE のタスクマネージャ・パフォーマンスモニタ。別名 KSysguard。
http://htop.sourceforge.net/ || ksysguard
  • linux process explorer — Linux 向けのグラフィカルプロセスエクスプローラー。
https://sourceforge.net/projects/procexp/ || procexpAUR
  • LXTaskLXDE の軽量なタスクマネージャー。
http://wiki.lxde.org/en/LXTask || lxtask
  • mate-system-monitorMATE の GTK2 システムモニター。
https://github.com/mate-desktop/mate-system-monitor || mate-system-monitor
  • netdata — ウェブベースのリアルタイムパフォーマンスモニター。
https://github.com/firehol/netdata/wiki || netdata
  • Task ManagerXfce の GTK2 プロセス管理アプリケーション。
https://goodies.xfce.org/projects/applications/xfce4-taskmanager || xfce4-taskmanager
  • Paramano — 軽量なバッテリモニター、CPU 周波数スケーラ。trayfreq のフォーク。
https://github.com/phillid/paramano || paramanoAUR
  • Sysstat — リソース管理ツールのコレクション: iostat, isag, mpstat, pidstat, sadf, sar。
http://pagesperso-orange.fr/sebastien.godard/ || sysstat
  • xosview — SGI IRIX の gr_osview に似ているシステムモニター。
http://www.pogo.org.uk/~mark/xosview/ || xosviewAUR

システム情報ビューア

コンソール

  • alsi — Arch Linux のシステム情報ツール。スクリプトのソースコードを修正しなくても他のシステム用に設定することが可能です。
http://trizenx.blogspot.ro/2012/08/alsi.html || alsiAUR
  • archey2 — arch のロゴと基本情報を表示するシンプルな python のスクリプト。Python 2.x バージョン。
https://github.com/djmelik/archey || archey2AUR
  • archey3 — Arch Linux のロゴとシステム情報を表示する Python スクリプト。
https://lclarkmichalek.github.io/archey3 || archey3
  • dmidecode — SMBIOS/DMI の仕様による BIOS に書かれているシステムのハードウェア情報を表示します。
https://www.nongnu.org/dmidecode/ || dmidecode
  • hwdetect/sys によってエクスポートされたモジュールを表示するシンプルなスクリプト。archboot に含まれています。
https://projects.archlinux.org/ || hwdetect
  • hwinfo — openSUSE 由来のパワフルなハードウェア検出ツール。
https://github.com/openSUSE/hwinfo || hwinfo
  • inxi — システム情報を取得するためのスクリプト。
https://github.com/smxi/inxi || inxiAUR
  • neofetch — w3m で画像を表示することができる高速・カスタマイズ可能なシステム情報スクリプト。
https://github.com/dylanaraps/neofetch || neofetch, neofetch-gitAUR
  • screenfetch — archey と似ていますがスクリーンショットを取得することができます。bash で書かれています。
https://github.com/KittyKatt/screenFetch || screenfetch

グラフィカル

  • CPU-G — ハードウェアに関する有益な情報を表示するアプリケーション。Windows の CPU-Z に似ています。
http://cpug.sourceforge.net/ || cpu-gAUR[リンク切れ: アーカイブ: aur-mirror]
  • hardinfo — ハードウェアとオペレーティングシステムに関する情報を表示する小さなアプリケーション。Windows のデバイスマネージャに似ています。
http://hardinfo.berlios.de/HomePage || hardinfo
  • i-Nex — システムで利用できるハードウェアコンポーネントの情報を収集して Windows の人気ツール CPU-Z に似ているユーザーインターフェースで情報を表示するアプリケーション。
http://i-nex.linux.pl/ || i-nex-gitAUR
  • KDE Info Center — ハードウェアやソフトウェアの情報を表示。
https://www.kde.org/applications/system/kinfocenter/ || kinfocenter
  • lshw — マシンのハードウェア設定に関する情報を詳しく表示する小さなツール。CLI と GTK のインターフェイス。
http://ezix.org/project/wiki/HardwareLiSter || lshw

その他

  • tp-hdd-led — Think-Led で HDD の使用を監視。
http://timherbst.de/en/tp-hdd-led/ || tp-hdd-ledAUR[リンク切れ: アーカイブ: aur-mirror]

キーボードレイアウトの切り替え

  • fbxkb — NETWM 互換のキーボードインジケータ・スイッチャー。システム領域にある現在のキーボードのフラグを表示し、他のキーボードに切り替えることが可能です。
http://fbxkb.sourceforge.net/ || fbxkbAUR
  • xxkb — 軽量なキーボードレイアウトインジケータ・スイッチャー。
https://sourceforge.net/projects/xxkb/ || xxkb
  • qxkb — Qt で書かれているキーボード切り替えアプリケーション。
https://github.com/disels/qxkb || qxkbAUR
  • X Neural Switcher — テキストアナライザ。入力の言語を検出して必要に応じてキーボードレイアウトを修正します。
http://www.xneur.ru/ || xneurAUR, gxneurAUR (GUI)

電源管理

省電力設定#パッケージを参照。

クリップボードマネージャ

参照: クリップボードマネージャの一覧

パッケージ管理

参照: AUR ヘルパーPacman GUI フロントエンド
  • Lostfiles — 孤立したファイルを検知するスクリプト。
https://github.com/graysky2/lostfiles || lostfiles
  • Pacmatic — アップグレードの前に Arch ニュースをチェックして、設定ファイルの変更を警告する pacman ラッパ。
http://kmkeen.com/pacmatic || pacmatic
  • pkgfile — あるファイルを使っているパッケージが何かを見つけるツール。
https://github.com/falconindy/pkgfile || pkgfile
  • pkgtools — Arch Linux パッケージ用のスクリプトコレクション。
https://github.com/Daenyth/pkgtools || pkgtoolsAUR
  • srcpac — ソースからのパッケージのリビルドを自動化するシンプルなツール。
https://projects.archlinux.org/srcpac.git || srcpac[リンク切れ: パッケージが存在しません]

インプットメソッド

国際化#インプットメソッドを見てください。