Skip to content

Instantly share code, notes, and snippets.

@dvino
dvino / jekyll.yml
Last active May 6, 2020 21:22
Automated build the Jekyll website from repository with a source and public it to othre repository wich use Github Pages
name: Jekyll site CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
@dvino
dvino / CopyPast.ahk
Last active May 4, 2021 18:01
AutoHotkey sctipt for auto copy mouse selected plain text and past for middle mouse button
;For Firefox should set middlemouse.paste to true, in about:config
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
;Exclude applications for auto copy by mouse selected
GroupAdd, NoCopy, ahk_class CASCADIA_HOSTING_WINDOW_CLASS ;Windows Terminal
GroupAdd, NoCopy, ahk_class ConsoleWindowClass ;CMD and PowerShell
GroupAdd, NoCopy, ahk_exe Explorer.EXE ;Windows Explorer