File: _fdrc

package info (click to toggle)
fdclone 2.00a-1woody3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,448 kB
  • ctags: 4,594
  • sloc: ansic: 56,823; sh: 438; makefile: 419; sed: 124
file content (387 lines) | stat: -rw-r--r-- 10,850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
# Initialize file for FD
#

# to set default sort type
#	0: not sort (Default)
#	1: alphabetical	9: alphabetical (reversal)
#	2: extention	10: extension (reversal)
#	3: size		11: size (reversal)
#	4: date		12: date (reversal)
#	5: length	13: length (reversal)
#	100-113: preserve previous sort type
#		(the least 2 digits are effective just after initialize)
#SORTTYPE=0

# to set default display mode
#	0: normal (Default)
#	1: sym-link status
#	2: 			file type symbol
#	3: sym-link status &	file type symbol
#	4: 						invisible dot file
#	5: sym-link status &				invisible dot file
#	6: 			file type symbol &	invisible dot file
#	7: sym-link status &	file type symbol &	invisible dot file
#DISPLAYMODE=0

# whether if sort or not in tree mode
#	0: not sort (Default)
#	>= 1: sort according to SORTTYPE
#SORTTREE=0

# behavior about writing over directory on file system
#	0: confirm to write or not, after directory arranged (Default)
#	1: write directory only if commanded
#	2: never write over directory even if commanded
#WRITEFS=0

# whether if ignore uppercase or lowercase in filename comparison
#	0: not ignore (Default)
#	>= 1: ignore
#IGNORECASE=0

# whether if inherit timestamp or not when copying
#	0: not inherit (Default)
#	>= 1: inherit
#INHERITCOPY=0

# whether if adjust tty or not when exiting
#	0: not adjust (Default)
#	>= 1: adjust
#ADJTTY=0

# whether if prioritize VT100 escape sequence or not for getting terminal size
#	0: not prioritize (Default)
#	>= 1: prioritize
#USEGETCURSOR=0

# to set default columns of file in 1 line
#	1: 1 column
#	2: 2 columns (Default)
#	3: 3 columns
#	5: 5 columns
#COLUMNS=2

# minimum columns of filename field
#	Default: 12
#MINFILENAME=12

# history size of sh mode
#	Default: 50
#HISTSIZE=50

# history size of path input
#	Default: 50
#DIRHIST=50

# size of saved history
#	Default: 50
#SAVEHIST=50

# limit of counting files in directory, on tree mode
#	Default: 50
#DIRCOUNTLIMIT=50

# whether if make MS-DOS drive effective
#	0: not use (Default)
#	>= 1: effective
#DOSDRIVE=0

# whether if display the second hand of clock
#	0: not display (Default)
#	>= 1: display
#SECOND=0

# whether if show the info. of filesize
#	0: not show (Default)
#	>= 1: show
#SIZEINFO=0

# whether if support ANSI color escape sequence
#	0: monochrome (Default)
#	1: color
#	2: color & force background to blacken
#	3: color & force foreground to blacken
#ANSICOLOR=0

# select edit mode with your favorite editor type
#	emacs: ^P, ^N, ^F, ^B, ... (Default)
#	wordstar ^E, ^X, ^D, ^S, ...
#	vi: k, j, l, h, ...
#EDITMODE=emacs

# temporary directory where archive file is unpacked
#	Default: /tmp
#TMPDIR=/tmp

# mount point of CD-ROM with iso-9660 rock ridge format
#	Default: none
#RRPATH=""

# directories on which browsing precedes getting file status
#	Default: none
#PRECEDEPATH=""

# shell prompt strings
#	Default: "$ "
#PS1="$ "

# continuous shell prompt strings
#	Default: "> "
#PS2="> "

# language code type to display
#	Default: No convert
#	euc, EUC: EUC-JP
#	sjis, SJIS: Shift JIS
#	jis, JIS: 7bits JIS
#	jis8, JIS8: 8bits JIS
#	junet, JUNET: ISO-2022-JP
#	ojis, OJIS: old 7bits JIS
#	ojis8, OJIS8: old 8bits JIS
#	ojunet, OJUNET: old ISO-2022-JP
#	utf8, UTF8: UTF-8
#	eng, ENG, C: English
#LANGUAGE=$LANG

# language code type to input
#	Default: No convert
#	euc, EUC: EUC-JP
#	sjis, SJIS: Shift JIS
#INPUTKCODE=$LANG

# language code type in filename
#	Default: No convert
#	euc, EUC: EUC-JP
#	sjis, SJIS: Shift JIS
#	jis, JIS: 7bits JIS
#	jis8, JIS8: 8bits JIS
#	junet, JUNET: ISO-2022-JP
#	ojis, OJIS: old 7bits JIS
#	ojis8, OJIS8: old 8bits JIS
#	ojunet, OJUNET: old ISO-2022-JP
#	hex, HEX: HEX
#	cap, CAP: CAP
#	utf8, UTF8: UTF-8
#FNAMEKCODE=$LANG

# directories on which language code type in filename is SJIS
#	Default: none
#SJISPATH=""

# directories on which language code type in filename is EUC-JP
#	Default: none
#EUCPATH=""

# directories on which language code type in filename is 7bits JIS
#	Default: none
#JISPATH=""

# directories on which language code type in filename is 8bits JIS
#	Default: none
#JIS8PATH=""

# directories on which language code type in filename is ISO-2022-JP
#	Default: none
#JUNETPATH=""

# directories on which language code type in filename is old 7bits JIS
#	Default: none
#OJISPATH=""

# directories on which language code type in filename is old 8bits JIS
#	Default: none
#OJIS8PATH=""

# directories on which language code type in filename is old ISO-2022-JP
#	Default: none
#OJUNETPATH=""

# directories on which language code type in filename is HEX
#	Default: none
#HEXPATH=""

# directories on which language code type in filename is CAP
#	Default: none
#CAPPATH=""

# directories on which language code type in filename is UTF-8
#	Default: none
#UFT8PATH=""

# directories on which language code type in filename is not converted
#	Default: none
#NOCONVPATH=""

#PAGER=more%K
#EDITOR=vi
#SHELL=/bin/sh

# for Mischievous Japanese OS (see `man fd')
#export	LANG=C

# launcher definition
#(Default)
#launch ".lzh"	"lha l"			"%9a %u/%g %s %x %m %d %{yt} %f" 2 2
#launch ".tar"	"tar tvf"		"%9a %u/%g %s %m %d %t %y %f"
#launch ".tar.Z"\
#		"zcat %C|tar tvf -"	"%9a %u/%g %s %m %d %t %y %f"
#launch ".tar.gz"\
#		"gzip -cd %C|tar tvf -"	"%9a %u/%g %s %m %d %t %y %f"
#launch ".tar.bz2"\
#		"bzip2 -cd %C|tar tvf -"\
#					"%9a %u/%g %s %m %d %t %y %f"
#(Examples)
#launch ".taZ"	"zcat %C|tar tvf -"	"%9a %u/%g %s %m %d %t %y %f"
#launch ".taz"	"gzip -cd %C|tar tvf -"	"%9a %u/%g %s %m %d %t %y %f"
#launch ".tgz"	"gzip -cd %C|tar tvf -"	"%9a %u/%g %s %m %d %t %y %f"
#launch ".zip"	"unzip -lqq"		"%s %m-%d-%y %t %f"
#launch ".zoo"	"zoo lq"		"%s %x %x %d %m %x %t+ %f"
#launch ".Z"	"zcat %C|$PAGER"
#launch ".gz"	"gzip -cd %C|$PAGER"
#launch ".bz2"	"bzip2 -cd %C|$PAGER"

# examples for SVR4 (or GNU tar)
#launch ".tar"	"tar tvf"		"%a %u/%g %s %m %d %t %y %f"
#launch ".tar.Z"\
#		"zcat %C|tar tvf -"	"%a %u/%g %s %m %d %t %y %f"
#launch ".tar.gz"\
#		"gzip -cd %C|tar tvf -"	"%a %u/%g %s %m %d %t %y %f"
#launch ".tar.bz2"\
#		"bzip2 -cd %C|tar tvf -"\
#					"%a %u/%g %s %m %d %t %y %f"
#launch ".taZ"	"zcat %C|tar tvf -"	"%a %u/%g %s %m %d %t %y %f"
#launch ".taz"	"gzip -cd %C|tar tvf -"	"%a %u/%g %s %m %d %t %y %f"
#launch ".tgz"	"gzip -cd %C|tar tvf -"	"%a %u/%g %s %m %d %t %y %f"

# examples for GNU tar >=1.12
#launch ".tar"	"tar tvf"	"%a %u/%g %s %y-%m-%d %t %f"
#launch ".tar.Z"\
#		"tar tvfZ"	"%a %u/%g %s %y-%m-%d %t %f"
#launch ".tar.gz"\
#		"tar tvfz"	"%a %u/%g %s %y-%m-%d %t %f"
#launch ".tar.bz2"\
#		"bzip2 -cd %C|tar tvf -"\
#				"%a %u/%g %s %y-%m-%d %t %f"
#launch ".taZ"	"tar tvfZ"	"%a %u/%g %s %y-%m-%d %t %f"
#launch ".taz"	"tar tvfz"	"%a %u/%g %s %y-%m-%d %t %f"
#launch ".tgz"	"tar tvfz"	"%a %u/%g %s %y-%m-%d %t %f"

# examples for UXP/DS V10 tar
#launch ".tar"	"tar tvf 2>&1"			"%10a %u/%g %s %m %d %t %y %f"
#launch ".tar.Z"\
#		"zcat %C|tar tvf - 2>&1"	"%10a %u/%g %s %m %d %t %y %f"
#launch ".tar.gz"\
#		"gzip -cd %C|tar tvf - 2>&1"	"%10a %u/%g %s %m %d %t %y %f"
#launch ".tar.bz2"\
#		"bzip2 -cd %C|tar tvf - 2>&1"	"%10a %u/%g %s %m %d %t %y %f"
#launch ".taZ"	"zcat %C|tar tvf - 2>&1"	"%10a %u/%g %s %m %d %t %y %f"
#launch ".taz"	"gzip -cd %C|tar tvf - 2>&1"	"%10a %u/%g %s %m %d %t %y %f"
#launch ".tgz"	"gzip -cd %C|tar tvf - 2>&1"	"%10a %u/%g %s %m %d %t %y %f"

# examples for UXP/DS V20 tar
#launch ".tar"	"tar tvf"		"%10a %u/%g %s %m %d %t %y %f"
#launch ".tar.Z"\
#		"zcat %C|tar tvf -"	"%10a %u/%g %s %m %d %t %y %f"
#launch ".tar.gz"\
#		"gzip -cd %C|tar tvf -"	"%10a %u/%g %s %m %d %t %y %f"
#launch ".tar.bz2"\
#		"bzip2 -cd %C|tar tvf -"\
#					"%10a %u/%g %s %m %d %t %y %f"
#launch ".taZ"	"zcat %C|tar tvf -"	"%10a %u/%g %s %m %d %t %y %f"
#launch ".taz"	"gzip -cd %C|tar tvf -"	"%10a %u/%g %s %m %d %t %y %f"
#launch ".tgz"	"gzip -cd %C|tar tvf -"	"%10a %u/%g %s %m %d %t %y %f"

# examples for pax-based tar
#launch ".tar"	"tar tvf"		"%a %x %u %g %s %m %d %{yt} %f"
#launch ".tar.Z"\
#		"zcat %C|tar tvf -"	"%a %x %u %g %s %m %d %{yt} %f"
#launch ".tar.gz"\
#		"gzip -cd %C|tar tvf -"	"%a %x %u %g %s %m %d %{yt} %f"
#launch ".tar.bz2"\
#		"bzip2 -cd %C|tar tvf -"\
#					"%a %x %u %g %s %m %d %{yt} %f"
#launch ".taZ"	"zcat %C|tar tvf -"	"%a %x %u %g %s %m %d %{yt} %f"
#launch ".taz"	"gzip -cd %C|tar tvf -"	"%a %x %u %g %s %m %d %{yt} %f"
#launch ".tgz"	"gzip -cd %C|tar tvf -"	"%a %x %u %g %s %m %d %{yt} %f"

# example for LHa >=1.14
#launch ".lzh"	"lha -lq"		"%a %u/%g %s %x %m %d %{yt} %f"

# examples for MS-DOS
#launch ".lzh"	"lha l %S"		" %f %s %x %x %y-%m-%d %t" 5 2
#launch ".lzh"	"lha v %S"		"%f\n%s %x %x %y-%m-%d %t" 5 2
#launch ".tar.Z"\
#		"gzip -cd %S|tar tvf -"	"%a %u/%g %s %m %d %t %y %f"
#launch ".tar.gz"\
#		"gzip -cd %S|tar tvf -"	"%a %u/%g %s %m %d %t %y %f"
#launch ".tar.bz2"\
#		"bzip2 -cd %S|tar tvf -"\
#					"%a %u/%g %s %m %d %t %y %f"
#launch ".taz"	"gzip -cd %S|tar tvf -"	"%a %u/%g %s %m %d %t %y %f"
#launch ".tgz"	"gzip -cd %S|tar tvf -"	"%a %u/%g %s %m %d %t %y %f"
#launch ".zip"	"unzip -lqq %S"		"%s %y-%m-%d %t %f"
#launch ".zip"	"pkunzip -vb %S"	"%s %x %x %x %y-%m-%d %t %f" 14 2

# archiver definition
#(Default)
#arch ".lzh"	"lha aq %C %TA"			"lha xq %C %TA"
#arch ".tar"	"tar cf %C %T"			"tar xf %C %TA"
#arch ".tar.Z"	"tar cf %X %T; compress %X"	"zcat %C|tar xf - %TA"
#arch ".tar.gz"	"tar cf %X %T; gzip %X"		"gzip -cd %C|tar xf - %TA"
#arch ".tar.bz2"\
#		"tar cf %X %T; bzip2 %X"	"bzip2 -cd %C|tar xf - %TA"
#(Examples)
#arch ".taZ"	"maketaz compress Z taZ"	"zcat %C|tar xf - %TA"
#arch ".taz"	"maketaz gzip gz taz"		"gzip -cd %C|tar xf - %TA"
#arch ".tgz"	"maketaz gzip gz tgz"		"gzip -cd %C|tar xf - %TA"
#arch ".zip"	"zip -q %C %TA"			"unzip -q %C %TA"
#arch ".zoo"	"zoo aq %C %TA"			"zoo xq %C %TA"

# examples for MS-DOS
#arch ".lzh"	"lha a %S %TA"			"lha x %S %TA"
#arch ".tar.Z"	"tar cf %XS %T; compress %XS"	"gzip -cd %S|tar xf - %TA"
#arch ".tar.gz"	"tar cf %XS %T; gzip %XS"	"gzip -cd %S|tar xf - %TA"
#arch ".tar.bz2"\
#		"tar cf %XS %T; bzip2 %XS"	"bzip2 -cd %S|tar xf - %TA"
#arch ".taz"	"maketaz gzip gz taz"		"gzip -cd %S|tar xf - %TA"
#arch ".tgz"	"maketaz gzip gz tgz"		"gzip -cd %S|tar xf - %TA"
#arch ".zip"	"pkzip %S %TA"			"pkunzip %S %TA"

# key bind definition
#(Examples)
#bind I		"dir -d %C"
#bind g		"gzip %C%K"	WARNING_BELL
#bind G		"gzip -d %C%K"	WARNING_BELL
#bind R		"grep %R %C"
#bind {		ROLL_UP
#bind }		ROLL_DOWN
#bind ~		"cd ~%N%K"
#bind F1	"man fd%N%K"	:Manual

# function definition
#(Example1)
#rename() {
#	MARK_ALL 0
#	MARK_FIND $1
##	RENAME_FILE $2
#	evalmacro mv %M $2
#}
#
#(Example2: used in archiver definition)
#maketaz() {
#	evalmacro tar cf %X.tar %T
#	evalmacro $1 %X.tar
#	evalmacro mv %X.tar.$2 %X.$3
#}

# MS-DOS drive definition
#(Example)
#setdrv B	"/dev/rfd00a"	2, 18, 80

# alias definition
#(Example)
#alias dir="ls -laF"

# keymap definition
#(Example)
#keymap DEL	"\033[3~"