[Others] 这是我新开发的Linux桌面软件quick-run
Tofloor
poster avatar
梦幻大陆
deepin
2022-07-20 19:48
Author

这是一个工具软件,用于快速启动常用的图形界面程序。

源代码

视频介绍

它的功能包括:

  • 从PATH快速搜索程序
  • 搜索目录中的可执行程序
  • 保存历史记录,按照最近使用时间优先排序

预编译版本只提供ubuntu22.04版本

自行编译方法:

  • 安装 go编译器
  • make
  • sudo make install

怎么安装 go 编译器

先到 https://go.dev 下载编译器压缩包 go1.18.n.linux-amd64.tar.gz,安装方法以 linux为例,顺序使用下面的命令完成 go编译器的安装:



cd /usr/local


sudo tar xvfz ~/下载/go1.18.n.linux-amd64.tar.gz


sudo ln -s /usr/local/go/bin/go /usr/local/bin/


#设置国内的 GOPROXY 代理服务器


go env -w GOPROXY=https://goproxy.cn,direct


Reply Favorite View the author
All Replies
deepin-superuser
deepin
2022-07-20 20:04
#1

源码打不开

截图没有

差评

Reply View the author
Free_Aaron.Li
deepin
2022-07-20 20:54
#2

kissing_heart

Reply View the author
zccrs
deepin
2022-07-20 22:01
#3

项目地址无法访问呀

Reply View the author
xuqi
deepin testing team
2022-07-22 00:59
#4
  • 重新编辑一下啊,403了~
Reply View the author
梦幻大陆
deepin
2022-08-03 17:56
#5

gitee默认把项目设置成私有了,不好意思,现在我已经改成公开了。

Reply View the author