https://github.com/taco-c/utilies
Assorted tools.
https://github.com/taco-c/utilies
scripts
Last synced: 3 months ago
JSON representation
Assorted tools.
- Host: GitHub
- URL: https://github.com/taco-c/utilies
- Owner: taco-c
- License: gpl-3.0
- Created: 2020-07-01T15:27:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T13:04:32.000Z (over 1 year ago)
- Last Synced: 2025-04-09T01:33:08.815Z (7 months ago)
- Topics: scripts
- Language: Shell
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# utilies
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 (for building) | From standard input, filter out single chinese characters to standard output. |
| `ordur` | | Print the time as text. |
| `rgc` | | Groff to PDF compiler. |
| `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. |
| `wifi-select` | `rofi` or `dmenu`, NetworkManager | Connect to a wifi with NetworkManager. |
| `wiktionaire` | `rofi` or `dmenu`, `surf` or another web browser | Search for word on Wiktionary from the desktop. |