All Projects → fiatjaf → washer

fiatjaf / washer

Licence: other
A whoosh-based CLI indexer and searcher for your files.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to washer

BinaryStream
BinaryStream - a writer and reader for binary data. Best replacement for pack()/unpack().
Stars: ✭ 44 (+175%)
Mutual labels:  files
nucked-truth-of-files
HollyJS Moscow
Stars: ✭ 14 (-12.5%)
Mutual labels:  files
FileOrganizer
Automatically organizes files in your computer
Stars: ✭ 34 (+112.5%)
Mutual labels:  files
vscode-fileutils
Visual Studio Code Extension
Stars: ✭ 138 (+762.5%)
Mutual labels:  files
yogurl
Serve files and code over HTTP in one command. The CLI for http://yogurl.io
Stars: ✭ 45 (+181.25%)
Mutual labels:  files
xtuff
A CLI to generate stuff easy! (components, services, etc...)
Stars: ✭ 28 (+75%)
Mutual labels:  files
sortr.py
sort files using python
Stars: ✭ 15 (-6.25%)
Mutual labels:  files
odcrawler-frontend
A frontend for ODCrawler, an Open Directory search engine.
Stars: ✭ 20 (+25%)
Mutual labels:  files
dirdf
R package: dirdf - Extracts Metadata from Directory and File Names
Stars: ✭ 57 (+256.25%)
Mutual labels:  files
file2html
JS convertor of files to HTML and CSS code
Stars: ✭ 29 (+81.25%)
Mutual labels:  files
maricutodb
PHP Flat File Database Manager
Stars: ✭ 23 (+43.75%)
Mutual labels:  files
lumen-file-manager
File manager module for the Lumen PHP framework.
Stars: ✭ 40 (+150%)
Mutual labels:  files
glob-fs
file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
Stars: ✭ 54 (+237.5%)
Mutual labels:  files
filestack-ios
Official iOS SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Stars: ✭ 44 (+175%)
Mutual labels:  files
tg-file-decoder
Decode Telegram bot API file IDs
Stars: ✭ 30 (+87.5%)
Mutual labels:  files
luufs
Lazy man's, user-mode union file system
Stars: ✭ 28 (+75%)
Mutual labels:  files
files-io
Read many files with node
Stars: ✭ 19 (+18.75%)
Mutual labels:  files
upload
How to Upload a File to a Server in PHP
Stars: ✭ 83 (+418.75%)
Mutual labels:  files
vsc-material-theme-icons
Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.
Stars: ✭ 90 (+462.5%)
Mutual labels:  files
vtex-cms-sauce
VTEX package for handling CMS requests.
Stars: ✭ 25 (+56.25%)
Mutual labels:  files

washer

Create fulltext indexes with your files and query them from the command line.

Install

With pip or (better) pipsi <https://github.com/mitsuhiko/pipsi>:

pipsi install --python (which python3) washer
# or `sudo pip3 install washer`

Quickstart

https://raw.githubusercontent.com/fiatjaf/washer/master/example/screenshot.png

Or see https://github.com/fiatjaf/washer/tree/master/example.

Usage

Usage: washer [OPTIONS] COMMAND [ARGS]...

Options:
  -d, --indexdir DIRECTORY  The directory in which the index files will be
                            kept. Defaults to a temporary directory.
  --help                    Show this message and exit.

Commands:
  index     Creates or overwrites and index at an...
  info      Display information about the index and...
  morelike  Lists files present at the index that share...
  search    Search the given index for a term or multiple...
Usage: washer index [OPTIONS] [FILES_TO_INDEX]...

  Creates or overwrites and index at an specified location using the given
  files.

  FILES_TO_INDEX accepts multiple files and wildcards, as usual.

Options:
  -l, --lang [ar|da|nl|en|fi|fr|de|hu|it|no|pt|ro|ru|es|sv|tr]
                                  Comma-separated list of languages to use
                                  when indexing. Should be specified multiple
                                  times. Defaults to "-l pt -l en".
  -w, --overwrite                 Overwrite existing index in INDEX_DIR, if
                                  exists. Defaults to false unless INDEX_DIR
                                  is not specified.
  -a, --append                    Append files to the index in INDEX_DIR, if
                                  it exists. Defaults to true unless INDEX_DIR
                                  is not specified.
  --help                          Show this message and exit.
Usage: washer search [OPTIONS] [QUERY]...

  Search the given index for a term or multiple terms.

  QUERY can be anything, typically it will be just one or a bunch of words,
  but it accepts special operators (NOT, AND, *, ? etc.) as specified in
  http://whoosh.readthedocs.io/en/latest/querylang.html

Options:
  --count             Force counting results. A mostly useless flag.
  --frag / --no-frag  Show text fragments of the files that matched.Enabled by
                      default.
  --help              Show this message and exit.

License

This tool is licensed in the same way as Whoosh, as long as it complies with requirements from the other two dependencies, click and blessings.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].