Socket
Socket
Sign inDemoInstall

picks

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

picks

A picture viewer, tagger and picker


Maintainers
1

Picks - View, pick and tag pictures

Despite there are lot's and lot's of file viewers out there none of them satisfied a couple of (simple) requirements which are important for me:

  • Support for 'interesting file separation' (by copying/linking a file to a special folder while viewing) (Gwenview has this, but it's broken)
  • File tagging without a proprietary database (best would be using the filename to store tags because this is intuitive and platform/tool independent)
  • Sexy slide show mode (e.g. with Ken Burns effect (pan/zoom))
  • Support at least for Linux

This is why picks (play on the words picture and pick) emerged. Among the features already mentioned the project goals are:

  • Easy deployment/usage on at least Linux/MacOS/Windows
  • Easy interaction (e.g. without the need to use a mouse)
  • Support for reading from attached smart phones (MTP support)
  • Tools for deciding whether to keep or delete a file (focus peaking, etc.)

Installation / Usage

Recommended way to install picks is via pip::

pip3 install picks

If you want to have the latest bugs::

git clone https://github.com/frans-fuerst/picks
cd picks
./setup.py install

Run picks like this::

picks [<DIR>]

.. Note:: you have to run picks inside the directory containing the pictures you want to view or provide it on command line - there's no navigation inside the application yet.

There is also a command line mode but very few commands right now. E.g. you can initialize the filenames of all pictures inside a directory::

picks --initialize <DIR>

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc