rajasegar / alacritty-themes

:rainbow: :lollipop: Themes :candy: :heart_eyes: for Alacritty: A cross-platform GPU-accelerated Terminal emulator
MIT License
685 stars 70 forks source link

added ability to specify themes folder #144

Closed stephanospavlou closed 2 years ago

stephanospavlou commented 2 years ago

Added functionality for the user to specify a folder to preview themes from, as requested by @reportaman in a feature request on Apr 7.

rajasegar commented 2 years ago

@stephanospavlou thanks a lot for the PR, can you please fix the lint errors so that it will be easy to review the PR without the lint error noise?

stephanospavlou commented 2 years ago

@rajasegar Should be linted now. It's a bit hacky as the added functionality doesn't really fit perfectly without having to overhaul a lot about how alacritty-themes's source is set up. Let me know if there's anything I could change.

JuanVqz commented 2 years ago

Hey, @stephanospavlou thank you for your contribution :1st_place_medal: , could you please add some examples of how to use it?

Also, if you desired add yourself to the contributors' section https://github.com/rajasegar/alacritty-themes#contributors

stephanospavlou commented 2 years ago

@JuanVqz Sure! Say that you have a directory of alacritty themes somewhere in your filesystem (not the alacritty-themes/themes folder). Then, to preview and set a theme from the alternate directory of themes you want to specify, use:

alacritty-themes --directory (or -d) /path/to/folder.

rajasegar commented 2 years ago

:tada: This PR is included in version 4.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: