diff --git a/share/completions/termux-call-log.fish b/share/completions/termux-call-log.fish new file mode 100644 index 000000000..f90e7bc5d --- /dev/null +++ b/share/completions/termux-call-log.fish @@ -0,0 +1,17 @@ +set command termux-call-log + +complete -c $command \ + -s h \ + -d 'Show [h]elp' + +complete -c $command \ + -a '10\tdefault' \ + -s l \ + -d '[l]imit the amount of listed calls' \ + -x + +complete -c $command \ + -a '0\tdefault' \ + -s o \ + -d 'Start listing calls with a specific one' \ + -x