1
0
Fork
You've already forked utils
0
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%
2025年03月05日 16:39:40 +00:00
doc add markdown documentation 2025年02月26日 19:41:31 -06:00
man Update man/man1/pkg_size.1 2025年03月05日 16:35:41 +00:00
scripts Update scripts/pkg_size 2025年03月05日 16:39:40 +00:00
LICENSE swap to older ISC license 2025年02月25日 11:31:18 -06:00
Makefile add markdown documentation 2025年02月26日 19:41:31 -06:00
README.md Update README.md 2025年03月05日 16:33:14 +00: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
  • 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.