Menu

Tree [361ca9] master /
 History

HTTPS access


File Date Author Commit
 LICENSE 2020-10-10 kitty-kat kitty-kat [20bc0d] Create LICENSE
 Makefile 2020-11-21 kitty-kat kitty-kat [361ca9] Update Makefile
 README.md 2020-11-20 kitty-kat kitty-kat [b15da1] change git download link
 gtk.py 2020-11-15 kitty-kat kitty-kat [8390e1] rename, add, change. Gtk+3 now!!!
 shutdown-helper.1.gz 2020-11-15 kitty-kat kitty-kat [47689e] Added manpage
 shutdown-helper.8.gz 2020-11-20 kitty-kat kitty-kat [caf58e] Changed Makefile, add man(8) manpage
 tk.py 2020-11-15 kitty-kat kitty-kat [8390e1] rename, add, change. Gtk+3 now!!!

Read Me

Shutdown Helper for

Ubuntu

Requires: curl, make

Download Installer

#!/bin/bash
$ mkdir $HOME/Downloads/shutdown-helper
$ curl https://raw.githubusercontent.com/wackyblackie/python-shutdown-helper/master/Makefile -O $HOME/Downloads/shutdown-helper/Makefile

Run Installer

Download and Install Components

$ make download install -C $HOME/Downloads/shutdown-helper

ONLY Download Components

$ make download -C $HOME/Downloads/shutdown-helper

ONLY Install Components

$ make install -C $HOME/Downloads/shutdown-helper

Uninstalling/Removing

Uninstalling executables, and NOT manpages:

$ make uninstall -C $HOME/Downloads/shutdown-helper

Uninstalling ALL components:

$ make remove -C $HOME/Downloads/shutdown-helper

Windows

Requires: git, python3, tkinter: pip3 install tk

#!%systemtroot%\Windows\System32\cmd.exe OR %systemroot%\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
> git clone https://github.com/wackyblackie/python-shutdown-helper %USERPROFILE%\Downloads\shutdown-helper
> cd %USERPROFILE%\Downloads\shutdown-helper
> python3 -m tk.py

Uninstalling

#!%systemtroot%\Windows\System32\cmd.exe OR %systemroot%\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
> rmdir %USERPROFILE%\Downloads\shutdown-helper