genact

:cyclone: A nonsense activity generator

Github星跟踪图

genact - a nonsense activity generator

Build Status
DockerHub
AUR
Crates.io
dependency status
license
Stars
Downloads

Pretend to be busy or waiting for your computer when you should actually be doing real work! Impress people with your insane multitasking skills. Just open a few instances of genact and watch the show. genact has multiple scenes that pretend to be doing something exciting or useful when in reality nothing is happening at all.



Installation

You don't have to install anything! For your convenience, prebuilt binaries for Linux, OSX and Windows are provided here that should run without any dependencies. Additionally, there is a web version at https://svenstaro.github.io/genact/

It's compatible with FreeBSD, Linux, OSX, Windows 10 (it needs a recent Windows 10 to get ANSI support) and most modern web browsers that support WebAssembly.

On FreeBSD: You don't have to do anything special here. Just run

pkg install genact
genact

On Linux: Download genact-linux from the releases page and run

chmod +x genact-linux
./genact-linux

On OSX: Download genact-osx from the releases page and run

chmod +x genact-osx
./genact-osx

On Windows: Download genact-win.exe from the releases page and double click it.

With Cargo: If you have a somewhat recent version of Rust and Cargo installed, you can run

cargo install genact
genact

Running

To see a list of all available options, you can run

./genact -h

or

cargo run -- -h

or (on Docker)

docker run -it --rm svenstaro/genact -h

The help:

genact 0.7.0
Sven-Hendrik Haase <svenstaro@gmail.com>
A nonsense activity generator

USAGE:
    genact [FLAGS] [OPTIONS]

FLAGS:
    -h, --help            Prints help information
    -l, --list-modules    List available modules
    -V, --version         Prints version information

OPTIONS:
    -e, --exitafter <EXITAFTER>    Exit after running for this long (format example: 2h10min)
    -m, --modules <MODULE>...      Run only these modules [possible values: bootlog, botnet, cargo,
                                   cc, composer, cryptomining, simcity, download, docker,
                                   memdump, kernel_compile, weblog]

In the web version, you can run specific modules by providing them as ?module
parameters like this: https://svenstaro.github.io/genact?module=cc&module=memdump

Compiling

You should have a recent version of rust and cargo installed. You don't need nightly. Then, just clone it like usual and cargo run to get output:

git clone https://github.com/svenstaro/genact.git
cd genact
cargo run

Releasing

This is mostly a note for me on how to release this thing:

  • Update versions in README.md, static/index.html, Cargo.toml, snapcraft.yaml.
  • git commit and git tag -s, git push.
  • cargo publish
  • Releases will automatically be deployed by Travis.
  • Update AUR package.

主要指标

概览
名称与所有者svenstaro/genact
主编程语言Rust
编程语言Makefile (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2011-02-09 08:11:05
推送于2025-06-01 11:22:12
最后一次提交2025-06-01 13:22:06
发布数28
最新版本名称v1.4.2 (发布于 2024-02-17 23:13:46)
第一版名称0.2.0 (发布于 2018-01-17 07:03:56)
用户参与
星数10.7k
关注者数82
派生数441
提交数1.1k
已启用问题?
问题数58
打开的问题数8
拉请求数341
打开的拉请求数0
关闭的拉请求数283
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?