Terminal User Interface for pm-utils
Go to file
Fierelier 123d69bd86 Inherit group as well as user 2023-10-01 04:18:24 +02:00
src Inherit group as well as user 2023-10-01 04:18:24 +02:00
.gitignore Initial commit 2023-09-27 23:02:54 +02:00
LICENSE Add LICENSE 2023-09-27 23:05:23 +02:00
README.txt Initial commit 2023-09-27 23:02:54 +02:00
compile Initial commit 2023-09-27 23:02:54 +02:00
env Initial commit 2023-09-27 23:02:54 +02:00
install Inherit group as well as user 2023-10-01 04:18:24 +02:00

README.txt

pm-tui is a TUI (Terminal User Interface) for pm-utils. It allows non-privileged users to sleep, hibernate, reboot and shut down.

Installation:
./build
sudo ./install

It uses full paths to the executables. To change them, create/edit a file in src/platform. To change which platform to use, edit env.

env also contains some other settings related to compilation and installation.