Skip to content

papajoker/sys-journald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.