内容简介:Jarvis is anJarvis is currently under development, and all features are not there yet. Pull requests are currently only accepted for things like performance/memory optimizations and bugs at the moment until everything's more stable. If there's a feature th
Jarvis
Jarvis is an Alfred alternative for Windows 10.
Jarvis is currently under development, and all features are not there yet. Pull requests are currently only accepted for things like performance/memory optimizations and bugs at the moment until everything's more stable. If there's a feature that you would like to see in Jarvis, then please submit an issue .
Jarvis is designed to not require elevated user privileges at any time, and will only index things available in the current user's scope. Indexed data is never transmitted over the internet.
Installation and usage
You can install Jarvis from the GitHub releases page .
After it is installed, press alt
+ space
and type in your query. To search files and programs, just start typing. To search Wikipedia type wiki
before the query. To search Google type g
and then the query.
Features
- Search for installed Win32 and UWP applications.
- Search for user documents.
- Search on Google.
- Search on Wikipedia.
Requirements
Jarvis is designed to run on Windows 10. If it works on earlier versions of Windows then it's great, but there will be no effort made to officially support other versions than Windows 10.
Contributing
So you’re thinking about contributing to Jarvis? Great! It’s really appreciated.
Make sure you've read the contribution guidelines before sending that epic pull request.
- Fork the repository.
- Create a branch to work in.
- Make your feature addition or bug fix.
- Don't forget the unit tests.
- Send a pull request.
Issues
If you find any bugs, please submit an issue .
Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
License
Copyright 2017 Spectre Systems AB.
Jarvis is provided as-is under the MIT license.
For more information see LICENSE .
For Autofac, see https://github.com/autofac/Autofac/blob/master/LICENSE
For Caliburn.Micro, see https://github.com/Caliburn-Micro/Caliburn.Micro/blob/master/License.txt
For Nito.AsyncEx, see https://github.com/StephenCleary/AsyncEx/blob/master/LICENSE
For Spectre.System, see https://github.com/spectresystems/spectre.system/blob/develop/LICENSE
For Serilog, see https://github.com/serilog/serilog/blob/dev/LICENSE
For Serilog.Sinks.File, see https://github.com/serilog/serilog-sinks-file/blob/dev/LICENSE
For Hardcodet.NotifyIcon.Wpf, see https://www.codeproject.com/Articles/36468/WPF-NotifyIcon
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++数据结构与算法
[美]乔兹德克(Adam Drozdek) / 徐丹、吴伟敏 / 清华大学出版社 / 2014-10-1 / 63.00元
本书全面系统地介绍了数据结构,并以C++语言实现相关的算法。书中主要强调了数据结构和算法之间的联系,使用面向对象的方法介绍数据结构,其内容包括算法的复杂度分析、链表、栈、队列、递归、二叉树、图、排序和散列。书中还清晰地阐述了同类教材中较少提到的内存管理、数据压缩和字符串匹配等主题。书中包含大量的示例分析和图形,便于读者进一步理解和巩固所学的知识。一起来看看 《C++数据结构与算法》 这本书的介绍吧!