mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
b055b8440c
The original `key_reader` program was useful but didn't do much that `xxd` or `od -tx1z` didn't do. Furthermore, it wasn't built and installed by default. This change adds features that make it superior to those programs for decoding interactive key presses and makes it a first-class citizen like the `fish_indent` program that is always available. Fixes #2991
45 lines
523 B
Text
45 lines
523 B
Text
*.o
|
|
*~
|
|
*.exe
|
|
*.xccheckout
|
|
|
|
.DS_Store
|
|
Makefile
|
|
autom4te.cache/
|
|
build/
|
|
command_list.txt
|
|
command_list_toc.txt
|
|
confdefs.h
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
configure
|
|
doc/
|
|
doc.h
|
|
doc_src/commands.hdr
|
|
doc_src/index.hdr
|
|
po/*.gmo
|
|
fish
|
|
fish_key_reader
|
|
fish_indent
|
|
fish_tests
|
|
fish.pc
|
|
seq
|
|
set_color
|
|
share/__fish_build_paths.fish
|
|
share/man/
|
|
toc.txt
|
|
user_doc/
|
|
xcuserdata
|
|
test/
|
|
tests/*.tmp.*
|
|
FISH-BUILD-VERSION-FILE
|
|
version
|
|
messages.pot
|
|
lexicon.txt
|
|
lexicon_filter
|
|
lexicon.log
|
|
DerivedData/
|
|
compile_commands.json
|
|
xcodebuild.log
|