Giter VIP home page Giter VIP logo

Comments (3)

Biont avatar Biont commented on June 1, 2024

I like the idea, but it would need to work with any kind of provider. Not every provider is file-based so we cannot make a generic solution for everything. An idea would be to add another validate_cmd to any provider which returns 0 if a given entry is still valid and 1 if it isn't. I guess there would be some sway-launcher-desktop.sh prune command that iterates over the cache file and calls the verify_cmd of the corellating provider of each entry - exposed as template variable {1}.

This could then be set up as a cronjob, pacman hook or something like that.

from sway-launcher-desktop.

WhyNotHugo avatar WhyNotHugo commented on June 1, 2024

An idea would be to add another validate_cmd to any provider which returns 0 if a given entry is still valid and 1 if it doesn't.

This is the kind of idea I was hoping to hear, sounds like a very simple yet flexible approach.

from sway-launcher-desktop.

Biont avatar Biont commented on June 1, 2024

I created a feature branch that introduces the purge function. It iterates over the current history file and weeds out every entry that does not pass a specified filter callback.

As of now, this has a couple of limitations:
- untested
- no documentation
- only works on the builtin providers. Parsing a custom PROVIDERS_FILE still needs to be implemented

from sway-launcher-desktop.

Related Issues (20)

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.