/fromo

a python based toolset for logging the frontmost-window on Linux

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Code Health License

logo fromo

About

fromo is a python based toolset for logging the frontmost-window on Linux.

It contains:

  • fromo_logger.py - logger which logs the frontmost command, windowtitle and PID.
  • fromo_analyzer.py - analyzer which can generate a report out of the logger log file

fromo_logger

UI

fromo_analyzer

UI

Requirements

The following packages are needed

  • xdotool
  • python (2.x)
  • clint (python module - via: 'sudo pip install clint')

Usage

fromo_logger

  • Mark as executable
chmod +x fromo_logger.py
  • Start the logger script
./fromo_logger.py

The -h parameter shows optional parameters.

fromo_analyzer

  • Mark as executable
chmod +x fromo_analyzer.py
  • Start the analyzer script
./fromo_analyzer.py

Resources