Compare commits
1 Commits
laptop
...
3c7196eae2
Author | SHA1 | Date | |
---|---|---|---|
3c7196eae2 |
@@ -91,10 +91,17 @@ FirstRun=False
|
|||||||
[FilterByStroke]
|
[FilterByStroke]
|
||||||
0=grave
|
0=grave
|
||||||
|
|
||||||
[QuickPhraseTriggerRegex]
|
[QuickPhrase trigger]
|
||||||
0=.(/|@)$
|
0=www.
|
||||||
1=^(www|bbs|forum|mail|bbs)\\.
|
1=ftp.
|
||||||
2=^(http|https|ftp|telnet|mailto):
|
2=http:
|
||||||
|
3=mail.
|
||||||
|
4=bbs.
|
||||||
|
5=forum.
|
||||||
|
6=https:
|
||||||
|
7=ftp:
|
||||||
|
8=telnet:
|
||||||
|
9=mailto:
|
||||||
|
|
||||||
[Fuzzy]
|
[Fuzzy]
|
||||||
# ue -> ve
|
# ue -> ve
|
||||||
|
@@ -6,12 +6,6 @@ if [ $count != 0 ]; then
|
|||||||
rename JPG jpg *.JPG
|
rename JPG jpg *.JPG
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# rename .jpeg -> .jpg
|
|
||||||
count=`ls -1 *.jpeg 2>/dev/null | wc -l`
|
|
||||||
if [ $count != 0 ]; then
|
|
||||||
rename jpeg jpg *.jpeg
|
|
||||||
fi
|
|
||||||
|
|
||||||
# remove exif except orientation from .jpg
|
# remove exif except orientation from .jpg
|
||||||
count=`ls -1 *.jpg 2>/dev/null | wc -l`
|
count=`ls -1 *.jpg 2>/dev/null | wc -l`
|
||||||
if [ $count != 0 ]; then
|
if [ $count != 0 ]; then
|
||||||
|
@@ -50,4 +50,4 @@ if [ $count != 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
rsgain custom --skip-existing --lowercase --tagmode=i *.mp3 *.flac
|
rsgain custom -S -L -a -s i *.mp3 *.flac
|
||||||
|
@@ -134,7 +134,6 @@ libpinyin
|
|||||||
libreoffice-still
|
libreoffice-still
|
||||||
libretro-overlays
|
libretro-overlays
|
||||||
libretro-shaders-slang
|
libretro-shaders-slang
|
||||||
librewolf-bin
|
|
||||||
libva-utils
|
libva-utils
|
||||||
libvncserver
|
libvncserver
|
||||||
linux
|
linux
|
||||||
|
Reference in New Issue
Block a user