aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md
new file mode 100644
index 0000000..1c788fe
--- /dev/null
+++ b/IDEAS.md
@@ -0,0 +1,11 @@
+Ideas
+=====
+
+* Support more OSes at `__trashman_distro()`.
+* Argument passing to distro/action scripts as `--param=value`.
+* Run check action (if available) before testing/installing/removing.
+* Multi-licensing and note on the lack of licensing for some scripts.
+* Dependency management:
+ * File `dependency` for each package, one package declaration per line.
+ * Package declaration in the form of `<trashman|hoarder> name`.
+ * Example: `hoarder/irpf2018` depends on `trashman/oracle-java8`.