From f2fc3f90f9c993e93aa9352ce07ed3bad1e3649b Mon Sep 17 00:00:00 2001 From: willowj <765755345@qq.com> Date: Sat, 26 May 2018 21:24:45 +0800 Subject: [PATCH 1/4] add fsearch,eletron-ssr --- README_zh-CN.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README_zh-CN.md b/README_zh-CN.md index fa501b8..985c44e 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -287,7 +287,9 @@ - [Ranger](http://ranger.nongnu.org/) - Ranger 是一款使用 VI 快捷键的终端文件管理器。[![Open-Source Software][OSS Icon]](https://github.com/ranger/ranger) ![Freeware][Freeware Icon] - [Synapse](https://launchpad.net/ubuntu/xenial/+source/synapse) - Linux 上最好的应用启动器。![Freeware][Freeware Icon] - [Thunar](https://apps.ubuntu.com/cat/applications/precise/thunar/) - Thunar 被设计成为 Xfce 4.6 的默认文件管理器,为快速和易用设计。 [![Open-Source Software][OSS Icon]](https://github.com/luisgg/thunar) ![Freeware][Freeware Icon] +- [fsearch](https://github.com/cboxdoerfer/fsearch) - Unix-like 系统文件搜索 ,基于 GTK+3. 支持正则表达式,文件类型搜索等。 [![Open-Source Software][OSS Icon]](https://github.com/cboxdoerfer/fsearch) ![Freeware][Freeware Icon] + ### 游戏 - [0 A.D](https://play0ad.com/) - 类帝国时代的开源即时战略游戏。 - [Civilization5](http://www.civilization5.com/) - 席德梅尔的文明®被认为是有史以来最伟大的策略经营类游戏之一。 @@ -432,6 +434,9 @@ - [ProxyChains](https://github.com/haad/proxychains) - 强制指定的应用发起的任何 TCP 连接通过像 TOR 或其它 SOCKS4,SOCKS5 或 HTTP(S) 代理进行。 [![Open-Source Software][OSS Icon]](https://github.com/haad/proxychains) ![Freeware][Freeware Icon] - [Shadowsocks](https://shadowsocks.org/en/index.html) - 一个 socks5 代理工具,保护你的互联网流量。 [![Open-Source Software][OSS Icon]](https://github.com/shadowsocks/shadowsocks-qt5/releases) ![Freeware][Freeware Icon] +- [electron-ssr](https://github.com/erguotou520/electron-ssr) - electron 版 跨平台 Shadowsocksr 桌面客户端。 [![Open-Source Software][OSS Icon]](https://github.com/erguotou520/electron-ssr/releases) ![Freeware][Freeware Icon] + + ### 文件共享 - [aria2](https://aria2.github.io/) - aria2 是一个轻量级的多协议以及多来源命令行下载工具。 [![Open-Source Software][OSS Icon]](https://github.com/aria2/aria2) ![Freeware][Freeware Icon] - [CrossFTP](http://www.crossftp.com/ftp-client.htm) - CrossFTP 让 FTP 相关的任务管理变得无比简单。![Freeware][Freeware Icon] From f592465c696f08d294aaf64b6c06c51da85935f4 Mon Sep 17 00:00:00 2001 From: willowj <765755345@qq.com> Date: Sat, 26 May 2018 21:25:47 +0800 Subject: [PATCH 2/4] Cross platform --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c3ebc5e..22688bd 100644 --- a/README.md +++ b/README.md @@ -703,6 +703,7 @@ - [![Open-Source Software][OSS Icon]](https://code.launchpad.net/catfish-search) [Catfish](https://launchpad.net/catfish-search) - Catfish is a versatile file searching tool. - [![Open-Source Software][OSS Icon]](https://github.com/KELiON/cerebro) [Cerebro](https://cerebroapp.com/) - Open-source productivity booster with a brain / MacOS-Spotlight alternative. - [![Open-Source Software][OSS Icon]](https://github.com/p-e-w/plotinus) [Plotinus](https://github.com/p-e-w/plotinus) - A searchable command palette in every modern GTK+ application. +- [![Open-Source Software][OSS Icon]](https://github.com/cboxdoerfer/fsearch) [fsearch](https://github.com/cboxdoerfer/fsearch) - A fast file search utility for Unix-like systems based on GTK+3. Wildcard support,RegEx support,Filter support. #### Miscellaneous - [![Open-Source Software][OSS Icon]](https://code.launchpad.net/anoise) [Ambient Noise](http://anoise.tuxfamily.org/) - An ambient noise generator for Linux. @@ -758,6 +759,8 @@ - [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/ijbswa/) [Privoxy](https://www.privoxy.org/) - Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. - [![Open-Source Software][OSS Icon]](https://github.com/haad/proxychains) [ProxyChains](https://github.com/haad/proxychains) - A tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. - [![Open-Source Software][OSS Icon]](https://github.com/shadowsocks/shadowsocks-qt5/releases) [Shadowsocks](https://shadowsocks.org/en/index.html) - A secure socks5 proxy, designed to protect your Internet traffic. +- [![Open-Source Software][OSS Icon]](https://github.com/erguotou520/electron-ssr/releases) [electron-ssr](https://github.com/erguotou520/electron-ssr) - Cross platform Shadowsocksr desktop client using electron. + ### Security - [![Open-Source Software][OSS Icon]](https://github.com/vrtadmin/clamav-devel/pulls) [ClamAV](https://www.clamav.net/) - ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. From 1e5aeefaa60276243cde2ba5c920402b2e9b2c80 Mon Sep 17 00:00:00 2001 From: willowj <765755345@qq.com> Date: Tue, 29 May 2018 09:42:18 +0800 Subject: [PATCH 3/4] remove electron-ssr and change the order --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22688bd..3ad3b6b 100644 --- a/README.md +++ b/README.md @@ -702,8 +702,8 @@ - [![Open-Source Software][OSS Icon]](https://github.com/DoTheEvo/ANGRYsearch) [AngrySearch](https://github.com/DoTheEvo/ANGRYsearch) - Linux file search, instant results as you type. - [![Open-Source Software][OSS Icon]](https://code.launchpad.net/catfish-search) [Catfish](https://launchpad.net/catfish-search) - Catfish is a versatile file searching tool. - [![Open-Source Software][OSS Icon]](https://github.com/KELiON/cerebro) [Cerebro](https://cerebroapp.com/) - Open-source productivity booster with a brain / MacOS-Spotlight alternative. -- [![Open-Source Software][OSS Icon]](https://github.com/p-e-w/plotinus) [Plotinus](https://github.com/p-e-w/plotinus) - A searchable command palette in every modern GTK+ application. - [![Open-Source Software][OSS Icon]](https://github.com/cboxdoerfer/fsearch) [fsearch](https://github.com/cboxdoerfer/fsearch) - A fast file search utility for Unix-like systems based on GTK+3. Wildcard support,RegEx support,Filter support. +- [![Open-Source Software][OSS Icon]](https://github.com/p-e-w/plotinus) [Plotinus](https://github.com/p-e-w/plotinus) - A searchable command palette in every modern GTK+ application. #### Miscellaneous - [![Open-Source Software][OSS Icon]](https://code.launchpad.net/anoise) [Ambient Noise](http://anoise.tuxfamily.org/) - An ambient noise generator for Linux. @@ -759,8 +759,7 @@ - [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/ijbswa/) [Privoxy](https://www.privoxy.org/) - Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. - [![Open-Source Software][OSS Icon]](https://github.com/haad/proxychains) [ProxyChains](https://github.com/haad/proxychains) - A tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. - [![Open-Source Software][OSS Icon]](https://github.com/shadowsocks/shadowsocks-qt5/releases) [Shadowsocks](https://shadowsocks.org/en/index.html) - A secure socks5 proxy, designed to protect your Internet traffic. -- [![Open-Source Software][OSS Icon]](https://github.com/erguotou520/electron-ssr/releases) [electron-ssr](https://github.com/erguotou520/electron-ssr) - Cross platform Shadowsocksr desktop client using electron. - + ### Security - [![Open-Source Software][OSS Icon]](https://github.com/vrtadmin/clamav-devel/pulls) [ClamAV](https://www.clamav.net/) - ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. From 420c49218eaa6258f379f01bf560c95e178130dd Mon Sep 17 00:00:00 2001 From: willowj <765755345@qq.com> Date: Tue, 29 May 2018 09:49:04 +0800 Subject: [PATCH 4/4] change fsearch and electron-ssr order by alphabet --- README_zh-CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_zh-CN.md b/README_zh-CN.md index 985c44e..6000915 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -280,6 +280,7 @@ - [AngrySearch](https://github.com/DoTheEvo/ANGRYsearch) - Linux 文件搜索,结果输入即得。 [![Open-Source Software][OSS Icon]](https://github.com/DoTheEvo/ANGRYsearch) ![Freeware][Freeware Icon] - [Dolphin](https://userbase.kde.org/Dolphin) - Dolphin 是 KDE 桌面环境的默认文件管理器,易用且功能强大。 [![Open-Source Software][OSS Icon]](https://github.com/KDE/dolphin) ![Freeware][Freeware Icon] - [Double Commander](http://doublecmd.sourceforge.net/) - Double Commander 是一款跨平台的开源双栏文件管理器。它受 Total Commander 启发并有自己的新想法。![Freeware][Freeware Icon] +- [fsearch](https://github.com/cboxdoerfer/fsearch) - Unix-like 系统文件搜索 ,基于 GTK+3. 支持正则表达式,文件类型搜索等。 [![Open-Source Software][OSS Icon]](https://github.com/cboxdoerfer/fsearch) ![Freeware][Freeware Icon] - [Midnight Commander](https://www.midnight-commander.org/) - 一个功能丰富的全屏文件管理器,你可以复制,移动和删除文件以及整个文件夹树。 [![Open-Source Software][OSS Icon]](https://github.com/MidnightCommander) ![Freeware][Freeware Icon] - [Nautilus](https://wiki.gnome.org/Apps/Nautilus) - Nautilus(Files)鹦鹉螺是为适配 Gnome 桌面设计和行为所设计的文件管理器,给用户一个简单的方式导航和管理文件。![Freeware][Freeware Icon] - [Nemo](http://askubuntu.com/questions/294421/how-do-i-install-nemo-file-manager) - Nemo 是一款 Cinnamon 桌面环境下的文件管理器。[![Open-Source Software][OSS Icon]](https://github.com/linuxmint/nemo) ![Freeware][Freeware Icon] @@ -287,7 +288,6 @@ - [Ranger](http://ranger.nongnu.org/) - Ranger 是一款使用 VI 快捷键的终端文件管理器。[![Open-Source Software][OSS Icon]](https://github.com/ranger/ranger) ![Freeware][Freeware Icon] - [Synapse](https://launchpad.net/ubuntu/xenial/+source/synapse) - Linux 上最好的应用启动器。![Freeware][Freeware Icon] - [Thunar](https://apps.ubuntu.com/cat/applications/precise/thunar/) - Thunar 被设计成为 Xfce 4.6 的默认文件管理器,为快速和易用设计。 [![Open-Source Software][OSS Icon]](https://github.com/luisgg/thunar) ![Freeware][Freeware Icon] -- [fsearch](https://github.com/cboxdoerfer/fsearch) - Unix-like 系统文件搜索 ,基于 GTK+3. 支持正则表达式,文件类型搜索等。 [![Open-Source Software][OSS Icon]](https://github.com/cboxdoerfer/fsearch) ![Freeware][Freeware Icon] ### 游戏 @@ -430,11 +430,11 @@ - [GuFW](http://gufw.org/) - Linux 世界中最简单的防火墙之一。 ![Freeware][Freeware Icon][![Open-Source Software][OSS Icon]](https://code.launchpad.net/gui-ufw) ### 代理 +- [electron-ssr](https://github.com/erguotou520/electron-ssr) - electron 版 跨平台 Shadowsocksr 桌面客户端。 [![Open-Source Software][OSS Icon]](https://github.com/erguotou520/electron-ssr/releases) ![Freeware][Freeware Icon] - [Privoxy](https://www.privoxy.org/) - Privoxy 是一款无缓存 web 代理,有高级过滤功能,用以加强隐私,修改 web 页面数据以及 HTTP 头部,访问控制,还有去广告和烦人的网络垃圾的功能。 [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/ijbswa/) ![Freeware][Freeware Icon] - [ProxyChains](https://github.com/haad/proxychains) - 强制指定的应用发起的任何 TCP 连接通过像 TOR 或其它 SOCKS4,SOCKS5 或 HTTP(S) 代理进行。 [![Open-Source Software][OSS Icon]](https://github.com/haad/proxychains) ![Freeware][Freeware Icon] - [Shadowsocks](https://shadowsocks.org/en/index.html) - 一个 socks5 代理工具,保护你的互联网流量。 [![Open-Source Software][OSS Icon]](https://github.com/shadowsocks/shadowsocks-qt5/releases) ![Freeware][Freeware Icon] -- [electron-ssr](https://github.com/erguotou520/electron-ssr) - electron 版 跨平台 Shadowsocksr 桌面客户端。 [![Open-Source Software][OSS Icon]](https://github.com/erguotou520/electron-ssr/releases) ![Freeware][Freeware Icon] ### 文件共享