Skip to content

Commit cce3dbf

Browse files
author
Mihai Draghicioiu
committed
more rename
1 parent 4b569fa commit cce3dbf

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@
2121
*.i*86
2222
*.x86_64
2323
*.hex
24+
fathuman
25+
26+
# Floppy images
27+
*.xdf
28+
*.dim

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
all: humanfloppy
1+
all: fathuman
22

3-
humanfloppy: main.o fatfs/ff.o fatfs/option/cc932.o
3+
fathuman: main.o fatfs/ff.o fatfs/option/cc932.o
44
gcc $^ -o $@
55

66
%.o: %.c
77
gcc -c $< -o $@
88

99
clean:
10-
rm -f humanfloppy *.o fatfs/*.o fatfs/option/*.o
10+
rm -f fathuman *.o fatfs/*.o fatfs/option/*.o

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ It uses the [elm-chan FatFS library](http://elm-chan.org/fsw/ff/00index_e.html)
1313
Using in Midnight Commander (mc)
1414
--------------------------------
1515

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/.
1717
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://
2020

2121
Restart mc and you should now be able to just tap enter on dim and xdf files to view their content.
2222

0 commit comments

Comments
 (0)