# atsearch

> NodeJS command-line utility to search files

Latest version **1.0.2** (published 2017-12-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install atsearch
pnpm add atsearch
yarn add atsearch
bun add atsearch
```

Provides the command `atsearch`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2017-12-12 |
| First published | 2017-12-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Andrey Tryasun |
| Maintainers | atryasun |
| Keywords | nodejs, file, search, searchfile |

## Links

- npm: https://www.npmjs.com/package/atsearch
- Repository: https://github.com/andrey-tryasun/atsearch
- Homepage: https://github.com/andrey-tryasun/atsearch#readme
- Issues: https://github.com/andrey-tryasun/atsearch/issues
- npm.io page: https://npm.io/package/atsearch

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 1.0.2 (latest) — 2017-12-12
- 1.0.1 — 2017-12-10

## README

# atsearch
NodeJS command-line utility to search files

## Installation

``npm install -g atsearch``

## Usage:
    
##### CLI   

    Usage:
        atsearch [OPTION]=[ARG]
    
    Options: 
        --DIR (required) base lookup directory
        --TYPE (optional) [D|F]   D - directory, F - file
        --PATTERN (optional) regular expression to test file/directory name
        --MIN-SIZE (optional) minimum file size [B|K|M|G], skipped for directories
        --MAX-SIZE (optional) maximum file size [B|K|M|G], skipped for directories 
        
          (B - bytes, K - kilobytes, M - megabytes, G - gigabytes)

>Parameters order is not strict.

##### Examples:  

``atsearch --DIR="/User/Documents" --PATTERN=\.js``

``atsearch --DIR="/User/Documents" --TYPE=D``

``atsearch --PATTERN=\.mkv --TYPE=F --MIN-SIZE=4G --DIR="/User/Documents``


### License and Copyright
This software is released under the terms of the [MIT license](https://github.com/andrey-tryasun/atsearch/blob/master/LICENSE.md).

---
_Source: https://npm.io/package/atsearch · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
