We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eddaa3 commit a1d44a9Copy full SHA for a1d44a9
share/completions/adb.fish
@@ -73,7 +73,7 @@ function __fish_adb_list_files
73
end
74
75
# Return list of directories suffixed with '/'
76
- __fish_adb_run_command find -H "$token*" -maxdepth 0 -type d 2\>/dev/null | awk '{print $0"/"}'
+ __fish_adb_run_command find -H "$token*" -maxdepth 0 -type d 2\>/dev/null | string replace -r '$' /
77
# Return list of files
78
__fish_adb_run_command find -H "$token*" -maxdepth 0 -type f 2\>/dev/null
79
0 commit comments