Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luphord/knipse

CLI collection manager for pix and gThumb image managers
https://github.com/luphord/knipse

cli gthumb photo-manager pix

Last synced: about 1 month ago
JSON representation

CLI collection manager for pix and gThumb image managers

Awesome Lists containing this project

README

        

# knipse

[![PyPI package](https://img.shields.io/pypi/v/knipse)](https://pypi.python.org/pypi/knipse)
[![Build status](https://github.com/luphord/knipse/actions/workflows/build-test.yml/badge.svg)](https://github.com/luphord/knipse/actions)

CLI catalog manager for pix and gThumb

## Features
* `knipse` is a single file Python project

## Install

You can install `knipse` using `pip` with

```bash
pip3 install knipse
```

or you can simply download `knipse.py` and then run it using `python3` with

```bash
python3 knipse.py
```

## Credits

Main developer is luphord . [cookiecutter-pyscript](https://github.com/luphord/cookiecutter-pyscript) is used as project template.