This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set completion-ignore-case On | |
set show-all-if-ambiguous on | |
"\e[A": history-search-backward | |
"\e[B": history-search-forward | |
# Cycle through completions by pressing tab | |
"\t": menu-complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# sh gifenc.sh -i input.mp4 -o output.gif | |
# defaults | |
palette="/tmp/palette.png" #location of temporary palette file | |
fps=20 | |
filters= | |
#usage and parameter assembly |