yatima1460 / Drill

Search files without indexing, but fast crawling
https://drill.software/
GNU General Public License v2.0
268 stars 21 forks source link

Made drill-cli more POSIX compliant #42

Closed v0idpwn closed 5 years ago

v0idpwn commented 5 years ago

Uses getopt. Closes #39

Arguments: --help / -h --date / -d --size / -s

Argument bundling also possible: drill-cli -ds "foo" would print both date and size

yatima1460 commented 5 years ago

Travis build succeeds, nice