| echo -e $usercolor hello | See - doesn't work correctly |
| echo -e $(bs-ng-echo $usercolor) hello | See - this does work now |
| bs-ng-profiler | export | Save your configuation in $HOME/bashstyle/profile-$DATE | |
| import | a saved profile | Import an already saved profile |
| countfiles | +h | Count files, folders (and hidden ones) |
| -h | Count files, folders (no hidden ones) | |
| -d | Count folders (no hidden ones) | |
| +d | Count folders (and hidden ones) | |
| -f | Count files (no hidden ones) | |
| +f | Count files (and hidden ones) |
| countprocesses | no options |
| showbatteryload | acpi | use acpi for getting batteryload |
| apm | use apm for getting batteryload |
| showcpuload | no options |
| showload | 1 | Load average for 1 minute |
| 10 | Load average for 10 minutes | |
| 15 | Load average for 15 minutes |
| showmem | --used | Shows used memory in MB |
| --used-percent | Shows used memory in Percent | |
| --free | Shows free memory in MB | |
| --free-percent | Shows free memory in Percent |
| showsize | no options |
| showspace | --used | mountpoint | Shows the used space in GB |
| --used-percent | mountpoint | Shows the used space in Percent | |
| --free | mountpoint | Shows the free space in GB | |
| --free-percent | mountpoint | Shows the free space in Percent |
| showtty | no options |
| showuptime | no options |
| truncpwd | no options |
| showip | show external ip address | |
| <interface> | show external ip address of <interface> |
| man2pdf <manpage> | convert <manpage>to a pdf |
| sysinfo | --cpu | Display CPU Model and Frequency |
| --kernel | Display Kernel Release, Version and Machine | |
| --memory | Display Total, Free and Used RAM | |
| --partitions | Display Major, Minor, Blocks and Node for all recognized paritions | |
| --pci | Display Infos about all PCI Devices (and their kernel-module) | |
| --usb | Display Infos about all USB Devices (and their kernel-module) | |
| --bios | Display SMBIOS/DMI Informations | |
| --mounts | Display all mounted devices |
| rcgenerator | --bash | Generate standalone bashrc |
| --readline | Generate standalone inputrc | |
| --vim | Generate standalone vimrc | |
| --nano | Generate standalone nanorc |