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

https://github.com/saenuma/pickers

a file and color picker for embedding as an executable.
https://github.com/saenuma/pickers

golang linux snapcraft static ubuntu

Last synced: about 2 months ago
JSON representation

a file and color picker for embedding as an executable.

Awesome Lists containing this project

README

          

# pickers

a color, file and text picker for embedding as an executable.

## file picker
The file picker is called `fpicker`. It is quite basic

It expects a path and extensions.

For example `fpicker /home/b/snap/flaar/common "txt|bin|blob"`

### Why a file picker?

On Linux: Other dialogs give problems while embedding in snapcraft. zenity for instance increases
the size of the build by about 120MB.

This project provides a static build. You should use the default windows file picker.

## All Color Picker
The all colors picker is called `acpicker`. It should contain all colors.

It takes an optional coordinates arguments. The first for X and the second for Y.
For example `acpicker 800 300`

If no argument is given it is centered.

## Text Picker
The text picker is called `tpicker`. It hosts only a text widget and prints the text on return.

It comes with a spellchecker.