Console UI to browse metaindex file(s).
Project description
metaindexmanager
A filemanager-like program to inspect your indexed documents.
Installation
Easiest way is to go through PyPi:
pip install metaindexmanager
It depends on metaindex
and cursedspace
. You probably want to install
metaindex
manually though, to be able to select all the delicious extra
features that are not enabled by default, because they depend on more packets.
You could also clone the git repository and pip install from there:
git clone <location to be decided>
cd metaindexmanager
pip install .
Usage
Just start it with
metaindexmanager
Open a file manager panel with gf
, open another metadata panel with gm
. To
search for documents in a metadata panel, try :search
followed by any valid
metaindex search terms, e.g. :search mimetype:image
.
To immediately have a search panel and a file panel, you could start like this:
metaindexmanager "mimetype:image" ~
Which will open with two panels: one the search results of mimetype:image
and the other a file manager panel in your home directory.
You could also start with two file manager panels, like this:
metaindexmanager ~ ~/Documents
Another good use case is to run in file select mode:
metaindexmanager --file-select-mode
It’ll provide the exact same experience as before, but when you press Enter, the path of the selected document or file will be written to stdout. That way you can use metaindexmanager as a file selection utility in other applications.
The --file-select-output
allows you to write the path to the selected file
to a file instead of stdout.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for metaindexmanager-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be2bcc4a99f995daf7e5b647325cfc0065ecdff35f861512472703443da40e03 |
|
MD5 | ac0389b9547d329afb992e08bd5b0578 |
|
BLAKE2b-256 | 6385ebe1402736e98f6ea3e18e3bd8776e73ef2c82cea608ef7d5d0374a6c08a |