Commit Graph

  • f7f856480a Updated --help text for multiple extension/filetype filters #205 Thejas Kadur 2017-12-31 15:20:48 -0500
  • 1832ea2d1d Updated tests for multiple extension/filetype filters Thejas Kadur 2017-12-31 15:07:42 -0500
  • d523e2e1fe Fixed -e and -t to only accept one value per occurrence Thejas Kadur 2017-12-31 14:35:25 -0500
  • 95cdde7b09 Merge 14cf12f130 into 4d66c84109 #207 Kirill Pimenov 2017-12-30 17:16:01 +0000
  • 14cf12f130 Routine dependency update #207 Kirill Pimenov 2017-12-30 15:21:26 +0100
  • 34c3e3e2ad Merge 80559a91bb into 4d66c84109 #206 Kirill Pimenov 2017-12-30 14:57:21 +0000
  • 80559a91bb Make it work on Windows #206 Kirill Pimenov 2017-12-30 15:50:55 +0100
  • 1dfd444c9b Routine dependency update Kirill Pimenov 2017-12-30 15:21:26 +0100
  • 6abcd2aae5 Added support for filtering by multiple filetypes and extensions Thejas Kadur 2017-12-30 00:21:15 -0500
  • 4d66c84109 Correct exit codes (#202) Dock 2017-12-18 09:53:34 -0500
  • 3fb2b1ae0a Committing Cargo.lock #202 Dock O'Neal 2017-12-18 00:09:10 -0500
  • f8ef5b2f65 Merge branch 'master' of github.com:sharkdp/fd into correct-error-codes Dock O'Neal 2017-12-18 00:06:25 -0500
  • 58203aca9d Using constants for exit codes Dock O'Neal 2017-12-18 00:05:07 -0500
  • 287d88e39f Changed exit code when stdout errors. 1 for general error. Dock O'Neal 2017-12-17 12:44:50 -0500
  • 491a614e1e Changed exit code on ctrl-c to 130 to match specification Dock O'Neal 2017-12-17 12:44:13 -0500
  • 2bc72a5eca Fix bash_completion path in deb. Thayne McCombs 2017-12-10 20:36:29 -0700
  • 307533f32d Fix bash_completion path in deb. #197 Thayne McCombs 2017-12-10 20:36:29 -0700
  • 8702133ee8 Temporarily disable the cargo fmt check sharkdp 2017-12-13 18:29:42 -0800
  • f11fb11ad9 Temporarily disable the cargo fmt check #200 sharkdp 2017-12-13 18:29:42 -0800
  • 9192bc153f Fix path of bash completion v6.1.0 sharkdp 2017-12-09 23:01:32 -0800
  • b2797c0c45 Bump minimum rust version to 1.20 sharkdp 2017-12-09 22:03:59 -0800
  • aaf9e024d5 Updates for 6.1.0 sharkdp 2017-12-09 21:40:13 -0800
  • dbc55cf106 Merge d9a273e2e8 into 5784823aca #184 Igor Gnatenko 2017-12-10 05:20:28 +0000
  • 5784823aca Unify execute_command across platforms Matthias Reitinger 2017-12-09 02:46:08 +0100
  • 9fef211d49 Unify execute_command across platforms #193 Matthias Reitinger 2017-12-09 02:46:08 +0100
  • d79d2de89d Merge 85f9c7f28f into 51aea57a6a #186 Laurent Arnoud 2017-12-07 01:11:33 +0000
  • 51aea57a6a Add multiple path support (#182) Dock 2017-12-06 17:52:23 -0500
  • 85f9c7f28f
    Use simpler test for exec with stderr case #186 Laurent Arnoud 2017-12-04 00:08:57 +0100
  • 3b8c87fb65
    Show stderr on exec with `rm -i` like `find` Laurent Arnoud 2017-12-03 22:59:36 +0100
  • 59050b2e91 Running rustfmt to format code correctly #182 Dock O'Neal 2017-12-06 11:31:10 -0500
  • 7aa3203b79 Removing side effect from walk::scan, `dir_vec` is no longer a mutable reference and an iterator is being used instead. doxterpepper 2017-12-06 01:28:20 -0500
  • 22c2efce9b Added test for `fd 'a.foo' test1` to show that a.foo is only found in the test1 and not the test2 direcotry doxterpepper 2017-12-06 01:22:00 -0500
  • aae82011ed Removing shell-escape, not sure how it got added... doxterpepper 2017-12-06 01:16:00 -0500
  • 8914b43845 Fix deb build Thayne McCombs 2017-12-05 01:42:53 -0700
  • 59ea560d37 Create deb file as part of CI build. WIP Thayne McCombs 2017-12-04 00:47:35 -0700
  • aa2d60dc8b Fix deb build #187 Thayne McCombs 2017-12-05 01:42:53 -0700
  • 6d327d5168 Create deb file as part of CI build. WIP Thayne McCombs 2017-12-04 00:47:35 -0700
  • c165ff0546 Refactorying main.rs : remove unused variable (empty_pattern) Ubuntu 2017-11-29 03:28:31 +0000
  • e2b8a3cce2 The -i flag allows a package to be installed without updating. It seems cargo-update is checking only for installed packages to be updated. Since rustfmt is not installed initially in the travis build then it does not need updating and so nothing happens. The -i flag fixes that by telling cargo-update to install the package. doxterpepper 2017-12-02 17:12:17 -0500
  • 9610979c41 The -i flag allows a package to be installed without updating. It seems cargo-update is checking only for installed packages to be updated. Since rustfmt is not installed initially in the travis build then it does not need updating and so nothing happens. The -i flag fixes that by telling cargo-update to install the package. #185 doxterpepper 2017-12-02 17:12:17 -0500
  • d9a273e2e8 bump lazy_static to 1 #184 Igor Gnatenko 2017-11-30 23:45:31 +0100
  • 8cecb51c41 Moved the colored output check back to it's original place doxterpepper 2017-11-29 01:09:33 -0500
  • 071c047d15 Moved ctrlc handler back into walker, it is only called once from main now. doxterpepper 2017-11-29 01:00:32 -0500
  • 0b28daefba Refactored walk::scan to accept the path buffer vector. Using the ParallelWalker allows for multithreaded searching of multiple directories doxterpepper 2017-11-29 00:53:11 -0500
  • 0facd27e69 Removed commented code in testenv doxterpepper 2017-11-28 23:28:31 -0500
  • 79d540ce42 Merge branch 'add-multiple-file-support' of github.com:Doxterpepper/fd into add-multiple-file-support doxterpepper 2017-11-28 23:26:25 -0500
  • 66070acf16 Moving code around, no need to do everything in one big loop doxterpepper 2017-11-28 23:15:14 -0500
  • c962fff1d0 Moving code around, no need to do everything in one big loop doxterpepper 2017-11-28 23:15:14 -0500
  • e49efac480 Refactorying main.rs : remove unused variable (empty_pattern) #181 Ubuntu 2017-11-29 03:28:31 +0000
  • 8d2239da07 Merge branch 'add-multiple-file-support' of github.com:Doxterpepper/fd into add-multiple-file-support doxterpepper 2017-11-27 23:56:20 -0500
  • facf860df0 rust-fmt changes doxterpepper 2017-11-27 00:37:42 -0500
  • 6da772ab74 rust-fmt changes doxterpepper 2017-11-27 00:37:42 -0500
  • a84bf633ac Tests now allow custom directory setup doxterpepper 2017-11-27 00:04:22 -0500
  • c488cff2f4 Moved the ctrlc handler to main. doxterpepper 2017-11-26 20:53:59 -0500
  • 866e862b0b Adding support for multiple paths. (panic) doxterpepper 2017-11-26 15:03:33 -0500
  • 9bd1d12c00 Add --no-ignore-vcs option ptzz 2017-11-21 22:54:00 +0100
  • c0bfc65d88 Handle terminal signals (#128) Dock 2017-11-22 17:05:09 -0500
  • 60aa3050c8 Merge ba56d4e886 into 44ee5a0b85 #176 Dock 2017-11-22 05:34:43 +0000
  • ba56d4e886 Changing formatting #176 doxterpepper 2017-11-22 00:34:07 -0500
  • b97d5af9d4 Adding comment. doxterpepper 2017-11-22 00:01:28 -0500
  • 23ab4c12d5 Add --no-ignore-vcs option #175 ptzz 2017-11-21 22:54:00 +0100
  • 24225ce7af Fixed syntax for non windows. Added a precompiler guard for std::env Dock O'Neal 2017-11-21 23:49:19 -0500
  • d94e2ae027 Adding windows specific method to change back slashes to forward slashes if running in cygwin when output is not colorized Dock ONeal 2017-11-21 23:45:21 -0500
  • 062ba4b8ae Added windows specific logic to check if we're in a unix like shell Dock O'Neal 2017-11-21 22:28:06 -0500
  • af809f2174 Merge branch 'fix-ctrlc' of github.com:Doxterpepper/fd into fix-ctrlc #128 Dock O'Neal 2017-11-20 17:50:08 -0500
  • a43aca8c39 Merge branch 'master' of github.com:sharkdp/fd into fix-ctrlc Dock O'Neal 2017-11-20 17:49:23 -0500
  • f31063e8d9
    Merge branch 'master' into fix-ctrlc Dock 2017-11-20 17:45:59 -0500
  • ef9a8d8740 Merge 00f0245c26 into 44ee5a0b85 #173 Igor Gnatenko 2017-11-20 17:14:48 +0000
  • 00f0245c26 bump ansi_term to 0.10 #173 Igor Gnatenko 2017-11-20 18:14:24 +0100
  • c3df5949ed bump ignore to 0.3 Igor Gnatenko 2017-11-20 18:14:02 +0100
  • 44ee5a0b85 Add instructions on how to install under Void Linux maxice8 2017-11-16 12:50:19 -0200
  • dadc45af17 Add instructions on how to install under Void Linux #172 maxice8 2017-11-16 12:50:19 -0200
  • 941a1e3d21 Update Cargo.lock sharkdp 2017-11-16 08:26:40 +0100
  • 0999f8e328
    Updated installation instructions David Peter 2017-11-16 08:19:20 +0100
  • 9be32fa6a7 Bump version number v6.0.0 sharkdp 2017-11-15 23:34:32 +0100
  • 5ed7514096 Update error message if command could not be found sharkdp 2017-11-15 23:24:11 +0100
  • 3c5d8a1e86 Fix typos Matthias Reitinger 2017-11-15 22:07:04 +0100
  • ccdbc76f5a Fix execute_command on Unix Matthias Reitinger 2017-11-15 03:31:50 +0100
  • 355a171557 Fix manpage formatting Matthias Reitinger 2017-11-15 03:31:32 +0100
  • 5f4a1203b4 Update documentation for --exec syntax change Matthias Reitinger 2017-11-15 03:19:28 +0100
  • 0f82fe7ec0 Rename TokenizedCommand to CommandTemplate Matthias Reitinger 2017-11-15 02:14:04 +0100
  • c18caaa6f6 Remove CommandTicket to avoid Vec allocation Matthias Reitinger 2017-11-15 01:56:32 +0100
  • bc88b8f80e Fix exec tests Matthias Reitinger 2017-11-03 01:51:44 +0100
  • 18709b1ede Remove shell with --exec Matthias Reitinger 2017-11-03 01:39:03 +0100
  • 30e901778c Fix typos #160 Matthias Reitinger 2017-11-15 22:07:04 +0100
  • 1a6c92c475 Add instructions on how to install under FreeBSD Andrey Cherkashin 2017-11-15 12:30:58 -0800
  • dd7aeef97d
    Add instructions on how to install under FreeBSD #171 Andrey Cherkashin 2017-11-15 12:30:58 -0800
  • 3104729f29 Create shell completions OUT_DIR Andrey Cherkashin 2017-11-14 18:40:03 -0800
  • f6b06f6bb5
    Create shell completions OUT_DIR #169 Andrey Cherkashin 2017-11-14 18:40:03 -0800
  • 78ae0c8ea9 Fix execute_command on Unix Matthias Reitinger 2017-11-15 03:31:50 +0100
  • b3db9eca87 Fix manpage formatting Matthias Reitinger 2017-11-15 03:31:32 +0100
  • 2c6ce08789 Update documentation for --exec syntax change Matthias Reitinger 2017-11-15 03:19:28 +0100
  • 6f73f1d912 Rename TokenizedCommand to CommandTemplate Matthias Reitinger 2017-11-15 02:14:04 +0100
  • 5dad726fb9 Remove CommandTicket to avoid Vec allocation Matthias Reitinger 2017-11-15 01:56:32 +0100
  • 673392045f Check minimal rustc version on the build process Adit Cahya Ramadhan 2017-11-13 22:40:30 +0700
  • ff5100a6aa Check minimal rustc version on the build process #167 Adit Cahya Ramadhan 2017-11-13 22:40:30 +0700
  • 26f71dd21a Remove superfluous path.replace sharkdp 2017-11-10 20:03:42 +0100
  • 12b2459caf Remove superfluous path.replace #163 sharkdp 2017-11-10 20:03:42 +0100
  • cfa7948e52 Changed match statement to if let doxterpepper 2017-11-02 23:12:56 -0400
  • a617e0fa0a Fix exec tests Matthias Reitinger 2017-11-03 01:51:44 +0100