Small utilities that only use things from a base install of OpenBSD that make various daily tasks more streamlined.
- Shell 82.9%
- Makefile 17.1%
| doc | update doc folder | |
| man | change internet check url to avoid pinging theo's house | |
| scripts | change internet check url to avoid pinging theo's house | |
| LICENSE | swap to older ISC license | |
| Makefile | set default target to install | |
| README.md | fix typo in README.md | |
OpenBSD Utilities
A collection of Korn shell utilities that simplify common OpenBSD system tasks. All utilities only use software included in the base OpenBSD system.
Features
Current utilities include:
wireless: Interactive & graphical WiFi connection managerffvideocall: Configure Firefox for video conferencingsrc: Quick navigation to source directoriesreadme: Easy pkg-readme readingport: Advanced ports tree navigationpclean: Clean port working directoriesmaintains: Show port maintainer informationpkg_missing: Identify missing package updatespkg_size: List packages by sizeport_reinstall: Rebuild outdated portsrevert_diffs: Restore original patched files
Installation
Options: Set environment variables to override
PREFIX ?= /usr/local
MANDIR ?= ${PREFIX}/man
BINDIR ?= ${PREFIX}/bin
DOCDIR ?= ${.CURDIR}/doc
# Install to /usr/local
doas make install
# Uninstall
doas make uninstall
License
This project is licenced under the ISC license, please see LICENSE for more info.