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

https://github.com/proycon/textshift

a terminal gadget to let text emerge from noise
https://github.com/proycon/textshift

Last synced: over 1 year ago
JSON representation

a terminal gadget to let text emerge from noise

Awesome Lists containing this project

README

          

# TextShift

A command-line gadget to let text emerge from noise. Not very useful but just for fun :)

The tool reads text from standard input.

## Build

```
$ cargo build
```

## Examples

```
$ echo "Hello world" | textshift
```
Using blocks as vocabulary looks quite nice:
```
$ echo "Hello world" | textshift --vocabulary "▁▂▃▄▆▅▇▊▋▌▏▖▗▘▙▚▜▝▟"

```