k4d3 commited on
Commit
12d27fb
Β·
1 Parent(s): 1a98ccf

Signed-off-by: Balazs Horvath <acsipont@gmail.com>

.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