Commit Graph

20 Commits

Author SHA1 Message Date
Vaxry cffd2ca3f8 core: migrate to hyprutils for utils 2024-07-17 17:08:10 +02:00
Dylan Laduranty 8791f717ef
core: remove unneeded GLES headers (#82)
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-07-15 16:35:24 +02:00
Corentin Guillevic b0974381f9 README: add required Debian packages to build 2024-07-02 01:45:34 +03:00
Daniel Horton bff005ac9c
README: Fixed getconf command in build instructions (#72)
getconf NPROCESSORS_CONF isn't a valid command. The correct command is getconf _NPROCESSORS_CONF.
2024-05-14 16:13:12 +01:00
Mihai Fufezan 0e416939a1
Makefile: remove
No longer used. Functionality has been transfered to CMake.
2024-03-12 22:16:45 +02:00
Vaxry 97c5134753
readme: include new options 2023-04-27 14:46:16 +01:00
Maksim 3255d91668
Add autocopy support for HSL, HSV, CMYK (#14) 2022-11-19 19:35:37 +00:00
Thomas Voss 7d2db8b232
Support HSL, HSV, CMYK, short options, minor I/O fix, and add a manual page (#12)
* use getopt_long(3) and support short options

Now instead of `--format`, `--no-fancy`, and `--help` you can also use
`-f`, `-n`, and `-h`.  Additionally instead of just being able to do
`--format <fmt>` you can now do the standard `--format=<fmt>`.

* remove initial space when m_bFancyOutput is true

* add the HSL format

* add the HSV format

* add a manual page

* silence compiler warning

* make all the default target, and add install rule

* add the CMYK format

* add new formats to the README
2022-11-19 17:02:11 +00:00
Maksim a82b20e979
Add autocopy option (#13)
* Add autocopy option

* Specify autocopy requirements
2022-11-19 14:53:05 +00:00
Vaxry c9e6fa3c88
updated readme 2022-09-03 15:59:17 +02:00
Vaxry 4977496ba5
updated readme 2022-09-03 15:58:42 +02:00
Vaxry 03bcd2e129
use a gif in readme 2022-09-02 21:36:28 +02:00
vaxerski a110c397e2 mention no fancy in readme 2022-09-02 21:15:22 +02:00
vaxerski fb56dc68ca added format 2022-09-02 20:44:47 +02:00
Vaxry a82106df3c
Merge pull request #2 from ThatOneCalculator/patch-1
Update README.md
2022-09-02 19:46:24 +02:00
Vaxry 02011dd704
better image in readme 2022-09-02 19:43:00 +02:00
Kainoa Kanter ec40106cde
Update README.md 2022-09-02 10:42:07 -07:00
Vaxry d0ed94a52d
mention caveats 2022-09-02 18:15:51 +02:00
Vaxry ae69e6d5f2
added image 2022-09-02 18:07:53 +02:00
vaxerski 7d18b4816e initial commit 2022-09-02 18:06:00 +02:00