File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 21
21
* .i * 86
22
22
* .x86_64
23
23
* .hex
24
+ fathuman
25
+
26
+ # Floppy images
27
+ * .xdf
28
+ * .dim
Original file line number Diff line number Diff line change 1
- all : humanfloppy
1
+ all : fathuman
2
2
3
- humanfloppy : main.o fatfs/ff.o fatfs/option/cc932.o
3
+ fathuman : main.o fatfs/ff.o fatfs/option/cc932.o
4
4
gcc $^ -o $@
5
5
6
6
% .o : % .c
7
7
gcc -c $< -o $@
8
8
9
9
clean :
10
- rm -f humanfloppy * .o fatfs/* .o fatfs/option/* .o
10
+ rm -f fathuman * .o fatfs/* .o fatfs/option/* .o
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ It uses the [elm-chan FatFS library](http://elm-chan.org/fsw/ff/00index_e.html)
13
13
Using in Midnight Commander (mc)
14
14
--------------------------------
15
15
16
- Add the executable (or create a link) in /usr/lib/mc/extfs.d/humanfloppy .
16
+ Add the executable (or create a link) in /usr/lib/mc/extfs.d/.
17
17
Add the following line to /etc/mc/mc.ext or ~ /.config/mc/mc.ext
18
- regex/\. (xdf|dim|XDF|DIM)$
19
- Open=%cd %p/xdf ://
18
+ regex/\. (xdf|dim|XDF|DIM)$
19
+ Open=%cd %p/fathuman ://
20
20
21
21
Restart mc and you should now be able to just tap enter on dim and xdf files to view their content.
22
22
You can’t perform that action at this time.
0 commit comments