Commit Graph

53 Commits

Author SHA1 Message Date
Lynne Megido 1ecc6e6c6e
semicolonic cleanse 2021-06-14 16:53:41 +10:00
Lynne Megido df9c033b38
cargo update
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-13 16:47:39 +10:00
Lynne Megido c66a639eed
release v0.3.1 🥳
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-06-07 15:48:46 +10:00
Lynne Megido 8dac4127e9
added text output format
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-07 15:21:47 +10:00
Lynne Megido b93e111357
added JSON output 2021-05-06 08:57:42 +10:00
Lynne Megido 774e72423f
test powershell output too 2021-04-30 19:11:24 +10:00
Lynne Megido beebbbbb3b
replace fastrand dep with rand, rustfmt 2021-04-29 17:08:56 +10:00
Lynne Megido a60a19191a
reject lowercase exts bc they don't worky 2021-04-29 17:03:26 +10:00
Lynne Megido 090e4adafe
release v0.3.0!! \0u0/
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-04-28 23:21:27 +10:00
Lynne Megido cb6e111f16
more comprehensive ext sets, link text/xml and application/xml, remove silly Powershell/PowerShell hack 2021-04-28 19:33:42 +10:00
Lynne Megido b12c42adbb
publish my fork of mime_guess so it can be used w/ crates.io
crates.io doesn't allow you to use path or git dependencies - you can only depend on published crates. i didn't really want to publish my mime_guess fork, since i don't really see anyone besides myself using it (and i don't really want my fork to "dethrone" the original or whatever), but unless i want `cargo install fif` to give you a version of fif that tells you XML files should have the extension ".asa", i kind of have to do this :c
2021-04-28 15:17:40 +10:00
Lynne Megido aad70ee13b
update exclude list & dependencies 2021-04-27 18:34:01 +10:00
Lynne Megido af9968947c
release v0.2.13 0u0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-04-26 22:36:02 +10:00
Lynne Megido d6974b4959
writables!, windows newlines, sorted changelog, always quote paths
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-26 20:19:58 +10:00
Lynne Megido 255665cae0
output is now sorted 0u0
sort order: files that couldn't be read, then files with no known mimetype, then files with no known extensions, then files with the wrong extension
2021-04-20 18:52:49 +10:00
Lynne Megido b877d7d65e
xdg-mime no longer uses git version 0u0 2021-04-20 17:26:31 +10:00
petra-fied 2713083a82 updated CHANGELOG.md
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-14 19:10:07 +10:00
petra-fied 59a3042ebc added .rpa format support, new system extension set 2021-04-14 19:08:18 +10:00
Lynne Megido 21dfe93a05
better DLL/EXE support, fixed weird symlink semidemihemibug
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-14 16:29:38 +10:00
Lynne Megido d54cc8d6da
added text extension set, more test coverage, cargo update
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-08 23:33:33 +10:00
Lynne Megido fb67c11eb6
add option for following symlinks, make extensions optional, new version!!
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-04-04 23:52:16 +10:00
Lynne Megido 12d9001bb8
better mime type detection
- consider some/x-thing and some/thing to be identical
- use a patched version of mime_guess with many more extension/type mappings
2021-04-04 22:44:48 +10:00
Lynne Megido 129aa83ade
lots of stuff! and a version bump!! 0u0
All checks were successful
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
Lynne Megido 40a90308a5
initial (and somewhat bonked) powershell support, cargo update 2021-03-26 00:28:03 +10:00
Lynne Megido 62562a0b69
i suppose it's time for a version bump =u=
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-03-17 18:26:27 +10:00
Lynne Megido 8a152d4118
new option for scanning extensionless files, nicer #[cfg]s, -s no longer skips hidden root dir...
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-03-03 01:12:29 +10:00
Lynne Megido 1aa355e753
version bump - wrote docs, logging by default, and more 2021-03-01 01:23:52 +10:00
Lynne Megido 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
Lynne Megido fb204d9c9a
update dependencies 2021-02-27 12:27:11 +10:00
Lynne Megido ebc2bcfb41
use cfg_if to make the code more readable 2021-02-27 12:13:57 +10:00
Lynne Megido b141b85ea7
use xdg-mime by default on linux, infer elsewhere 2021-02-27 12:02:49 +10:00
Lynne Megido db94465bb7
better document support, print version properly, display version 2021-02-22 08:46:17 +10:00
Lynne Megido c92dbbd075
quick hack to work around non-existent document support ;3 2021-02-22 02:35:42 +10:00
Lynne Megido c9209c2dbc
minor tweaks for what should/shouldn't be included in git/crate 2021-02-22 02:02:27 +10:00
Lynne Megido 729576b803
thanks cargo update 2021-02-22 00:20:17 +10:00
Lynne Megido 986717a6ae
nicer error handling, exit codes 2021-02-22 00:07:50 +10:00
Lynne Megido 9e51525d27
hide xdg-mime-backend for windows users, cargo update 2021-02-20 04:02:54 +10:00
Lynne Megido 7fdc75c9e9
windows support! and other stuff 2021-02-20 03:57:36 +10:00
Lynne Megido dc2f642171
cargo update 2021-02-18 22:37:43 +10:00
Lynne Megido df2f924b2f
added some extension sets, replaced 'echo' with 'printf' in shell output 2021-02-18 21:43:24 +10:00
Lynne Megido 2431e3493a
support using either infer or xdg_mime for mime detection
i guess we can build for windows now
2021-02-15 04:58:57 +10:00
Lynne Megido d7eb0de299
nicer formatting, moved Findings into its own file 2021-02-15 03:12:27 +10:00
Lynne Megido 3642f0112a
version bump, minor cleanup, cli parse fix
previously, `fif -e rs src` would be interpreted as "scan for files with extensions 'rs' and 'src' in the default directory" instead of "scan for files with extension 'rs' in 'src'" - this has been fixed
2021-02-15 02:20:48 +10:00
Lynne Megido cda6184d45
cargo upd8 2021-02-15 00:48:22 +10:00
Lynne Megido 3ae4ec53d8
begone, proc_macro! removes a bunch of dependencies that came through darling. 2021-02-15 00:30:12 +10:00
Lynne Megido 32ba0176b2
cargo update, minor cleanup 2021-02-12 19:19:08 +10:00
Lynne Megido 578f2f6be5
fixed indentation, removed some unneeded clap features 2021-02-12 01:46:24 +10:00
Lynne Megido 82bdbebec5
rudimentary script output, lots of small stuff, performance improvements 2021-02-10 19:20:22 +10:00
Lynne Megido 5f36f663fc
maybe don't depend on regex 0u0; 2021-02-05 23:34:02 +10:00
Lynne Megido 2c4a8f6a3b
implemented parallel functionality! 0u0 2021-02-05 22:45:51 +10:00