| [CMD] | [Unix] | [Powershell] | Synopsis |
|---|---|---|---|
| HELP | [man] | [Get-Help] | Displays information about commands and concepts. |
| [apropos] | [Get-Command] | Gets all commands. | |
| [Show-Command] | Displays PowerShell commands in a graphical window. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set smoothscroll | |
| let defaultengine = "google" | |
| let searchengine archman = ["https://jlk.fjfi.cvut.cz/arch/manpages/", "https://jlk.fjfi.cvut.cz/arch/manpages/search?q=%s"] | |
| let searchengine archrepo = ["https://www.archlinux.org/packages/", "https://www.archlinux.org/packages/?q=%s"] | |
| let searchengine archwiki = ["https://wiki.archlinux.org/", "https://wiki.archlinux.org/index.php?search=%s"] | |
| let searchengine aur = ["https://aur.archlinux.org/", "https://aur.archlinux.org/packages/?K=%s"] | |
| let searchengine choco = ["https://community.chocolatey.org/packages", "https://community.chocolatey.org/packages?q=%s"] | |
| let searchengine jisho = ["https://jisho.org/", "https://jisho.org/search/%s"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Often used LFS tracks | |
| # ------------------------------------------------ | |
| # Python-related | |
| *.pkl filter=lfs diff=lfs merge=lfs -text | |
| *.npz filter=lfs diff=lfs merge=lfs -text | |
| # ------------------------------------------------ | |
| # Usual image types | |
| *.png filter=lfs diff=lfs merge=lfs -text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package goddrinksjava; | |
| /** | |
| * The program GodDrinksJava implements an application that | |
| * creates an empty simulated world with no meaning or purpose. | |
| * | |
| * @author momocashew | |
| * @lyrics hibiyasleep | |
| */ | |