Find a file
2022-11-16 21:01:29 +01:00
.gitignore added README; added delete function. 2022-11-16 10:36:34 +01:00
config-def.py added open function 2022-11-16 21:01:29 +01:00
func.py Made possible to select multiple entries in search query 2022-11-16 20:18:38 +01:00
main.py added open function 2022-11-16 21:01:29 +01:00
README.md added open function 2022-11-16 21:01:29 +01:00

image-index

This project is a collection of scripts which can index and sort files on your pc. You can give every file a title, category, source, tags and content for easier finding later on.

Installation

git clone https://gitlab.com/rodin_schule/image-index-py.git
cd ./image-index-py
cp config-def.py config.py

Functions

  • add - Add a file and entry to the index
  • check - check if all files saved in the index exist and aren't faulty
  • delete - delete a file and remove the entry
  • open - open one or more files from the index in the default application (only Linux and Windows)
  • search - search through the index
  • update - change a value of an entry in the index or move a file to another category

Configuration

The file config.py holds some very important variables which you need to look at before using the index:

  • ROOT_DIR: The absolute path of where you want to save your files (the directories for the categories will be created there)
  • CONFIG_DIR: The absolute path of where you want to store your index.db-file.