Oxide Utils
Oxide provides various command line tools that can be used for scripting.
$ opkg install rot
$ opkg install 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 Utils
-
Oxide CLI tool
https://oxide.eeems.codes/documentation/01_usage.html#cli-tool-rot
-
Oxide API Documentation
https://oxide.eeems.codes/documentation/api/00_overview.html
-
Tutorial writing a script that uses oxide's command line tools