Oxide Utils#
Oxide provides various command line tools that can be used for scripting.
$ opkg intall rot
$ opkg intall oxide-utils
$ opkg install inject_evdev
Pros#
Exposes the Oxide API to scripts.
Reimplements many tools that desktop linux scripts use.
Cons#
Most tools depend on Oxide.
External Links#
- Oxide API Documentation
https://oxide.eeems.codes/documentation/api/00_overview.html
- Tutorial writing a script that uses oxide’s comand line tools