Coder Social home page Coder Social logo

Comments (4)

orzFly avatar orzFly commented on July 17, 2024

谢谢,我正有此意加上这个功能。之前看到 #41
的时候我就在想,可以加上自定义索引文件夹的功能来代替那个别名功能。我打算让程序扫描这个文件夹中所有的快捷方式。我认为这样已经完全足够使用了。

话说,我个人现在在 Windows 上使用的大部分工具软件都是便携版,其中有很多
PortableApps,中午我在优化程序搜索的时候我就想过这个问题。我打算顺便兼容一下 PortableApps.com
的程序菜单的格式,这样也可以将 Wox 放进 U 盘,作为 U 盘中工具的启动器。(现在基本上都是 Windows 7 / 8 了,.NET
也不是问题了)

与此同时,我觉得可以留一个搜索结果优先级的设置,可以将来自某个位置的结果提前,这主要是为了方便便携版使用者,将来自 U
盘的程序提前(这种情况下,开始菜单中的结果反而不会非常有用)。

界面似乎可以这样,其中前三个因为是特殊路径所以不可删除,但是可以禁用。而后面两个是用户自己添加的,可以自己删改。

[image: Inline image 1]

— orzFly / Yeechan Lu

On Tue, Mar 18, 2014 at 4:36 PM, Jonas Lin [email protected] wrote:

什么时候能推出自定义索引项的功能?


Reply to this email directly or view it on GitHubhttps://github.com//issues/42
.

from wox.

orzFly avatar orzFly commented on July 17, 2024

图片在这里:

image

from wox.

bindiry avatar bindiry commented on July 17, 2024

看起来很棒,这应该正是大多数人需要的功能,我现在用的Executor,需要把每个需要加入索引的软件拖进去,当然这样也可以,但他没有提供导出配置的功能,每次我重装系统都要重新拖。

还是在一个文件夹里放快捷方式最方便,我Free Launch Bar的时候就是用这种方式来管理启动项的。

感谢开发这么好用的软件,期待此功能早日发布。

from wox.

orzFly avatar orzFly commented on July 17, 2024

GUI will be add in the following days. However, we can edit config.json on our own and modify ProgramSources at present:

    ........
    "ProgramSources": [
      {
        "Location": null,
        "Type": "CommonStartMenuProgramSource",
        "BounsPoints": 0,
        "Enabled": true,
        "Meta": null
      },
      {
        "Location": null,
        "Type": "UserStartMenuProgramSource",
        "BounsPoints": 0,
        "Enabled": true,
        "Meta": null
      },
      {
        "Location": null,
        "Type": "AppPathsProgramSource",
        "BounsPoints": -10,
        "Enabled": true,
        "Meta": null
      },
      {
        "Location": "C:\\MyShortcuts",
        "Type": "FileSystemProgramSource",
        "BounsPoints": -10,
        "Enabled": true,
        "Meta": null
      },
      {
        "Location": "C:\\PortableApps",
        "Type": "PortableAppsProgramSource",
        "BounsPoints": 10,
        "Enabled": true,
        "Meta": null
      }
    ],
    ........

from wox.

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.