We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c632bbd commit dcdb071Copy full SHA for dcdb071
README.md
@@ -1,9 +1,11 @@
1
# fxd
2
+Program to encode and decode text files wit dictionary transorm.
3
+### Usage
4
+ To encode: fxd e input output dictionary
5
+
6
+ To decode: fxd d input output dictionary
7
-To compress: fxd e input output dictionary
-
-To decompress: fxd d input output dictionary
8
+### Info
9
This program contains changed parts from fallowing open source programs:
10
paq8hp12->textfilter.hpp
11
0 commit comments