Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
a file and color picker for embedding as an executable.
- Host: GitHub
- URL: https://github.com/saenuma/pickers
- Owner: saenuma
- License: mit
- Created: 2023-12-08T15:16:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-04T13:28:52.000Z (3 months ago)
- Last Synced: 2024-11-07T07:50:21.438Z (about 2 months ago)
- Topics: golang, linux, snapcraft, static, ubuntu
- Language: Go
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 basicIt 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 basicIt 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.