Go to file
2020-08-22 05:18:26 +02:00
.idea Update to new version of abstract module 2020-01-11 02:38:46 +01:00
modules Add new package-lister module 2020-08-22 05:16:54 +02:00
.gitignore Update gitignore 2020-08-22 05:18:26 +02:00
decorators.py Add decorator for needed packages 2020-08-22 05:16:25 +02:00
lnxtools.sh Check if lnxtools.sh is run as root 2020-08-02 04:16:30 +02:00
main.py Replace 'run' with 'functions' for best practice 2020-08-02 23:52:14 +02:00
print_helpers.py Use print helper functions 2020-08-02 13:58:47 +02:00
README.md Update python fire and add README.md 2020-08-02 00:56:08 +02:00
requirements.txt Check if lnxtools.sh is run as root 2020-08-02 04:16:30 +02:00

About

How to start a dev env

docker run --rm -it -v $(pwd):/data/linux-tools ubuntu bash

Contributing