aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-05-16 20:10:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-05-16 20:10:20 -0300
commitc4988faf1722455bfd55abffa88b7f6a996d1d9c (patch)
treec9cc6784863683e3fd64036ea1f226fb089c5212
parent1eecf38acc4592b8cad574c9d1f9aeef1eae479f (diff)
downloadtrashman-c4988faf1722455bfd55abffa88b7f6a996d1d9c.tar.gz
trashman-c4988faf1722455bfd55abffa88b7f6a996d1d9c.tar.bz2
Idea: 'run' action to run a package executable
-rw-r--r--IDEAS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 3c51ee2..47844a1 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -4,7 +4,9 @@
* Support for installing from remote repositories (custom channels).
* Support more OSes at `__trashman_distro()`.
* Argument passing to distro/action scripts as `--param=value`.
-* Run check action (if available) before testing/installing/removing.
+* Do a `check` action (if available) before testing/installing/removing.
+* Add a `run` action as a way to run an installed package executable, like
+ `hoarder run tor-browser-alpha`.
* Multi-licensing and note on the lack of licensing for some scripts.
* Import action to create new packages from a source URI.
* Install from git remote URL (try to guess how to install the software).