Skip to main content

Index stuff and find it fast and without bloat

Project description

An awesome hack. Your friendly finding ninja.

Usage

Index and find your stuff.

Index the current directory.

finja --index

Find huhu in the index.

finja huhu

Update outdated files and find huhu in the index.

finja -u huhu

Also works from a subdirectory.

finja --index
cd submdir
find huhu

Tip: If you are sure that your system survives till everything is indexed use eatmydata.

eatmydata finja -i

Raw mode is meant for machines, but you can replace the \0 with colons.

finja -r huhu | finjacol

Get reduplicated raw human readable output.

finja -r stuff | finjadup | finjacol

Get reduplicated raw output.

finja -r stuff | finjadup

Index git files only.

git ls-tree -r --name-only master > FINJA.lst
finja -i

Filter unwanted output by path.

finja -p spamfolder gold

Cleanup free (unused) tokens and rebuild the database.

finja --vacuum

If there are some badly formatted files that seriously cramp your style.

finja readlines for | cut -c -`tput cols`

Thats it and it works.

Caveat: We do not support languages that don’t do spaces nor interpunct. Hey we are not google!

Installation

If you’re using Arch Linux, there’s an AUR package here: https://aur.archlinux.org/packages/finja/

If you’re using Debian Jessie, there’s a deb package here:

http://1042.ch/finja/jessie/ (Do not install the python3 version it may segfault because of a bug in Python 3.4)

On other platforms, use python’s package manager, pip:

pip install -U finja

Why?

Unlike many of the great alternatives to finja, finja is generic. It doesn’t know what it is indexing. Finja achieves good indexing quality by doing multiple passes with different tokenization methods and splitting character lists. Therefore it is slower and has a bigger index than non-generic indexers, but it just indexes your stuff and won’t miss any files it doesn’t know about.

Finja is doing something wrong, can I customize the settings?

We would like to keep settings to a minimum. At the moment there is only international interpunct, that can be switched on. Please open an issue on Github and describe your problem, we will try to find a generic solution. If we don’t find such a solution we might add a setting.

By dv@winged.ch and ganwell@fangorn.ch

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finja-1.0.3.tar.gz (11.5 kB view details)

Uploaded Source

File details

Details for the file finja-1.0.3.tar.gz.

File metadata

  • Download URL: finja-1.0.3.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for finja-1.0.3.tar.gz
Algorithm Hash digest
SHA256 f6fbde6b3762e404d51a4a2ec35d76a5a12dcc16d857afc3d66a51d4a9bd5681
MD5 6302b4651f6aebb2fffcccc9d4531036
BLAKE2b-256 617c7a76830aa9f341306a5b020503249be0c301a6be45a528ec667291b9adf8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page