Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

a file and color picker for embedding as an executable.

Awesome Lists containing this project

README

        

# pickers

a file and color picker for embedding as an executable.

## Why this project

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.

## 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`

## Color Picker
The color picker is called `cpicker`. It is quite basic

It doesn't expect any argument.

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

It doesn't expect any argument.