Commit graph

13 commits

Author SHA1 Message Date
Evan Paterakis
a1fcded3c1
feat: load custom colors yaml at runtime (#15)
* feat: load custom colors yaml at runtime

* feat: handle parsing errors and update README, ci
2024-01-05 23:06:12 +02:00
Evangelos Paterakis
b36599b924
feat: v2.2.0 2023-12-26 04:41:07 +02:00
Will Fantom
c3b1707bdb
feat: Docker Support 🐳 (#11)
* feat: added dockerfile and relvant docs

* feat: added ci to publish docker images

* chore: bumped all checkout actions to v4

* chore: removed unnecessary deps from build stage

* chore: changed build targets to amd64 and arm64 only

* chore: moved docker publish logic to push trigger

Switched the docker image build/publish pipeline event to a push event
on either a `v*` tag or to the main branch.

* fix: README

* feat: publish => docker

* feat: dont run on main push

lets only publish releases instead

---------

Co-authored-by: Evangelos Paterakis <evan@geopjr.dev>
2023-10-15 20:35:03 +03:00
Evangelos Paterakis
b77a62e0bc
feat: v2.1.0 2023-06-29 00:55:10 +03:00
Evangelos Paterakis
dccd140255
feat: v2.0.2 2023-05-20 03:06:44 +03:00
Evangelos Paterakis
8a35b5c268
feat: v2.0.1 2023-04-15 02:29:46 +03:00
Evangelos Paterakis
11c5da3a44
fix(README): flag instructions 2023-04-15 02:28:53 +03:00
Robin Candau
aca5c3aaa4
feat(README): AUR (#4) 2023-04-15 02:25:30 +03:00
Evangelos Paterakis
f9f1a3870d
chore(README): remove space from src start 2023-01-06 00:44:31 +02:00
Evangelos Paterakis
7487701dc4
feat: v2.0.0
This is too code-base breaking to break into usable commits:

- OOP-ify everything
- Pass Procs and simplify the colorizing methods instead of using Macros
- Improve -i and -w by not moving to the next color if it's whitespace
- Test option parse (spec)
- Create a global typesafe config instead of using a Hash
2022-12-25 00:22:24 +02:00
Evangelos Paterakis
15d87db730
fix: example command flags
fix: #1
2022-12-24 00:21:59 +02:00
GeopJr
e895d6b850 chore(OptionParser): reorder cli flags so they match priority
-s > -f
and
-i > -w
2022-05-19 13:18:44 +03:00
GeopJr
d163c23b9e feat: init 2022-05-18 19:41:41 +03:00