Giter Club home page Giter Club logo

awesome-albert-plugins's Introduction

Hi there, ๐Ÿ‘‹๐Ÿ‘‹ I'm Nikos,


GH Followers Website Linkedin

Twitter Followers Photography


I'm a Robotics Product Engineer, currently situated in London and working at SLAMcore ๐Ÿค–

  • ๐Ÿ›  Iโ€™m working on Open-Source Robotics, Automation tools, Anki, Albert, Vim plugins, and lots more!
  • ๐Ÿ“– Iโ€™m currently learning about Rust, ๐Ÿฆ€, Embedded Systems, Photography ๐Ÿ“ธ, Spanish ๐Ÿ‡ช๐Ÿ‡ธ,
  • ๐Ÿ“ข Ask me about my Linux setup ๐Ÿง
  • ๐Ÿ’ฌ Pronouns: He/Him

Stats

awesome-albert-plugins's People

Contributors

ashesitr avatar balasopandr avatar bergercookie avatar denvercoder1 avatar federicocozzivm avatar hsins avatar nikoskoukis-slamcore avatar okb1100 avatar uztnus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-albert-plugins's Issues

Plugins incompatible with new v0.21.0 API?

Thank you for all your hard work in creating these awesome plugins. Unfortunately, none of my locally installed awesome plugins show up in Albert's plugin settings. Here's an example of the debut output for a few of them:

[warn:python] Plugin invalid: Incompatible major interface version. Expected 1, got 0. (/home/XXX/.local/share/albert/python/plugins/abbr)
[debg:python] Found valid Python plugin /home/XXX/.local/share/albert/python/plugins/abbr
[warn:python] Plugin invalid: Incompatible major interface version. Expected 1, got 0. (/home/XXX/.local/share/albert/python/plugins/colors)
[debg:python] Found valid Python plugin /home/XXX/.local/share/albert/python/plugins/colors
[warn:python] Plugin invalid: Incompatible major interface version. Expected 1, got 0. (/home/XXX/.local/share/albert/python/plugins/emoji)
[debg:python] Found valid Python plugin /home/XXX/.local/share/albert/python/plugins/emoji

I saw that awesome albert plugins were recently updated, per #20

It looks like Albert's plugin interface has changed again. See: v0.21.0 changelog:

[plugins]
    ...
    [python:1.8] Adopt API v0.21. New interface version iid 1.0
        Add Extension.cache-, config- and dataLocation
        Expose FallbackHandler
        Proper multi extension registration
        Move interface spec into python stub file (yay!)
        Expose TriggerQueryHandler
        Expose GlobalQueryHandler
        Expose QueryHandler
        Expose IndexQueryHandler
        Expose Item class entirely such that plugins can subclass it
        Use pointer for queries
        Remove global cache/config/data dir functions
    [all] Adopt API v0.21.0

I hope it is not too much work for you to have to update them again.

Google translate plugin doesn't work

Hi! I would like to inform that the plugin doesn't work in my device. I have an Arch Linux laptop.

I've tried reinstalling the dependencies and I get the error listed in the following image.

When I go to the folder where the history.dat file should be there is nothing. I am really lost. Could you help me?

Thank you in advance

Screenshot_20211226_020712

Installer broke

here is my output, i think that's because the empty placeholder folder which break the for loop that will check for the installer script ?

 sudo curl https://raw.githubusercontent.com/bergercookie/awesome-albert-plugins/master/install-plugin.sh | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1832  100  1832    0     0    439      0  0:00:04  0:00:04 --:--:--   442

**********************************************************************
Cloning awesome-albert-plugins -> /home/hegazy/.local/share/albert/org.albert.extension.python/modules/awesome-albert-plugins
**********************************************************************

Cloning into '/home/hegazy/.local/share/albert/org.albert.extension.python/modules/awesome-albert-plugins'...
remote: Enumerating objects: 206, done.
remote: Counting objects: 100% (206/206), done.
remote: Compressing objects: 100% (142/142), done.
remote: Total 843 (delta 119), reused 124 (delta 64), pack-reused 637
Receiving objects: 100% (843/843), 4.89 MiB | 24.00 KiB/s, done.
Resolving deltas: 100% (476/476), done.

**********************************************************************
Installed awesome-albert-plugins -> /home/hegazy/.local/share/albert/org.albert.extension.python/modules/awesome-albert-plugins
**********************************************************************

bash: line 73: cd: doxygen: No such file or directory

up-to-date albert broke API

Hello,
thank you very much for your outstanding work, I really like your tldr plugin for albert.

Sadly, albert recently introduced some breaking changes in the API - thus the plugin does not work anymore.

  • Could you be so kind and take a peek whether your tldr plugin can be adapted to the new spec without too much effort?

Thank you very much,
kind regards
Ben

pre-commit hooks for linting and auto-formatting

Since not everybody contributing to the project has a good python workflow setup, I thought it would be beneficial for the project and the contributors to add pre-commit hooks for linting and auto-formatting.

Brotab integration

Hello Niko, would consider a plugin integrating brotab? There is a ulauncher ext for it that works wonderfully.
They have a folder named albert but I have no idea of it's purpose.

Missing dependancy : fuzzywuzzy

As mentioned in the title, several plugins (tldr for example) need the fuzzywuzzy python library. This should be included in the dependencies section.

Plugins are incompatible with 0.18.6

I love the additional plugins provided in this repo, but unfortunately the most recent albert update broke all plugins.
Looking at the current official plugin repo, it seems the API has changed from plain functions to providing a QueryHandler class.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.