diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-10-16 20:12:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-10-16 20:12:45 +0100 |
commit | 80946977ba4181f0fdf060b2ca26f3c73a72f8fd (patch) | |
tree | b8531cad056a74231d7f0d3c0b22e0c243fb1d6a | |
parent | 7ea4129700d5b64b2161f9efb864f8f17c90c9b1 (diff) |
add button to show all applications from repository, code by maryyancic
-rwxr-xr-x | sisyphus | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -48,6 +48,12 @@ export local SISYPHUS=' <action>epkg sysinfo | $showdialog</action> </button> </hbox> + <hbox> + <button tooltip-text="Display ALL applications from repository"> + <label>Display ALL applications from repository</label> + <action>cat /var/cache/edb/binhost/pkg.rogentos.ro/binhost/x64/Packages |grep CPV | cut -d " " -f2 | $showdialog</action> + </button> + </hbox> </frame> <frame Terminal Emulator> <hbox> |