Skip to content

roachsinai/krunner-linuxcommands

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

截图

Ctrl+j/k 在匹配候选列表中进行选择。按下Enter之后在浏览器中打开对应命令的链接,并复制命令名字到剪切板。

screenshot

配置

config

准备

下载linux-command的配置文件到主目录,提升命令查询速度

wget https://raw.githubusercontent.com/jaywcjlove/linux-command/master/dist/data.json ~/.data.json

安装

git clone https://github.com/roachsinai/krunner-linuxcommands.git && cd krunner-linuxcommands
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins`
make 
sudo make install
kquitapp5 krunner
krunner

脚本

也可以运行下面的脚本进行安装与卸载。

  • 安装(前提条件:1. 下载好配置文件;2. repo clone finished.)
  • 卸载

ToDo

  • 添加配置制定linux-command的配置文件存放位置

About

linux-command KRunner version.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published