https://github.com/orangekame3/paclear
👾paclear is a clear command with PAC-MAN animation👾
https://github.com/orangekame3/paclear
clear cli go joke
Last synced: 22 days ago
JSON representation
👾paclear is a clear command with PAC-MAN animation👾
- Host: GitHub
- URL: https://github.com/orangekame3/paclear
- Owner: orangekame3
- License: mit
- Created: 2023-10-04T16:15:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T09:42:18.000Z (over 1 year ago)
- Last Synced: 2025-09-02T11:58:10.158Z (3 months ago)
- Topics: clear, cli, go, joke
- Language: Go
- Homepage:
- Size: 7.84 MB
- Stars: 224
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - paclear - paclear is a clear command with pacman animation. (<a name="animation"></a>Animation)
- awesome-cli-apps - paclear - paclear is a clear command with pacman animation. (<a name="animation"></a>Animation)
README
> **Note**
> I've created paclear in compliance with [the official fan-made policy of Pac-Man](https://www.pacman.com/jp/policy/fanmade.php).
>
>「このコンテンツはファンメイドコンテンツです。
>[「パックマン及び自社IPゲームシリーズ」ファンメイドコンテンツポリシー](https://www.pacman.com/jp/policy/fanmade.php)のもと制作されています。」
## Demo
## Demo (with color)
paclear can set color to the output.
support blue, red, green, yellow, pink, white(default).
```bash
paclear -c yellow
```
## Demo (with speed)
paclear can set speed
```bash
paclear -s 2
```
## Installation
### Go
```bash
go install github.com/orangekame3/paclear@latest
```
### Homebrew
```bash
brew install orangekame3/tap/paclear
```
### Winget
First, you need to enable LocalManifestFiles in winget settings.
Type the following command in PowerShell. (Run as Administrator)
```shell
winget settings --enable LocalManifestFiles
```
Then, download the installer file and install it.Recommended to use GitBash.
```shell
curl -L "https://raw.githubusercontent.com/orangekame3/paclear/main/win-installer.sh" -o "win-installer.sh"
```
And run the installer.
```shell
.\win-installer.sh
```
### Binary
Download the latest compiled binaries and put it anywhere in your executable path.
[Download here](https://github.com/orangekame3/paclear/releases)
## Usage
```bash
❯ paclear --help
paclear is a clear command with pacman animation
Usage:
paclear [flags]
Flags:
-c, --color string Set pacman color (available: red, green, blue, yellow, pink) (default "white")
-h, --help help for paclear
-s, --speed int32 Set pacman multiple speed (default: 1) (default 1)
-v, --version version for paclear
```