Skip to content

Instantly share code, notes, and snippets.

View YamlEngineer's full-sized avatar

AmirHossein Alibabaei YamlEngineer

View GitHub Profile
@YamlEngineer
YamlEngineer / fish_prompt.fish
Last active June 9, 2022 21:01
Beautiful Fish Shell Prompt
function fish_prompt --description 'Write out the prompt'
set -l last_status $status
set_color green --bold
echo -n 'Ξ '
# PWD
set_color cyan --bold
set fullpath (pwd)
if echo $fullpath | grep -q ^/home/
@YamlEngineer
YamlEngineer / subtranslator
Last active December 11, 2021 09:47
php Subtitle translator
#!/usr/bin/env php
<?php
error_reporting(0);
$languages = [
"af" => "Afrikaans",
"sq" => "Albanian",
"am" => "Amharic",
"ar" => "Arabic",
"hy" => "Armenian",
"az" => "Azerbaijani",