]> gitweb.fluxo.info Git - trashman.git/commitdiff
Idea: 'run' action to run a package executable
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 16 May 2023 23:10:20 +0000 (20:10 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 16 May 2023 23:10:20 +0000 (20:10 -0300)
IDEAS.md

index 3c51ee2d9f09add1d3b49780a14ec6034755acc3..47844a1ed498af067a5cc2c7dd81e7767782a486 100644 (file)
--- 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).