File: lf.csh

package info (click to toggle)
lf 28-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 640 kB
  • sloc: sh: 129; makefile: 22; csh: 4
file content (15 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Autocompletion for tcsh shell.
#
# You need to either copy the content of this file to your shell rc file
# (e.g. ~/.tcshrc) or source this file directly:
#
#     set LF_COMPLETE = "/path/to/lf.csh"
#     if ( -f "$LF_COMPLETE" ) then
#         source "$LF_COMPLETE"
#     endif
#

set LF_ARGS = "-command -config -cpuprofile -doc -last-dir-path -log -memprofile -remote -selection-path -server -single -version -help "

complete lf   "C/-*/(${LF_ARGS})/"
complete lfcd "C/-*/(${LF_ARGS})/"