hecker

Crates.iohecker
lib.rshecker
version0.1.1
sourcesrc
created_at2023-03-01 21:31:44.006889
updated_at2023-03-02 19:47:56.386516
descriptionPretend you are a hacker or feel like one from Hollywood
homepage
repositoryhttps://github.com/phoenixr-codes/hecker/
max_upload_size
id798339
size22,177
Jonas (phoenixr-codes)

documentation

README

hecker

Pretend you are a hacker or feel like one from Hollywood.

hecker is a command-line tool that makes you seem like a professional hacker - atleast to those who do not know much about hacking. When you execute the script in the terminal it will read pressed keys but write characters from a C file. You may as well change that contet with some options.

Installation

Install hecker with Cargo:

$ cargo install hecker

Usage

Pretend you are a hacker or feel like one from Hollywood

Usage: hecker [OPTIONS] [source]

Arguments:
  [source]  Specify the source of the text to display. [default: https://raw.githubusercontent.com/torvalds/linux/master/kernel/events/internal.h]

Options:
      --type <type>  The type of the source. [default: url] [possible values: file, text, url]
  -c, --clear        Clears the screen before running.
  -h, --help         Print help
  -V, --version      Print version

ToDo

  • Code highlighting.

  • Caracal as logo.

Changelog

0.1.1

  • Improved error messages.

  • Added help for the source option.

0.1.0

  • 🎉 Release

Links

Commit count: 2

cargo fmt