Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 915 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 915 Bytes

sys-journald

View systemd logs.

Functions

  • view Logs, filters, details
  • man search, view man in html with hyperlink between them
  • system infos: partitions, boot, systemd units
  • pacman : -Qi and -Ql
  • themes

alt screen

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/papajoker/sys-journald
# Go into the repository
cd sys-journald
# Install dependencies and run the app
npm install && npm start

This is a minimal Electron application based on the Quick Start Guide. Learn more about Electron and its API in the documentation.