Izder456/utils
2
4
Fork
You've already forked utils
1
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%
2026年06月03日 12:36:47 -05:00
doc update doc folder 2026年06月03日 12:27:12 -05:00
man change internet check url to avoid pinging theo's house 2026年06月03日 12:26:52 -05:00
scripts change internet check url to avoid pinging theo's house 2026年06月03日 12:26:52 -05:00
LICENSE swap to older ISC license 2025年02月25日 11:31:18 -06:00
Makefile set default target to install 2025年04月27日 18:33:14 -05:00
README.md fix typo in README.md 2026年06月03日 12:36:47 -05:00

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 manager
  • ffvideocall: Configure Firefox for video conferencing
  • src: Quick navigation to source directories
  • readme: Easy pkg-readme reading
  • port: Advanced ports tree navigation
  • pclean: Clean port working directories
  • maintains: Show port maintainer information
  • pkg_missing: Identify missing package updates
  • pkg_size: List packages by size
  • port_reinstall: Rebuild outdated ports
  • revert_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.