https://github.com/alexgustafsson/hackertyper
A hackertyper-like application in the terminal using Bash
https://github.com/alexgustafsson/hackertyper
bash hackertyper terminal-based
Last synced: about 2 months ago
JSON representation
A hackertyper-like application in the terminal using Bash
- Host: GitHub
- URL: https://github.com/alexgustafsson/hackertyper
- Owner: AlexGustafsson
- Created: 2018-05-29T09:05:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T09:05:58.000Z (about 8 years ago)
- Last Synced: 2025-08-02T09:12:05.328Z (10 months ago)
- Topics: bash, hackertyper, terminal-based
- Language: Shell
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hackertyper Bash
======
A script to run a [hackertyper](http://hackertyper.com)-like program directly in your shell.
```
# Run without downloading
curl https://raw.githubusercontent.com/AlexGustafsson/hackertyper/master/hackertyper.sh | bash
# Run after downloading
./hackertyper.sh [optional file]
```
# Table of contents
[Quickstart](#quickstart)
[Disclaimer](#disclaimer)
_Although the project is very capable, it is not built with production in mind. Therefore there might be complications when trying to use the service for large-scale projects meant for the public. The project was developed to easily achieve a hackertyper-like application in your terminal using only common utilities and as such it might not promote best practices nor be performant._