forked from Izder456/utils
Small utilities that only use things from a base install of OpenBSD that make various daily tasks more streamlined.
- Shell 82.6%
- Makefile 17.4%
| doc | add markdown documentation | |
| man | Update man/man1/pkg_size.1 | |
| scripts | Update scripts/pkg_size | |
| LICENSE | swap to older ISC license | |
| Makefile | add markdown documentation | |
| README.md | Update 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 directoriesport: 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.