Compare commits
1 Commits
laptop
...
3c7196eae2
Author | SHA1 | Date | |
---|---|---|---|
3c7196eae2 |
@@ -91,10 +91,17 @@ FirstRun=False
|
||||
[FilterByStroke]
|
||||
0=grave
|
||||
|
||||
[QuickPhraseTriggerRegex]
|
||||
0=.(/|@)$
|
||||
1=^(www|bbs|forum|mail|bbs)\\.
|
||||
2=^(http|https|ftp|telnet|mailto):
|
||||
[QuickPhrase trigger]
|
||||
0=www.
|
||||
1=ftp.
|
||||
2=http:
|
||||
3=mail.
|
||||
4=bbs.
|
||||
5=forum.
|
||||
6=https:
|
||||
7=ftp:
|
||||
8=telnet:
|
||||
9=mailto:
|
||||
|
||||
[Fuzzy]
|
||||
# ue -> ve
|
||||
|
@@ -6,12 +6,6 @@ if [ $count != 0 ]; then
|
||||
rename JPG jpg *.JPG
|
||||
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
|
||||
count=`ls -1 *.jpg 2>/dev/null | wc -l`
|
||||
if [ $count != 0 ]; then
|
||||
|
@@ -50,4 +50,4 @@ if [ $count != 0 ]; then
|
||||
fi
|
||||
|
||||
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
|
||||
libretro-overlays
|
||||
libretro-shaders-slang
|
||||
librewolf-bin
|
||||
libva-utils
|
||||
libvncserver
|
||||
linux
|
||||
|
Reference in New Issue
Block a user