Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Repository containing colors, albert-launcher plugin (python)

License

Notifications You must be signed in to change notification settings

scmanjarrez/albert-plugin-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Python plugin for Albert launcher. Shows the color queried.

Install

Clone the repository into $HOME/.local/share/albert/org.albert.extension.python/modules

git clone https://github.com/scmanjarrez/albert-plugin-colors.git $HOME/.local/share/albert/org.albert.extension.python/modules/colors

Enable colors plugin in albert settings - Extensions - Python

Usage

colors can be called using col and c triggers. In addition, it accepts 3 color formats:

  • HEX
    • col #ff00ff
    • col #FF00FF
    • c #ff00ff
  • RGB
    • col (212, 231, 122)
    • col (212,231,122)
    • col 212, 231, 122
    • col 212,231,122
    • col 212 231 122

colors has 3 actions that can be accessed using Alt key.

  • Copy HEX (lower case) to clipboard
  • Copy HEX (upper case) to clipboard
  • Copy RGB to clipboard
Images

License

albert-plugin-colors  Copyright (C) 2021-2023 scmanjarrez.
This program comes with ABSOLUTELY NO WARRANTY; for details check below.
This is free software, and you are welcome to redistribute it
under certain conditions; check below for details.

LICENSE