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.
- Host: GitHub
- URL: https://github.com/saenuma/pickers
- Owner: saenuma
- License: mit
- Created: 2023-12-08T15:16:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T12:08:22.000Z (over 1 year ago)
- Last Synced: 2025-01-30T12:32:05.779Z (over 1 year 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 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.