Update utilities.

- spd: remove exec
- git-merge-pr: update commit
- depgraph: update supported flags
- lessg: add command
This commit is contained in:
Érico Rolim 2020-07-07 19:03:26 -03:00
parent ec039ba853
commit e3f61dde74
4 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
swaysv up spotifyd
exec swaysv reload spotifyd
swaysv reload spotifyd

@ -1 +1 @@
Subproject commit 319685958fd7e4475770f79828c5e4c220b76467
Subproject commit 4759da4e208f3c9918862486ff0d7f870314c0cd

View File

@ -11,7 +11,7 @@ print_help() {
Usage: $0 [flags] package
Flags:
-o: open result in imv
-f, -g, -m: flags passed to xbps-dgraph
-f, -g, -m, -R, -M: flags passed to xbps-dgraph
EOF
exit 1
@ -19,7 +19,7 @@ EOF
while [ $# -gt 0 ]; do
case $1 in
-g|-f|-m) args="$args $1";;
-g|-f|-m|-R|-M) args="$args $1";;
-o) open_after=1;;
*) package="$1";;
esac

4
utils/.local/bin/lessg Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
sudo true
sudo dmesg --color=always | less -r