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
- Host: GitHub
- URL: https://github.com/proycon/textshift
- Owner: proycon
- Created: 2019-05-12T20:01:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T18:24:26.000Z (about 7 years ago)
- Last Synced: 2025-04-04T11:07:14.529Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 "▁▂▃▄▆▅▇▊▋▌▏▖▗▘▙▚▜▝▟"
```