My fish config
This commit is contained in:
3
functions/adb-input.fish
Normal file
3
functions/adb-input.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function adb-input
|
||||
adb shell input text "$(echo $argv | sed 's/ /\\\ /g')" && adb shell input keyevent 66;
|
||||
end
|
||||
Reference in New Issue
Block a user