Giter Club home page Giter Club logo

ulauncher-bookmarks's Introduction

LighttigerXIV

{
    "age": 23,
    "country": "๐Ÿ‡ต๐Ÿ‡น Portugal",
    "description": "Silly Programmer :P"
}

Hi, i am a portuguese programmer. Currently i am taking a computer science degree at ESTGOH.

I pretty much have coded for everything, android, ios, windows, linux, webdev, you name it, but the most fullfilling field and that i truly enjoy working is Android.

When i am not coding (which is rare) i like to watch animes, youtube or just listen to music. Btw, this is my last heard song:

Last Heard Song

These are my best projects:

SimpleMP - A simple music player with Material You in mind.

Whiskers Launcher - A keyboard app launcher for Linux and Windows and that supports extensions.

Catppuccinifier - A gui/cli app to apply catppuccin luts to images.

Whiskers Color Scheme - A theme

ulauncher-bookmarks's People

Contributors

lighttigerxiv avatar

Watchers

 avatar

ulauncher-bookmarks's Issues

Dont,t work

Hello,
the extension save the data to bookmarks.json but is imposible to recover the link later.

Thansks

Feature request: select what web browser to open the URL.

I don't know how many difficult you would have to development this feature, but would be so cool.

Anyway, if some moment you things this feature would useful, I am here to prove it.

Thank you to create the plugin. โค๏ธ

Copy instead of Open

This extension is almost perfect for me, but, I switch between browsers (Tor and Mullvad), so, instead of opening the URL, I'd like to go to the clipboard.

I've been playing with the code a bit and I can't seem to get it to work. I don't know if asking you is the best thing (feel free to close this if it isn't), but I don't know where else to ask. I've tried the following (after importing the CopyToClipboardAction)-;

Attempt 1

if function == Function.OPEN:

CopyToClipboardAction(data["url"])

return HideWindowAction()

Attempt 2

if function == Function.OPEN:

url_to_copy = data["url"]
copy_action = CopyToClipboardAction(url_to_copy)
hide_action = HideWindowAction()

return [copy_action, hide_action]

Attempt 3

if function == Function.OPEN:

url_to_copy = data["url"]
subprocess.run(["wl-copy"], input=url_to_copy.encode(), text=True)

return HideWindowAction()

I can't help but think I'm missing something simple....

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.