An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# largechar

Displays the passed string as the entire screen.

largechar demo gif

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).