README.md (919B)
1 # utilies 2 A handful of (useful) scripts for unix-like systems. 3 4 ## Scripts included 5 | Script | Requirements | Description | 6 | --- | --- | --- | 7 | `dugrep` | `rofi` or `dmenu` | `du` files in home directory, `grep` file extention, then open in some program. | 8 | `ealis.sh` | | Experimental Arch Linux Install Script for VirtualBox. | 9 | `hangrep` | go (for building) | From standard input, filter out single chinese characters to standard output. | 10 | `ordur` | | Print the time as text. | 11 | `rgc` | | Groff to PDF compiler. | 12 | `update-stagit.sh` | [stagit](https://git.codemadness.org/stagit/file/README.html) | Makes static html pages for all repos in `/srv/git/` into `/srv/http/`, and an index page. | 13 | `wifi-select` | `rofi` or `dmenu`, NetworkManager | Connect to a wifi with NetworkManager. | 14 | `wiktionaire` | `rofi` or `dmenu`, `surf` or another web browser | Search for word on Wiktionary from the desktop. | 15