renames
Browse filesSigned-off-by: Balazs Horvath <acsipont@gmail.com>
- .zshrc +1 -1
- utils/{add_space_after_comma_txt β add_space_after_comma_txt.py} +0 -0
- utils/{chop_blocks β chop_blocks.py} +0 -0
- utils/{compile_translations β compile_translations.py} +0 -0
- utils/{concat_captions β concat_captions.py} +0 -0
- utils/{concat_captions_prefix_filename β concat_captions_prefix_filename.py} +0 -0
- utils/{concat_captions_wdv3 β concat_captions_wdv3.py} +0 -0
- utils/{cringehash β cringehash.py} +0 -0
- utils/i18n_utils.py +0 -0
- utils/{img_remove_white_border β img_remove_white_border.py} +0 -0
- utils/{keyframe β keyframe.py} +0 -0
- utils/logging_utils.py +0 -0
- utils/{nocap β nocap.py} +0 -0
- utils/{png2mp4 β png2mp4.py} +0 -0
- utils/{remove_boys β remove_boys.py} +0 -0
- utils/{remove_grandfathered β remove_grandfathered.py} +0 -0
- utils/{remove_tag β remove_tag.py} +0 -0
- utils/{stats β stats.py} +0 -0
- utils/{txt2emoji β txt2emoji.py} +0 -0
.zshrc
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
export FZF_DEFAULT_COMMAND='fd --type f --strip-cwd-prefix --hidden --follow --exclude .git'
|
2 |
|
3 |
alias norm='/home/kade/source/repos/e6db/normalize_tags.py .'
|
4 |
-
|
5 |
alias wordfreq='find ${1:-.} -type f -name "*.txt" -exec cat {} + | tr "," " " | tr " " "\n" | sort | uniq -c | sort -nr | less'
|
6 |
alias wq='wordfreq'
|
7 |
alias πΊ='GGML_CUDA_NO_PINNED=1 ollama serve & conda activate openwebui && open-webui serve --port 6969'
|
|
|
1 |
export FZF_DEFAULT_COMMAND='fd --type f --strip-cwd-prefix --hidden --follow --exclude .git'
|
2 |
|
3 |
alias norm='/home/kade/source/repos/e6db/normalize_tags.py .'
|
4 |
+
alias cat='ccat'
|
5 |
alias wordfreq='find ${1:-.} -type f -name "*.txt" -exec cat {} + | tr "," " " | tr " " "\n" | sort | uniq -c | sort -nr | less'
|
6 |
alias wq='wordfreq'
|
7 |
alias πΊ='GGML_CUDA_NO_PINNED=1 ollama serve & conda activate openwebui && open-webui serve --port 6969'
|
utils/{add_space_after_comma_txt β add_space_after_comma_txt.py}
RENAMED
File without changes
|
utils/{chop_blocks β chop_blocks.py}
RENAMED
File without changes
|
utils/{compile_translations β compile_translations.py}
RENAMED
File without changes
|
utils/{concat_captions β concat_captions.py}
RENAMED
File without changes
|
utils/{concat_captions_prefix_filename β concat_captions_prefix_filename.py}
RENAMED
File without changes
|
utils/{concat_captions_wdv3 β concat_captions_wdv3.py}
RENAMED
File without changes
|
utils/{cringehash β cringehash.py}
RENAMED
File without changes
|
utils/i18n_utils.py
CHANGED
File without changes
|
utils/{img_remove_white_border β img_remove_white_border.py}
RENAMED
File without changes
|
utils/{keyframe β keyframe.py}
RENAMED
File without changes
|
utils/logging_utils.py
CHANGED
File without changes
|
utils/{nocap β nocap.py}
RENAMED
File without changes
|
utils/{png2mp4 β png2mp4.py}
RENAMED
File without changes
|
utils/{remove_boys β remove_boys.py}
RENAMED
File without changes
|
utils/{remove_grandfathered β remove_grandfathered.py}
RENAMED
File without changes
|
utils/{remove_tag β remove_tag.py}
RENAMED
File without changes
|
utils/{stats β stats.py}
RENAMED
File without changes
|
utils/{txt2emoji β txt2emoji.py}
RENAMED
File without changes
|