README.md (983B)
1 # gtomb 2 A GUI for Tomb (https://www.dyne.org/software/tomb/) 3 4 `gtomb` is a wrapper for another wrapper called [Tomb](https://github.com/dyne/Tomb) 5 It is imagined to make usage of Tomb even easier for end-users. 6 7 ## Usage 8 ![gtomb UI](https://github.com/parazyd/gtomb/raw/master/screenshot.png "gtomb UI") 9 The UI consists of all commands included in Tomb. You can choose a command you wish to run via the 10 list and the script will run it for you. Easy-peasy. 11 12 ### Random notes 13 * If you type in your sudo password once correctly, in the next 5 (or whatever your sudoers timeout is) minutes, you can type in the wrong password as well. 14 * The function for catching cancellation sometimes fails because of bad ps syntax. (Possibly fixed, needs more testing) 15 16 ## Dependencies 17 * [tomb](https://github.com/dyne/Tomb) (also get tomb's dependencies) 18 * zenity 19 20 ## TODO 21 * Complete error checking 22 * and more stuff 23 24 ## What you need to do 25 * Be patient or help with coding :) 26 * Request features