1
Extension requests / Re: okular
« Last post by Rich on Today at 08:15:24 AM »Hi meo
Do you know this one is QT5 based just like Notepadqq is?
Do you know this one is QT5 based just like Notepadqq is?
sovereignty (from who?)[/b],I can answer that. Freedom from the US, in particular Windows, Office, etc
... ahh subtle ... it fails because i have files that match "s*" and "l*" in the current directory ...I made some progress. This directory has a bunch of tce-status* files in it:
tc@E310:~/tce-status$ ./tce-status4 -i 't*' 's*'
schumacher-clean-fonts
sed
shared-mime-info
slang
socat
sox
speex
sqlite3
sqlite3-bin
squashfs-tools
strace
submitqc
syslinux
tc-install
thunderbird
tree
ttf-bitstream-vera
twolameThe command now works, but the terms with wildcards need to be quoted. Find() {
- Do="installed"
- [ "$1" == "-u" ] && Do="uninstalled"
- Param=${@:2}
+ # Remove first command line parameter from $@.
+ shift
- while IFS= read -r Ext
+ [ $# -lt 1 ] && cat - || while IFS= read -r Ext
do
- for P in $Param
+ for P in "$@"
do
case ${Ext%.tcz} in $P) echo ${Ext%.tcz};; esac
done
- done << EOF
- $($Do)
-EOF
+ done
}
[ -z "$1" ] && Help
@@ -58,8 +55,8 @@
while getopts iuoh OPTION
do
case ${OPTION} in
- i) [ $# -lt 2 ] && installed || Find "$@" ;;
- u) [ $# -lt 2 ] && uninstalled || Find "$@" ;;
+ i) installed | Find "$@" ;;
+ u) uninstalled | Find "$@" ;;
o) orphaned ;;
*) Help ;;
esac # Remove first command line parameter from $@.
shift [ $# -lt 1 ] && cat - || while IFS= read -r Ext for P in "$@"Xorg-3d is missing from both your piCore64 16 and piCore64 17beta2 lists. ...I was beginning to suspect as much.

