You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-39Lines changed: 29 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@
7
7
8
8
`csum` is a CLI program which allows you to to verify checksums. The goal of `csum` is to minimise the effort required when you download a file and want to verify the checksum.
9
9
10
+
The advantages of `csum` over the native checksum utilites are as follows:
11
+
12
+
- You don't have to compare checkums by eye, which might be required on some platforms.
13
+
- It's easier to type.
14
+
- It's the same on all platforms.
15
+
- You don't have to type which checksum algorithm is being used.
16
+
10
17
`csum` supports the most common checksum algorithms:
11
18
12
19
-`MD5`
@@ -34,17 +41,35 @@ After this command completes, the `csum` executable should be available on the P
34
41
35
42
`csum` is designed to be as simple to use as possible. For this reason, you don't need to specify the checksum type (e.g. `sha256`); `csum` will iterate through the most common types first.
36
43
44
+
When you use `csum`, the response will be something like:
You may freely use, modify and redistribute this program under the terms of the MIT License. See [LICENSE](https://github.com/CabbageDevelopment/csum/blob/master/LICENSE).
0 commit comments