https://github.com/doumanash/sagasu
Simple utility to find files on your file system
https://github.com/doumanash/sagasu
Last synced: about 2 months ago
JSON representation
Simple utility to find files on your file system
- Host: GitHub
- URL: https://github.com/doumanash/sagasu
- Owner: DoumanAsh
- License: other
- Created: 2019-03-17T11:18:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T17:26:39.000Z (over 5 years ago)
- Last Synced: 2025-03-28T03:04:44.061Z (2 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sagasu
[](https://ci.appveyor.com/project/DoumanAsh/sagasu/branch/master)
[](https://travis-ci.org/DoumanAsh/sagasu)
[](https://crates.io/crates/sagasu)
[](https://deps.rs/crate/sagasu)Simple utility to find files and/or directories
## Download links
* Windows [32bit](https://github.com/DoumanAsh/sagasu/releases/download/0.3.1/sagasu-0.3.1-i686-pc-windows-msvc.zip)
* Windows [64bit](https://github.com/DoumanAsh/sagasu/releases/download/0.3.1/sagasu-0.3.1-x86_64-pc-windows-msvc.zip)
* Linux [64bit](https://github.com/DoumanAsh/sagasu/releases/download/0.3.1/sagasu-0.3.1-x86_64-unknown-linux-gnu.zip)
* OSX [64bit](https://github.com/DoumanAsh/sagasu/releases/download/0.3.1/sagasu-0.3.1-x86_64-apple-darwin.zip)## Usage
```
USAGE:
sagasu.exe [FLAGS] [OPTIONS] [path]...FLAGS:
-d, --dir Flag whether to print directories or not. By default is true, if file is not specified
-f, --file Flag whether to print executables or not. By default is true, if dir is not specified
-h, --help Prints help information
-m, --machine Specifies that usage comes from another application. Disables colors.
-q, --quiet Ignore errors during search.
-s, --symlink Follow symbolic links. By default they are not followed.
-V, --version Prints version informationOPTIONS:
--hop Specifies depth of recursion.
--minhop Minimum number of hops before starting to look. [default: 0]
--sep Specifies separator character between each entry. By default newlineARGS:
Pattern to filter by. Allowed types: Regex
... Specifies directory where to look. [default: .]
```