Tools

TODO - TPL

AutoHotkey

  • Sử dụng cho windows
  • Tham khảo:
    • http://www.autohotkey.com/

Mjolnir

  • Sử dụng cho Mac
  • Download: https://github.com/sdegutis/mjolnir/releases/latest
  • Cài đặt một số modules (tìm trong link này: http://luarocks.org/search?q=mjolnir?q=mjolnir)
1
2
3
4
brew install lua
brew install luarocks
mkdir -p ~/.luarocks
echo 'rocks_servers = { "http://rocks.moonscript.org" }' > ~/.luarocks/config.lua
1
2
luarocks install mjolnir.hotkey
luarocks install mjolnir.application
  • Cấu hình: tạo tập tin trong ~/.mjolnir/init.lua => tham khảo thêm http://thume.ca/howto/2014/12/02/using-mjolnir-an-extensible-osx-window-manager/
1
2
3
4
local application = require "mjolnir.application"
local hotkey = require "mjolnir.hotkey"
local window = require "mjolnir.window"
local fnutils = require "mjolnir.fnutils"
  • Xóa
1
2
3
luarocks purge --tree=/usr/local
brew uninstall lua luarocks
rm ~/.luarocks/config.lua
  • Tương tự: http://www.hammerspoon.org/go/
  • Chỉnh tham số hints để di chuyển về góc màn hình
    • Đường dẫn: “/usr/local/Cellar/luarocks/2.2.0_1/share/lua/5.2/mjolnir/th/”
    • Thay đổi 2 vị trí (62, 103)
1
2
3
local c = {x = fr.x + (fr.w/5), y = fr.y + (fr.h/5)}

hints.newWinChar(win," -- " .. string.sub(win:title(), 0, 20))
  • Tham khảo:
    • http://mjolnir.io/
    • http://thume.ca/howto/2014/12/02/using-mjolnir-an-extensible-osx-window-manager/
    • https://github.com/jhgg/Hydra-Config/tree/master/modules
    • Thư mục thư viện trong 0repos

Slate

  • Sử dụng cho Mac
  • Tham khảo:
    • http://thume.ca/howto/2012/11/19/using-slate/

SizeUp

  • Sử dụng cho Mac

User agent for browser

  • http://osxdaily.com/2013/01/16/change-user-agent-chrome-safari-firefox/

Môi trường lập trình

  • Vagrant https://www.vagrantup.com/
  • Docker https://www.docker.com/

So sánh file

  • NetDrive

SSL

  • cloudflare

Hook - api windows

  • API Monitor
  • Link: http://www.rohitab.com/apimonitor

https://www.cloudflare.com/