https://github.com/purarue/largechar
Displays large characters that fill your entire screen
https://github.com/purarue/largechar
alfred cross-platform display electron javascript
Last synced: 5 months ago
JSON representation
Displays large characters that fill your entire screen
- Host: GitHub
- URL: https://github.com/purarue/largechar
- Owner: purarue
- License: mit
- Created: 2020-01-15T05:06:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T17:22:21.000Z (over 1 year ago)
- Last Synced: 2025-10-27T22:35:20.854Z (8 months ago)
- Topics: alfred, cross-platform, display, electron, javascript
- Language: JavaScript
- Homepage:
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# largechar
Displays the passed string as the entire screen.

This is a replacement for Alfred's [LargeType](https://www.alfredapp.com/help/features/large-type/).
## Install
Requires: [`yarn`](https://yarnpkg.com/lang/en/docs/install/#debian-stable)
```
git clone https://github.com/purarue/largechar
cd largechar
make
make install
```
Note: This is an electron app, but it doesn't build as an application, I just run it from this directory. Installing creates a shell script that you can put somewhere on your `$PATH`, which references the directory you clone this into.
## Run
```
Displays large characters on your screen
https://github.com/purarue/largechar
Usage:
largechar [-h|--help]
largechar
largechar [-c|--colorize]
Examples:
largechar "youremail@somewhere.com"
largechar -c "pr8dea7AvZoirx2S22TB" # show a password to someone
```
If no arguments are passed, the wrapper script will try and read from STDIN, e.g.: `date | largechar`
To quit, use whatever keyboard shortcut you use to quit/force-quit usually.
Made with [electron-quick-start](https://github.com/electron/electron-quick-start).