-
-
Notifications
You must be signed in to change notification settings - Fork 19
Standards
Joey Turner edited this page Mar 30, 2024
·
3 revisions
- Network - Ethernet Wireless Bluetooth Access Point
- Locales - Locale Language Region Time Keyboard
- System - System and Security
- SoftWare - Third-party applications
This project uses the following naming convention for functions:
-
see_
: used for retrieving or viewing valuesapt-cashe grep something
ls -h
cat file.txt
lsblk
-
set_
: used for setting or updating valuesecho "somevalue" > somefile.txt
-
get_
: used for getting downloads or updatesapt-get install something
-
rem_
: used for removing or uninstalling somethingapt-get purge something
-
run_
: used for running apps in the user space/usr/bin/chromium --kiosk https://forum.armbian.com/ https://github.com/armbian/configng &
-
mod_
: used for modifying or getting something in user spacegit clone
wget
Please use these prefixes consistently when naming functions in this project.
-
ls --help
Shows advanced flag options -
p7zip -h
Shows simple flag options -
git --help
Shows advanced non flag options
potentially build to any of the with previous