Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luphord/knipse
- Owner: luphord
- License: mit
- Created: 2020-03-21T06:16:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T21:42:50.000Z (about 1 year ago)
- Last Synced: 2024-11-01T20:12:28.300Z (about 2 months ago)
- Topics: cli, gthumb, photo-manager, pix
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
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.