2020-12-23 23:28:25 +00:00
|
|
|
# Autocompletion for tcsh shell.
|
2019-12-19 19:11:23 +00:00
|
|
|
#
|
2020-12-23 23:28:25 +00:00
|
|
|
# You need to either copy the content of this file to your shell rc file
|
|
|
|
# (e.g. ~/.tcshrc) or source this file directly:
|
2019-12-19 19:11:23 +00:00
|
|
|
#
|
2020-12-23 23:28:25 +00:00
|
|
|
# set LF_COMPLETE = "/path/to/lf.csh"
|
|
|
|
# if ( -f "$LF_COMPLETE" ) then
|
|
|
|
# source "$LF_COMPLETE"
|
|
|
|
# endif
|
2019-12-19 19:11:23 +00:00
|
|
|
#
|
|
|
|
|
2021-05-19 20:38:05 +00:00
|
|
|
set LF_ARGS = "-command -config -cpuprofile -doc -last-dir-path -memprofile -remote -selection-path -server -single -version -help "
|
2019-12-19 19:11:23 +00:00
|
|
|
|
2020-12-23 23:28:25 +00:00
|
|
|
complete lf "C/-*/(${LF_ARGS})/"
|
|
|
|
complete lfcd "C/-*/(${LF_ARGS})/"
|