55f73d8a9a
added a changelog 0u0
2021-04-04 22:41:37 +10:00
25c9efa2f1
fixed compilation on some obscurish architectures (e.g. powerpc), more clippy lints
2021-04-03 03:52:28 +10:00
7115692f9d
fixed tests
continuous-integration/drone/push Build is passing
2021-03-26 05:11:21 +10:00
129aa83ade
lots of stuff! and a version bump!! 0u0
...
continuous-integration/drone/tag Build is passing
- extension_from_path now returns Option<&OsStr>
- two new tests
- Findings uses a Path instead of a PathBuf, reducing allocations
- some unnecessary stuff removed, thanks clippy
- that is all
2021-03-26 04:46:07 +10:00
40a90308a5
initial (and somewhat bonked) powershell support, cargo update
2021-03-26 00:28:03 +10:00
62562a0b69
i suppose it's time for a version bump =u=
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-03-17 18:26:27 +10:00
67cffcff91
removed python stuff
2021-03-14 21:55:44 +10:00
c68a88c6b0
don't test on alpine since it's currently broken due to a crate out of my control 0uo
continuous-integration/drone/push Build is passing
2021-03-12 04:05:03 +10:00
87dab7284f
test on alpine, clippy & rustfmt
continuous-integration/drone/push Build is failing
2021-03-12 03:44:31 +10:00
e3af10cf5b
replaced some pathbufs with paths, made it actually compile and work 0uo
continuous-integration/drone/push Build is passing
2021-03-12 03:26:35 +10:00
6d55b3c309
removed an unecessary allocation
...
continuous-integration/drone/push Build is failing
you know what they say, premature optimisation is the best optimisation
2021-03-12 02:55:40 +10:00
b09b871b3d
...how did i not notice this earlier
2021-03-07 17:01:27 +10:00
8a152d4118
new option for scanning extensionless files, nicer #[cfg]s, -s no longer skips hidden root dir...
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-03-03 01:12:29 +10:00
4412161193
nicer output for --help
continuous-integration/drone/push Build is passing
2021-03-01 20:20:46 +10:00
5907309689
renamed modules in accordance with https://rust-lang.github.io/api-guidelines/naming.html
2021-03-01 19:21:00 +10:00
32da919f81
replace (ScanError, PathBuf) with just ScanError (which now contains a PathBuf)
2021-03-01 19:18:20 +10:00
c270383e6f
Merge remote-tracking branch 'origin/master'
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-03-01 01:24:03 +10:00
1aa355e753
version bump - wrote docs, logging by default, and more
2021-03-01 01:23:52 +10:00
58f3b323cc
version bump - wrote docs, logging by default, and more
continuous-integration/drone/push Build is passing
2021-03-01 01:23:18 +10:00
ecee74eb29
oops 0uo
2021-03-01 00:52:37 +10:00
31aaa80701
documentation!!! ≥50% coverage!!! wow!!!!!
2021-03-01 00:06:05 +10:00
e294f56ecf
move main() to the top of main.rs because wynaut
2021-02-28 22:20:15 +10:00
67fb03821d
integration test for arg parsing, minor shuffling around of things
continuous-integration/drone/push Build is passing
2021-02-28 22:17:26 +10:00
d04fc22d46
maybe don't use all cores at 100% for two full minutes
continuous-integration/drone/push Build is passing
2021-02-28 21:14:24 +10:00
dcbf3e8b3c
fixing a problem before it happens
continuous-integration/drone/push Build is passing
2021-02-28 21:10:31 +10:00
bcd77d9ed6
added a python script for testing and a drone config for CI
2021-02-28 21:08:35 +10:00
809df5bc0e
jetbrains nonsense
2021-02-28 21:08:11 +10:00
601481130f
default to WARN logging if RUST_LOG is unspecified
2021-02-28 21:01:22 +10:00
b89e71a6ab
turns out infer already has jpeg2000 support and i somehow didn't notice 0uo
2021-02-28 20:20:27 +10:00
d76ed2585d
tests and more!
...
- added unit tests
- replaced `target_os="linux"` with `unix`
- updated Cargo.toml to patch xdg-mime properly
2021-02-28 19:47:18 +10:00
967592b22a
updated readme uwu!
2021-02-27 12:43:15 +10:00
fb204d9c9a
update dependencies
2021-02-27 12:27:11 +10:00
52a0709097
it does indeed work on windows
2021-02-27 12:24:51 +10:00
ebc2bcfb41
use cfg_if to make the code more readable
2021-02-27 12:13:57 +10:00
b141b85ea7
use xdg-mime by default on linux, infer elsewhere
2021-02-27 12:02:49 +10:00
db94465bb7
better document support, print version properly, display version
2021-02-22 08:46:17 +10:00
c92dbbd075
quick hack to work around non-existent document support ;3
2021-02-22 02:35:42 +10:00
9a0113d1dc
quick hack to work around non-existent document support ;3
2021-02-22 02:32:38 +10:00
c83b754b9b
badges!! 0u0
2021-02-22 02:15:35 +10:00
19038d3493
slightly better readme
2021-02-22 02:08:08 +10:00
c9209c2dbc
minor tweaks for what should/shouldn't be included in git/crate
2021-02-22 02:02:27 +10:00
aedfd6d57f
retrieve extensions from mime_guess, minor code changes, added a readme and such
2021-02-22 01:55:27 +10:00
b95c8ec85c
cleaned up formats.rs
2021-02-22 00:46:51 +10:00
729576b803
thanks cargo update
2021-02-22 00:20:17 +10:00
9091850ec5
thanks rustfmt
2021-02-22 00:15:09 +10:00
7a2f009622
thanks clippy
2021-02-22 00:09:53 +10:00
986717a6ae
nicer error handling, exit codes
2021-02-22 00:07:50 +10:00
426e09fb05
SVG support, better and more comments, minor code cleanup
2021-02-21 21:30:58 +10:00
21fb26e3da
removed invalid cargo specifier
2021-02-21 16:59:25 +10:00
9e51525d27
hide xdg-mime-backend for windows users, cargo update
2021-02-20 04:02:54 +10:00