Tadejro

Results 7 comments of Tadejro

It's not the same. #3369 can be part of this solution (as a extension filter - for example don't select any of *.jpg images in new torrent) It's not about...

Why this issue is closed? #14765 is also closed.

I think after almost 2 months without response from author, we can change that :) This task is now 3 years old :smiley:

Do it before this task will be 4 years old 😃

I can take it but first I need to add fix for limiters

This solution does not support aliases which are sometimes made up of several characters just --summary To support aliases and other section we can use this command: just --list --list-heading...

Solution for Bash with parent directories (fixed): #!/usr/bin/env bash _just() { COMPREPLY=() options="" nearest_existing_justfile_path="" path="" DEFAULT_IFS="${IFS}" IFS="/"; for current_folder_name in $(pwd); do IFS="${DEFAULT_IFS}" path="${path}/${current_folder_name}" if [ -f "${path}/justfile" ]; then...