Skip to content

Instantly share code, notes, and snippets.

@hi5
hi5 / powerline-cmd.cmd
Created December 26, 2020 15:25
Powerline for CMD
@chcp 65001 > nul
@echo off
if .%1==./? (
echo %0 [/?] [mode [sep]]
echo Sets a Powerline-like prompt
echo /? This help
echo mode A mode for your prompt
echo sep A seperator for your prompt
echo.
echo Modes:
@hi5
hi5 / Class Dock.ahk
Last active December 16, 2018 16:09 — forked from Visionary1/Class Dock.ahk
Docks a window to another - with relative
/*
Class Dock
Attach a window to another
Author
Soft (visionary1 예지력)
version
0.1 (2017.04.20)
0.2 (2017.05.06)