77 Commits

Author SHA1 Message Date
a67a40c571
feat(arg): add parser variable 2025-06-25 21:51:29 +00:00
326577e5ca
feat(arg): add directory argument
Add an argument which allows the user to specify which directory should
be scanned for duplicates, rather than hard-code the directory into the
script. This makes the script portable and easier-to-use.
2025-06-25 21:48:13 +00:00
86d6740302
feat(arg): add dry-run argument
Add a dry-run argument so the user can have the script detect duplicates
without deleting them. This is useful for informing the user of which
files would be deleted, should they run the script, normally.
2025-06-25 21:46:03 +00:00
4c6112f0a7
feat(arg): add parser description 2025-06-25 21:45:09 +00:00
448c572026
feat(lib): import library "argparse" 2025-06-25 21:43:39 +00:00
29a4f9e8ea
feat(hash): add SHA-256 hashing functionality
Add SHA-256-based hashing for files and store the values in a
dictionary for later use with the detection-and-deletion function.
2025-06-25 21:38:34 +00:00
72d7057cfd
feat(lib): import library "hashlib" 2025-06-25 21:37:13 +00:00
6ce8e85264
feat(lib): import library "os" 2025-06-25 21:36:04 +00:00
ca910b8f98
feat(interpreter): add shebang to call Python 2025-06-25 21:34:25 +00:00
621deb316e
feat(license): add license 2025-06-25 21:33:18 +00:00
3a220cc803
fix(layout): fix metadata ordering 2025-06-25 21:32:12 +00:00
ebb755157e
feat(copyright): add copyright string 2025-06-25 21:30:25 +00:00
4a570df28f
feat(name): add name to script 2025-06-25 21:28:54 +00:00
c425e99d2b
feat(ver): add version to script 2025-06-25 21:27:34 +00:00
b2f4138162
Add ".editorconfig"
This allows customisation of the behaviour of the front-end in regards
to indent styles and indent sizes, among other options.
2024-02-15 08:25:17 +00:00
af237ebca0
Switch from shortform IDs to longform 2023-08-20 16:56:47 +01:00
8572a5a75f
Switch to custom heading anchors 2023-08-14 19:21:58 +01:00
3a1c637305
Fix Licensing section link formatting 2023-07-18 00:54:29 +01:00
427ab84f4b
Move Security section above Licensing section 2023-07-18 00:53:36 +01:00
326bca75fd
Update repository URIs 2023-07-18 00:53:05 +01:00
7daaa7f200
Move Branches section to top 2023-07-18 00:52:00 +01:00
928eb0bd2c
Fix typo. 2023-06-07 14:34:01 +01:00
aa74e4f8dc
Fix license name. 2023-06-07 14:33:44 +01:00
acc727e368
Improve readme code readability. 2023-06-07 14:33:26 +01:00
da90ae65f3
Fix readme AsciiDoc syntax. 2023-05-15 01:48:29 +01:00
ce0c0ea415
Remove extra line break. 2023-05-12 03:14:20 +01:00
672b0c75c7
Rewrite readme in AsciiDoc. 2023-05-12 03:13:20 +01:00
80641ad7c3
Switch copyright owner from psuedonym to orthonym. 2023-03-05 04:40:31 +00:00
432fab7f96
Switch copyright owner from psuedonym to orthonym. 2023-03-05 04:39:08 +00:00
eff7b0c31d
Switch copyright owner from psuedonym to orthonym. 2023-03-05 04:38:24 +00:00
880fcd74d3
Switch copyright owner from psuedonym to orthonym. 2023-03-05 04:37:51 +00:00
e10eee3762
Switch copyright owner from psuedonym to orthonym. 2023-03-05 04:37:09 +00:00
d7bd6869b6
Switch copyright owner from psuedonym to orthonym. Remove unnecessary periods from section heading comments. Add missing trailing slash for directory. 2023-03-05 04:33:19 +00:00
0f404a6794
Update description from Inference personal script files to Inferencium script files. Switch licensing section to SPDX licensing format. Update Inferencium branding. 2023-03-05 04:29:03 +00:00
1fbb81c750
Move license to license directory. 2023-03-05 04:27:02 +00:00
a2df03b5d1
Fix Makefile grep instances. 2023-01-15 06:41:08 +00:00
37475beac1
Fix configuration file filename. 2023-01-15 05:51:26 +00:00
6cf60b4ed1
Automatically detect kernel version and add to variable. 2023-01-15 05:40:37 +00:00
2f1e1a3f2f
Remove unnecessary line break during kernel version input. 2023-01-15 05:27:23 +00:00
976a0b2d5c
Change file purpose to be part of Inferencium. 2023-01-15 05:26:16 +00:00
a959ec107b
Change file purpose to be part of Inferencium. 2023-01-15 05:25:47 +00:00
fa2c4ed465
Add file purpose. Add file title. 2023-01-15 05:24:52 +00:00
82f6b4cce7
Add file purpose. Add file title. 2023-01-15 05:24:11 +00:00
fc9f7c7eaa
Add file purpose. Add file title. 2023-01-15 05:23:18 +00:00
c9959d6dfd
Fix line separators. 2023-01-15 05:20:43 +00:00
4d03c3451a
Fix line separators. 2023-01-15 05:14:21 +00:00
58fd605997
Increase version since it was missed previous update. 2023-01-15 04:43:34 +00:00
c1b9e1094b
Fix line separators. 2023-01-15 04:42:26 +00:00
75e3ce3554
Add missing input text. 2023-01-15 03:53:05 +00:00
3dc321dd37
Fix line separators. 2023-01-15 03:48:58 +00:00