diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2023-01-20 10:19:01 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2023-01-20 10:19:01 -0500 |
| commit | 0f3655a0b7cc7d5ccffcc0c76115d8f2497dc740 (patch) | |
| tree | 1466ecd5cfdd3004a30673260dccddcf97b3091b | |
| parent | 1135ed7b98574797f6e6b99eb1604d42afff5059 (diff) | |
cs no longer echos inputs
| -rw-r--r-- | .config/coc/memos.json | 4 | ||||
| -rw-r--r-- | .config/massren/profile.sqlite | bin | 151552 -> 151552 bytes | |||
| -rwxr-xr-x | .local/bin/cs | 2 |
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 Binary files differindex de03dda..c0ca398 100644 --- a/.config/massren/profile.sqlite +++ b/.config/massren/profile.sqlite 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')" |
