From 8c95ef65a11fc435a74a74eb2b78bf81857104df Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Wed, 10 Feb 2021 03:04:01 -0500 Subject: [PATCH] Delete 'TODO.md' --- TODO.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 1c32c32..0000000 --- a/TODO.md +++ /dev/null @@ -1,16 +0,0 @@ -# To Do - -- set up bash autocompletion for `pdm-` scripts - - https://stackoverflow.com/questions/11173447/how-can-i-set-up-autocompletion-for-git-commands - - https://askubuntu.com/questions/68175/how-to-create-script-with-auto-complete - - https://www.gnu.org/software/bash/manual/bash.html#Programmable-Completion - - https://debian-administration.org/article/316/An_introduction_to_bash_completion_part_1 - - https://github.com/scop/bash-completion/blob/master/README.md -- make container mounts point to /vol -- build script: separate params and build file - - allow overriding of install args - - `-o` flag? pass comma-separated list of overrides? - - also interactive? -- allow arbitrary flags for launch & build? -- make install script set kernel params for rootless? -- use containers user?