utilies

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3f23e99ff2d4dff1ae5994a56f04f425c7ce1616
parent 4c508afeb6e6d847af6ebe5bcf43088314d09381
Author: Taco-C <perian.forod@gmail.com>
Date:   Thu,  2 Jul 2020 00:06:41 +0200

Update README with new scripts

Diffstat:
MREADME.md | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -2,8 +2,11 @@ A handful of (useful) scripts for unix-like systems. ## Scripts included +| Script | Requirements | Description | +| --- | --- | --- | +| `dugrep` | `rofi` or `dmenu` | `du` files in home directory, `grep` file extention, then open in some program. | +| `ealis.sh` | | Experimental Arch Linux Install Script for VirtualBox. | +| `hangrep` | go (building) | From standard input, filter out single chinese characters to standard output. | +| `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. | +| `wiktionaire` | `rofi` or `dmenu`, `surf` or another web browser. | Search for word on Wiktionary from the desktop. | -### update-stagit.sh -Requires [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.