A🌚
Size: a a a
💭П
💭П
$ alias
alias :: Output information about additional scripts
createvenv :: Wrapper for creating virtual enveronment: createvenv version bit path
gitl :: Wraper for git log
jupyter :: Wrapper for executing Jupyter lab or notebook
notepad++ :: Run Notepad++ [file name]
open :: Open current directory in Explorer
py :: Wrapper for executing Python: py version bit
tcm :: Run file manager Total Commander
telegram1 :: Run Telegram "Cheschir"
tortik :: Run TOR Browser
AM
💭П
ConEmu
. При запуске добавляется путь до папки Scripts
. Там лежит файл alias.cmd :: Output information about additional scripts
@ECHO OFF
SET "WORK_FOLDER=c:\AdminFiles\Conemu\ConEmu\Scripts\"
FOR /F "tokens=1,2* delims=." %%i IN ('DIR "%WORK_FOLDER%" /B ^| find /i ".cmd"') DO (
CALL :FIRSTLINE %%i %%j
)
EXIT /B
:: SUBPROGRAMM
:FIRSTLINE
FOR /F "tokens=*" %%k IN ('type "%WORK_FOLDER%\%1.%2"') DO (
ECHO %1 %%k
EXIT /B
)
:: Wraper for git log
@echo off
git log --graph "--date=format:%%m-%%d-%%Y at %%H:%%M" "--pretty=format:%%C(auto)%%h%%d %%C(bold blue)%%an %%Cgreen%%ad %%Creset%%s" %*
💭П
💭П
SZ
SB
SA
A
A
SB