Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 3, 2019 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/db83c90460eb87232c15fe77f0dbcff4 to your computer and use it in GitHub Desktop.
Save ryantm/db83c90460eb87232c15fe77f0dbcff4 to your computer and use it in GitHub Desktop.
/nix/store/8ns3n1kdhk00j566wy7kl1z3y7286l54-tlp-1.2.1
├── bin
│   ├── bluetooth
│   ├── run-on-ac
│   ├── run-on-bat
│   ├── tlp
│   ├── tlp-pcilist
│   ├── tlp-stat
│   ├── tlp-usblist
│   ├── wifi
│   └── wwan
├── etc
│   └── default
│   └── tlp
├── lib
│   └── udev
│   ├── rules.d
│   │   └── 85-tlp.rules
│   └── tlp-usb-udev
├── share
│   ├── bash-completion
│   │   └── completions
│   │   ├── bluetooth -> tlp
│   │   ├── tlp
│   │   ├── tlp-stat -> tlp
│   │   ├── wifi -> tlp
│   │   └── wwan -> tlp
│   ├── man
│   │   ├── man1
│   │   │   ├── bluetooth.1.gz
│   │   │   ├── run-on-ac.1.gz
│   │   │   ├── run-on-bat.1.gz
│   │   │   ├── tlp-pcilist.1.gz
│   │   │   ├── tlp-usblist.1.gz
│   │   │   ├── wifi.1.gz
│   │   │   └── wwan.1.gz
│   │   └── man8
│   │   ├── tlp.8.gz
│   │   ├── tlp.service.8.gz
│   │   ├── tlp-sleep.service.8.gz
│   │   └── tlp-stat.8.gz
│   └── tlp-pm
│   ├── func.d
│   │   ├── 05-tlp-func-pm
│   │   ├── 10-tlp-func-cpu
│   │   ├── 15-tlp-func-disk
│   │   ├── 20-tlp-func-usb
│   │   ├── 25-tlp-func-rf
│   │   ├── 30-tlp-func-rf-sw
│   │   ├── 35-tlp-func-batt
│   │   ├── 40-tlp-func-bay
│   │   ├── 45-tlp-func-gpu
│   │   └── tlp-func-stat
│   ├── tlp-func-base
│   └── tpacpi-bat
└── usr
└── share
└── metainfo
└── de.linrunner.tlp.metainfo.xml
17 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment