summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/coc/memos.json4
-rw-r--r--.config/massren/profile.sqlitebin151552 -> 151552 bytes
-rwxr-xr-x.local/bin/cs2
3 files changed, 2 insertions, 4 deletions
diff --git a/.config/coc/memos.json b/.config/coc/memos.json
index c4caa53..073925a 100644
--- a/.config/coc/memos.json
+++ b/.config/coc/memos.json
@@ -944,13 +944,13 @@
"sysPrefix": "/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11",
"fileHash": "05518a8f02f7570b5d03c182df4f7329d3c0ce103c05d1e737779d9213a558e167682a0da207fc10eb6e6d1fa43009b6fbddaa13fddf0b6fad30909275715447"
},
- "expiry": 1674146982979
+ "expiry": 1674313812371
},
"/opt/homebrew/bin/python3.11.interpreter.Details.v7": {
"data": {
"fileHash": "05518a8f02f7570b5d03c182df4f7329d3c0ce103c05d1e737779d9213a558e167682a0da207fc10eb6e6d1fa43009b6fbddaa13fddf0b6fad30909275715447"
},
- "expiry": 1674146982781
+ "expiry": 1674313812275
},
"/opt/homebrew/bin/python3.11.interpreter.displayName.v7": {
"data": {
diff --git a/.config/massren/profile.sqlite b/.config/massren/profile.sqlite
index de03dda..c0ca398 100644
--- a/.config/massren/profile.sqlite
+++ b/.config/massren/profile.sqlite
Binary files differ
diff --git a/.local/bin/cs b/.local/bin/cs
index 9819dbd..f3090ba 100755
--- a/.local/bin/cs
+++ b/.local/bin/cs
@@ -1,7 +1,5 @@
#!/bin/sh
-echo $@
-
[ -z "$(echo $@ | grep "\-l")" ] && str="a-z A-Z" || [ -z "$(echo $@ | grep "\-u")" ] && str="A-Z a-z" || (echo "cs: missing operand" && exit)
[ -z "$(echo $@ | sed 's/\-l//g;s/\-u//g')" ] && words=$(< /dev/stdin) || words="$(echo $@ | sed 's/\-l//g;s/\-u//g')"