Git Product home page Git Product logo

Comments (4)

liferooter avatar liferooter commented on September 18, 2024

There is no reason for it to be impossible. But current version uses some Linux-specific features:

  • Text Pieces uses XDG Desktop Portals to open script files via DBus. This can be replaces with cross-platform GLib.AppInfo.launch_default_for_uri.
  • Text Pieces' tools' scripts use shebang to select interpreter. So for Windows we have to implement mechanism of changing file extension basing on its content or ask user about filetype to allow Windows launch scripts correctly.
  • We have to change some file locations in case of Windows if we want Text Pieces to work with it.
  • Some scripts uses Bash and UNIX utilities. We need to rewrite them in Python or bundle bash and these utils with Text Pieces.

I am not Windows user and have no Windows machine, so I have no desire, need and ability to do this work, but if it will be done by somebody else without making the application less maintainable and code less readable, I don't have reasons to reject patches.

from textpieces.

sbstn87 avatar sbstn87 commented on September 18, 2024

Unfortunately I do not possess skills required to do that. Maybe there's somebody with skills and will to do it.

from textpieces.

liferooter avatar liferooter commented on September 18, 2024

Also I can advice you to use Woop on Windows. This app does almost the same as my and it's inspired by Boop like my app. But it's for Windows.

from textpieces.

sbstn87 avatar sbstn87 commented on September 18, 2024

Thanks for the recommendation, I will check it out.

from textpieces.

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.