csdn
github
cerebro 乙個跨平台的桌面快捷使用工具
aderxcoding/system/tools/cerebro
cerebro
是擴平台(同時支援linux
,winsows
,macosx
) 的桌面快捷工具, 可用於執行命令, 開啟應用(類似與launch
), 開啟網頁, 快捷翻譯, 搜尋. 支援外掛程式, 有很多外掛程式可以使用. 其功能類似與macos
下的spotlight
和alfred
, 以及linux
下synapse
,kupfer
,ulauncher
,gnome do
等工具.
它被稱為productivity booster with a brain
wget /releases/download/0.2.7/cerebro_0.2.7_amd64.deb
安裝
sudo dpkg -i cerebro_0.2
.7_amd64.deb
預設使用ctrl+space
來呼叫應用, 可以使用setting修改配置資訊和快捷鍵
以上功能是核心功能, 可以通過安裝外掛程式的方式增加和使用其他功能或者小工具
鍵入plugin
可以搜尋到外掛程式, 選擇外掛程式後, 單擊install
即可安裝外掛程式.
外掛程式描述
caniuse
quick access to caniuse.com database;
devdocs
search in dev. documentations provided by devdocs.io
duckduckgo
use duckduckgo as your search engine;
emoj
search for relevant emoji, likeemoj this is awesome
;
gifsearch for relevant gif, i.e.gif luck
,how i met your mother gif
;
github
search for trending, repos or users on github;
google knowledge graph
get info from the google knowledge graph for your query;
hash
hash input text with popular hash algorithms (i.e. md5, sha1, etc);
imdb
search for films on imdb.com with rating and details, likeimdb star wars
;
ipshow your local & external ip address;
lipsum
generate lorem ipsum text from lipsum.com;
shell
exec shell commands without running terminal;
stackoverflow
search for answers to questions on stackoverflow;
npmsearch for npm packages
外掛程式描述
外掛程式描述
windows system
system commands: i.e.shutdown
,sleep
,lock
,restart
,empty trash
, or adjust volume and brightness;
本作品採用知識共享署名-非商業性使用-相同方式共享 4.0 國際許可協議進行許可
Qt跨平台的乙個例程
我的同事penk在近期北京的hackathon展示了乙個在多平台的例程。非常多開發人員對這個挺感興趣的。今天我就把這個資源介紹給大家。這是同乙個用qt寫的應用。能夠同一時候在ubuntu destkop。android,ios接ubuntu phone上能夠同一時候執行的乙個例程。在github裡有...
乙個跨平台資料遷移的方案優化
如果有一套環境,業務優先順序很高,伺服器的服役時間比我工作時間都長,現在需要遷移到x86平台,而且經過評估,如果能夠公升級資料庫的軟體版本,可以使用到更多的特性和功能。這套環境的資料量大概是800g,停機維護時間在2個小時的樣子,對於很多公司來說,盡可能縮短維護視窗時間,提前起服就意味著有更多的收入...
乙個巨簡單的跨平台建立執行緒的函式 只有乙個標頭檔案
因為他足夠簡單所以直接上 了。ifndef thread h define thread h ifdef win32 include include inline int fn create thread void run void void data typedef void st ret els...