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

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

Awesome Lists containing this project

README

          

Hackertyper Bash
======
A script to run a [hackertyper](http://hackertyper.com)-like program directly in your shell.


Demo

# Quickstart

```
# 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)

# 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._